Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248137
b: refs/heads/master
c: f8960d6
h: refs/heads/master
i:
  248135: eb15934
v: v3
  • Loading branch information
Ondrej Zary authored and Takashi Iwai committed Mar 21, 2011
1 parent 94568f6 commit eb48a26
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 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: 375d135818f32bbe7b3f071bd54d977c4ff8d84a
refs/heads/master: f8960d61bc8ba945b07a4de1288aac5d52f8607b
1 change: 0 additions & 1 deletion trunk/include/sound/tea575x-tuner.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ struct snd_tea575x_ops {
struct snd_tea575x {
struct snd_card *card;
struct video_device *vd; /* video device */
int dev_nr; /* requested device number + 1 */
bool tea5759; /* 5759 chip is present */
bool mute; /* Device is muted? */
bool stereo; /* receiving stereo */
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 @@ -1453,7 +1453,6 @@ static int __devinit snd_fm801_create(struct snd_card *card,
#ifdef TEA575X_RADIO
if ((tea575x_tuner & TUNER_TYPE_MASK) > 0 &&
(tea575x_tuner & TUNER_TYPE_MASK) < 4) {
chip->tea.dev_nr = tea575x_tuner >> 16;
chip->tea.card = card;
chip->tea.freq_fixup = 10700;
chip->tea.private_data = chip;
Expand Down

0 comments on commit eb48a26

Please sign in to comment.