Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.");
3125 if (dsp_map[pcm->card->number] == (int)pcm->device) { in snd_pcm_oss_register_minor()
3166 if (dsp_map[pcm->card->number] == (int)pcm->device) { in snd_pcm_oss_disconnect_minor()
3197 if (dsp_map[i] < 0 || dsp_map[i] >= SNDRV_PCM_DEVICES) { in alsa_pcm_oss_init()
3199 i, dsp_map[i]); in alsa_pcm_oss_init()
3200 dsp_map[i] = 0; in alsa_pcm_oss_init()
/OK3568_Linux_fs/kernel/Documentation/sound/designs/
H A Doss-emulation.rst82 dsp_map
/OK3568_Linux_fs/kernel/Documentation/sound/
H A Dalsa-configuration.rst69 dsp_map
79 For example, when ``dsp_map=2``, /dev/dsp will be mapped to PCM #2 of
83 commas, such like ``dsp_map=0,1``.