diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-07-14 08:39:34 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 04:37:49 -0400 |
commit | 6a65d793b0a82c7e190d9fd92a479401b6a127ca (patch) | |
tree | 3f55f0b9e853688203e764f09797758a2a5c8c22 /include | |
parent | 11b3a7555aa1b1629614e919889a4479dfe6f37b (diff) |
[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 <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/control.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/control.h b/include/sound/control.h index e3905c5a0950..1de148b0fd94 100644 --- a/include/sound/control.h +++ b/include/sound/control.h | |||
@@ -67,7 +67,6 @@ struct snd_kcontrol { | |||
67 | snd_kcontrol_info_t *info; | 67 | snd_kcontrol_info_t *info; |
68 | snd_kcontrol_get_t *get; | 68 | snd_kcontrol_get_t *get; |
69 | snd_kcontrol_put_t *put; | 69 | snd_kcontrol_put_t *put; |
70 | snd_kcontrol_tlv_rw_t *tlv_rw; | ||
71 | union { | 70 | union { |
72 | snd_kcontrol_tlv_rw_t *c; | 71 | snd_kcontrol_tlv_rw_t *c; |
73 | unsigned int *p; | 72 | unsigned int *p; |