Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dhda_intel.c122 static bool dmic_detect = 1; variable
158 module_param(dmic_detect, bool, 0444);
159 MODULE_PARM_DESC(dmic_detect, "Allow DSP driver selection (bypass this driver) "
2115 if (dmic_detect) { in azx_probe()