Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/soc/sof/intel/
H A Dhda.c300 static int hda_dmic_num = -1; variable
301 module_param_named(dmic_num, hda_dmic_num, int, 0444);
1016 if (hda_dmic_num != -1) in hda_generic_machine_select()
1017 dmic_num = hda_dmic_num; in hda_generic_machine_select()