Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_edid.h299 #define DRM_ELD_SPEAKER 7 macro
496 return eld[DRM_ELD_SPEAKER] & DRM_ELD_SPEAKER_MASK; in drm_eld_get_spk_alloc()
/OK3568_Linux_fs/kernel/sound/x86/
H A Dintel_hdmi_audio.c437 if (intelhaddata->eld[DRM_ELD_SPEAKER] & (1 << i)) in had_channel_allocation()
484 intelhaddata->eld[DRM_ELD_SPEAKER]); in had_build_channel_allocation_map()
495 eld_high = intelhaddata->eld[DRM_ELD_SPEAKER] & eld_high_mask; in had_build_channel_allocation_map()
502 intelhaddata->eld[DRM_ELD_SPEAKER] &= in had_build_channel_allocation_map()
510 if (intelhaddata->eld[DRM_ELD_SPEAKER] & (1 << i)) in had_build_channel_allocation_map()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dhdac_hdmi.c1240 port->eld.info.spk_alloc = port->eld.eld_buffer[DRM_ELD_SPEAKER]; in hdac_hdmi_parse_eld()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c4846 eld[DRM_ELD_SPEAKER] = db[1]; in drm_edid_to_eld()