Home
last modified time | relevance | path

Searched refs:DRM_ELD_SPEAKER (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_edid.h267 #define DRM_ELD_SPEAKER 7 macro
461 * The returned value is the speakers mask. User has to use %DRM_ELD_SPEAKER
466 return eld[DRM_ELD_SPEAKER] & DRM_ELD_SPEAKER_MASK; in drm_eld_get_spk_alloc()
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_edid.h307 #define DRM_ELD_SPEAKER 7 macro
482 * The returned value is the speakers mask. User has to use %DRM_ELD_SPEAKER
487 return eld[DRM_ELD_SPEAKER] & DRM_ELD_SPEAKER_MASK; in drm_eld_get_spk_alloc()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_edid.c4565 eld[DRM_ELD_SPEAKER] = db[1]; in drm_edid_to_eld()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_edid.c5566 eld[DRM_ELD_SPEAKER] = data[0]; in drm_edid_to_eld()

Completed in 29 milliseconds