Searched refs:dsp_map (Results 1 - 1 of 1) sorted by relevance

/linux-master/sound/core/oss/
H A Dpcm_oss.c35 static int dsp_map[SNDRV_CARDS]; variable
42 module_param_array(dsp_map, int, NULL, 0444);
43 MODULE_PARM_DESC(dsp_map, "PCM device number assigned to 1st OSS device.");
3129 if (dsp_map[pcm->card->number] == (int)pcm->device) {
3170 if (dsp_map[pcm->card->number] == (int)pcm->device) {
3201 if (dsp_map[i] < 0 || dsp_map[i] >= SNDRV_PCM_DEVICES) {
3202 pr_err("ALSA: pcm_oss: invalid dsp_map[%d] = %d\n",
3203 i, dsp_map[i]);
3204 dsp_map[
[all...]

Completed in 160 milliseconds