Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_edid.h307 #define DRM_ELD_SPEAKER 7 macro
487 return eld[DRM_ELD_SPEAKER] & DRM_ELD_SPEAKER_MASK; in drm_eld_get_spk_alloc()
/openbmc/linux/sound/x86/
H A Dintel_hdmi_audio.c439 if (intelhaddata->eld[DRM_ELD_SPEAKER] & (1 << i)) in had_channel_allocation()
486 intelhaddata->eld[DRM_ELD_SPEAKER]); in had_build_channel_allocation_map()
497 eld_high = intelhaddata->eld[DRM_ELD_SPEAKER] & eld_high_mask; in had_build_channel_allocation_map()
504 intelhaddata->eld[DRM_ELD_SPEAKER] &= in had_build_channel_allocation_map()
512 if (intelhaddata->eld[DRM_ELD_SPEAKER] & (1 << i)) in had_build_channel_allocation_map()
/openbmc/linux/sound/soc/codecs/
H A Dhdac_hdmi.c1245 port->eld.info.spk_alloc = port->eld.eld_buffer[DRM_ELD_SPEAKER]; in hdac_hdmi_parse_eld()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_edid.c5570 eld[DRM_ELD_SPEAKER] = data[0]; in drm_edid_to_eld()