Searched refs:pcifix (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/au88x0/ |
H A D | au88x0.c | 31 static int pcifix[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 255 }; variable 39 module_param_array(pcifix, int, NULL, 0444); 40 MODULE_PARM_DESC(pcifix, "Enable VIA-workaround for " CARD_NAME " soundcard."); 262 snd_vortex_workaround(pci, pcifix[dev]); in snd_vortex_probe()
|
/kernel/linux/linux-6.6/sound/pci/au88x0/ |
H A D | au88x0.c | 31 static int pcifix[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 255 }; variable 39 module_param_array(pcifix, int, NULL, 0444); 40 MODULE_PARM_DESC(pcifix, "Enable VIA-workaround for " CARD_NAME " soundcard."); 221 snd_vortex_workaround(pci, pcifix[dev]); in __snd_vortex_probe()
|
Completed in 2 milliseconds