aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/sound/tea575x-tuner.h1
-rw-r--r--sound/pci/fm801.c1
2 files changed, 0 insertions, 2 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 */
diff --git a/sound/pci/fm801.c b/sound/pci/fm801.c
index e1baad74ea4b..f4dc1c77202b 100644
--- a/sound/pci/fm801.c
+++ b/sound/pci/fm801.c
@@ -1453,7 +1453,6 @@ static int __devinit snd_fm801_create(struct snd_card *card,
1453#ifdef TEA575X_RADIO 1453#ifdef TEA575X_RADIO
1454 if ((tea575x_tuner & TUNER_TYPE_MASK) > 0 && 1454 if ((tea575x_tuner & TUNER_TYPE_MASK) > 0 &&
1455 (tea575x_tuner & TUNER_TYPE_MASK) < 4) { 1455 (tea575x_tuner & TUNER_TYPE_MASK) < 4) {
1456 chip->tea.dev_nr = tea575x_tuner >> 16;
1457 chip->tea.card = card; 1456 chip->tea.card = card;
1458 chip->tea.freq_fixup = 10700; 1457 chip->tea.freq_fixup = 10700;
1459 chip->tea.private_data = chip; 1458 chip->tea.private_data = chip;