aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/fm801.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/pci/fm801.c')
-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 1d4e71cc18b..ae5c270bfa7 100644
--- a/sound/pci/fm801.c
+++ b/sound/pci/fm801.c
@@ -1230,7 +1230,6 @@ static int __devinit snd_fm801_create(struct snd_card *card,
1230 snd_card_set_dev(card, &pci->dev); 1230 snd_card_set_dev(card, &pci->dev);
1231 1231
1232#ifdef TEA575X_RADIO 1232#ifdef TEA575X_RADIO
1233 chip->tea.card = card;
1234 chip->tea.private_data = chip; 1233 chip->tea.private_data = chip;
1235 chip->tea.ops = &snd_fm801_tea_ops; 1234 chip->tea.ops = &snd_fm801_tea_ops;
1236 if ((tea575x_tuner & TUNER_TYPE_MASK) > 0 && 1235 if ((tea575x_tuner & TUNER_TYPE_MASK) > 0 &&