Home
last modified time | relevance | path

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

/linux-6.6.21/sound/pci/hda/
Dhda_local.h665 #define ELD_MAX_SIZE 256 macro
696 char eld_buffer[ELD_MAX_SIZE];
Dhda_eld.c312 if (size < ELD_FIXED_BYTES || size > ELD_MAX_SIZE) { in snd_hdmi_get_eld()
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()
/linux-6.6.21/sound/soc/codecs/
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()