Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/sof/intel/
Dhda-ctrl.c26 static int hda_codec_mask = -1; variable
27 module_param_named(codec_mask, hda_codec_mask, int, 0444);
239 if (hda_codec_mask != -1) { in hda_dsp_ctrl_init_chip()
240 bus->codec_mask &= hda_codec_mask; in hda_dsp_ctrl_init_chip()