Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/hda/
H A Dhda_local.h691 #define ELD_MAX_SIZE 256 macro
722 char eld_buffer[ELD_MAX_SIZE];
H A Dhda_eld.c312 if (size < ELD_FIXED_BYTES || size > ELD_MAX_SIZE) { in snd_hdmi_get_eld()
H A Dpatch_hdmi.c385 eld->eld_size > ELD_MAX_SIZE) { in hdmi_eld_ctl_get()
1831 eld->eld_buffer, ELD_MAX_SIZE); in sync_eld_via_acomp()
/openbmc/linux/sound/soc/codecs/
H A Dhdac_hdmi.c40 #define ELD_MAX_SIZE 256 macro
71 char eld_buffer[ELD_MAX_SIZE];
1276 ELD_MAX_SIZE); in hdac_hdmi_present_sense()
1279 size = min(size, ELD_MAX_SIZE); in hdac_hdmi_present_sense()
1506 eld->eld_size > ELD_MAX_SIZE) { in hdac_hdmi_eld_ctl_get()