Home
last modified time | relevance | path

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

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-codec.c401 if (HDA_IDISP_CODEC(bus->codec_mask)) { in hda_codec_i915_display_power()
H A Dhda.c1053 if (!HDA_IDISP_CODEC(bus->codec_mask)) in hda_init_caps()
1420 if (codec_num == 1 && HDA_IDISP_CODEC(bus->codec_mask)) in hda_generic_machine_select()
1442 (codec_num == 1 && !HDA_IDISP_CODEC(bus->codec_mask))) { in hda_generic_machine_select()
H A Dhda.h454 #define HDA_IDISP_CODEC(x) ((x) & BIT(HDA_IDISP_ADDR)) macro