Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/
H A Dcmipci.c47 static bool soft_ac3[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)]=1}; variable
62 module_param_array(soft_ac3, bool, NULL, 0444);
63 MODULE_PARM_DESC(soft_ac3, "Software-conversion of raw SPDIF packets (model 033 only).");
3036 cm->do_soft_ac3 = soft_ac3[dev]; in snd_cmipci_create()
/kernel/linux/linux-6.6/sound/pci/
H A Dcmipci.c43 static bool soft_ac3[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS-1)]=1}; variable
58 module_param_array(soft_ac3, bool, NULL, 0444);
59 MODULE_PARM_DESC(soft_ac3, "Software-conversion of raw SPDIF packets (model 033 only).");
3021 cm->do_soft_ac3 = soft_ac3[dev]; in snd_cmipci_create()

Completed in 10 milliseconds