Searched refs:dmic_detect (Results 1 – 1 of 1) sorted by relevance
122 static bool dmic_detect = 1;158 module_param(dmic_detect, bool, 0444);159 MODULE_PARM_DESC(dmic_detect, "Allow DSP driver selection (bypass this driver) "2107 if (dmic_detect) { in azx_probe() 2114 dev_warn(&pci->dev, "dmic_detect option is deprecated, pass snd-intel-dspcfg.dsp_driver=1 option instead\n"); in azx_probe() 123 static bool dmic_detect = 1; global() variable