Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_eld.h48 #define DRM_ELD_SPEAKER 7 macro
149 return eld[DRM_ELD_SPEAKER] & DRM_ELD_SPEAKER_MASK; in drm_eld_get_spk_alloc()
/linux/sound/x86/
H A Dintel_hdmi_audio.c436 if (intelhaddata->eld[DRM_ELD_SPEAKER] & (1 << i)) in had_channel_allocation()
483 intelhaddata->eld[DRM_ELD_SPEAKER]); in had_build_channel_allocation_map()
494 eld_high = intelhaddata->eld[DRM_ELD_SPEAKER] & eld_high_mask; in had_build_channel_allocation_map()
501 intelhaddata->eld[DRM_ELD_SPEAKER] &= in had_build_channel_allocation_map()
509 if (intelhaddata->eld[DRM_ELD_SPEAKER] & (1 << i)) in had_build_channel_allocation_map()
/linux/sound/soc/codecs/
H A Dhdac_hdmi.c1255 port->eld.info.spk_alloc = port->eld.eld_buffer[DRM_ELD_SPEAKER]; in hdac_hdmi_present_sense()
/linux/drivers/gpu/drm/
H A Ddrm_edid.c5752 eld[DRM_ELD_SPEAKER] = data[0]; in drm_edid_to_eld()