aboutsummaryrefslogtreecommitdiffstats
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/pci/fm801.c1
1 files changed, 0 insertions, 1 deletions
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;