]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
[ALSA] Remove unused tlv_rw field from struct snd_kcontrol
authorTakashi Iwai <tiwai@suse.de>
Fri, 14 Jul 2006 12:39:34 +0000 (14:39 +0200)
committerJaroslav Kysela <perex@suse.cz>
Sat, 23 Sep 2006 08:37:49 +0000 (10:37 +0200)
Remove unused tlv_rw field from struct snd_kcontrol.  The callback is
set in tlv.c field, instead.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
include/sound/control.h

index e3905c5a0950a0ab0df3787514e7f549cddb17e4..1de148b0fd9472f5fd961c7c109d9f62053d69f9 100644 (file)
@@ -67,7 +67,6 @@ struct snd_kcontrol {
        snd_kcontrol_info_t *info;
        snd_kcontrol_get_t *get;
        snd_kcontrol_put_t *put;
-       snd_kcontrol_tlv_rw_t *tlv_rw;
        union {
                snd_kcontrol_tlv_rw_t *c;
                unsigned int *p;