Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248179
b: refs/heads/master
c: 3d11ba5
h: refs/heads/master
i:
  248177: a55643e
  248175: 7ce8b59
v: v3
  • Loading branch information
Ondrej Zary authored and Takashi Iwai committed May 13, 2011
1 parent df8c89b commit 74ccec4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ea27316e4cd13b25727715c0db8adb0b1661f5e7
refs/heads/master: 3d11ba5593b801b1db85e9680d585713e6039112
1 change: 0 additions & 1 deletion trunk/include/sound/tea575x-tuner.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ struct snd_tea575x_ops {
};

struct snd_tea575x {
struct snd_card *card;
struct video_device *vd; /* video device */
bool tea5759; /* 5759 chip is present */
bool mute; /* Device is muted? */
Expand Down
1 change: 0 additions & 1 deletion trunk/sound/pci/es1968.c
Original file line number Diff line number Diff line change
Expand Up @@ -2793,7 +2793,6 @@ static int __devinit snd_es1968_create(struct snd_card *card,
snd_card_set_dev(card, &pci->dev);

#ifdef CONFIG_SND_ES1968_RADIO
chip->tea.card = card;
chip->tea.private_data = chip;
chip->tea.ops = &snd_es1968_tea_ops;
if (!snd_tea575x_init(&chip->tea))
Expand Down
1 change: 0 additions & 1 deletion trunk/sound/pci/fm801.c
Original file line number Diff line number Diff line change
Expand Up @@ -1230,7 +1230,6 @@ static int __devinit snd_fm801_create(struct snd_card *card,
snd_card_set_dev(card, &pci->dev);

#ifdef TEA575X_RADIO
chip->tea.card = card;
chip->tea.private_data = chip;
chip->tea.ops = &snd_fm801_tea_ops;
if ((tea575x_tuner & TUNER_TYPE_MASK) > 0 &&
Expand Down

0 comments on commit 74ccec4

Please sign in to comment.