aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorOndrej Zary <linux@rainbow-software.org>2011-03-19 11:33:01 -0400
committerTakashi Iwai <tiwai@suse.de>2011-03-21 07:44:06 -0400
commitf8960d61bc8ba945b07a4de1288aac5d52f8607b (patch)
tree4050b91922f24dc86917a6212a94671c71e956dc /include/sound
parent375d135818f32bbe7b3f071bd54d977c4ff8d84a (diff)
ALSA: tea575x-tuner: remove dev_nr
Remove unused dev_nr from struct tea575x_tuner. Signed-off-by: Ondrej Zary <linux@rainbow-software.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/tea575x-tuner.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/tea575x-tuner.h b/include/sound/tea575x-tuner.h
index 3d6cdd80df59..5aade569439b 100644
--- a/include/sound/tea575x-tuner.h
+++ b/include/sound/tea575x-tuner.h
@@ -37,7 +37,6 @@ struct snd_tea575x_ops {
37struct snd_tea575x { 37struct snd_tea575x {
38 struct snd_card *card; 38 struct snd_card *card;
39 struct video_device *vd; /* video device */ 39 struct video_device *vd; /* video device */
40 int dev_nr; /* requested device number + 1 */
41 bool tea5759; /* 5759 chip is present */ 40 bool tea5759; /* 5759 chip is present */
42 bool mute; /* Device is muted? */ 41 bool mute; /* Device is muted? */
43 bool stereo; /* receiving stereo */ 42 bool stereo; /* receiving stereo */