diff options
author | Takashi Iwai <tiwai@suse.de> | 2006-07-14 14:39:34 +0200 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 10:37:49 +0200 |
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 { 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; |