Searched refs:hda_codec_mask (Results 1 – 1 of 1) sorted by relevance
24 static int hda_codec_mask = -1; variable25 module_param_named(codec_mask, hda_codec_mask, int, 0444);262 if (hda_codec_mask != -1) { in hda_codec_detect_mask()263 bus->codec_mask &= hda_codec_mask; in hda_codec_detect_mask()
Completed in 3 milliseconds