[ALSA] Control API - TLV implementation for additional information like dB scale
[pandora-kernel.git] / include / sound / control.h
index 2489b1e..a93a58d 100644 (file)
@@ -42,6 +42,7 @@ struct snd_kcontrol_new {
        snd_kcontrol_info_t *info;
        snd_kcontrol_get_t *get;
        snd_kcontrol_put_t *put;
+       unsigned int *tlv;
        unsigned long private_value;
 };
 
@@ -58,6 +59,7 @@ struct snd_kcontrol {
        snd_kcontrol_info_t *info;
        snd_kcontrol_get_t *get;
        snd_kcontrol_put_t *put;
+       unsigned int *tlv;
        unsigned long private_value;
        void *private_data;
        void (*private_free)(struct snd_kcontrol *kcontrol);