Home
last modified time | relevance | path

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

/linux-6.14.4/sound/pci/hda/
Dhda_intel.c123 static bool dmic_detect = 1; variable
159 module_param(dmic_detect, bool, 0444);
160 MODULE_PARM_DESC(dmic_detect, "Allow DSP driver selection (bypass this driver) "
2139 if (dmic_detect) { in azx_probe()