Skip to content

Commit

Permalink
[ALSA] Remove unused tlv_rw field from struct snd_kcontrol
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Sep 23, 2006
1 parent 11b3a75 commit 6a65d79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/sound/control.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 6a65d79

Please sign in to comment.