From: Takashi Iwai Date: Fri, 14 Jul 2006 12:39:34 +0000 (+0200) Subject: [ALSA] Remove unused tlv_rw field from struct snd_kcontrol X-Git-Tag: v2.6.19-rc1~1270^2~134 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a65d793b0a82c7e190d9fd92a479401b6a127ca;p=linux-2.6 [ALSA] Remove unused tlv_rw field from struct snd_kcontrol Remove unused tlv_rw field from struct snd_kcontrol. The callback is set in tlv.c field, instead. Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- diff --git a/include/sound/control.h b/include/sound/control.h index e3905c5a09..1de148b0fd 100644 --- a/include/sound/control.h +++ b/include/sound/control.h @@ -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;