ALSA: hda/hdmi: expose ELD control
[deliverable/linux.git] / sound / pci / hda / hda_local.h
index aaefa7c81e6830e33e9d82c9da6d8f6e2dd0f9f7..04d730fffee2c0c4b461a0f5dd885ee153c46aac 100644 (file)
@@ -621,6 +621,7 @@ struct cea_sad {
 };
 
 #define ELD_FIXED_BYTES        20
+#define ELD_MAX_SIZE    256
 #define ELD_MAX_MNL    16
 #define ELD_MAX_SAD    16
 
@@ -645,6 +646,7 @@ struct hdmi_eld {
        int     spk_alloc;
        int     sad_count;
        struct cea_sad sad[ELD_MAX_SAD];
+       char    eld_buffer[ELD_MAX_SIZE];
 #ifdef CONFIG_PROC_FS
        struct snd_info_entry *proc_entry;
 #endif
This page took 0.081334 seconds and 5 git commands to generate.