Home
last modified time | relevance | path

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

/sound/core/oss/
Dpcm_oss.c49 static int adsp_map[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)] = 1}; variable
57 module_param_array(adsp_map, int, NULL, 0444);
58 MODULE_PARM_DESC(adsp_map, "PCM device number assigned to 2nd OSS device.");
3039 if (adsp_map[pcm->card->number] == (int)pcm->device) { in snd_pcm_oss_register_minor()
3100 if (adsp_map[i] < 0 || adsp_map[i] >= SNDRV_PCM_DEVICES) { in alsa_pcm_oss_init()
3102 i, adsp_map[i]); in alsa_pcm_oss_init()
3103 adsp_map[i] = 1; in alsa_pcm_oss_init()