Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14102
b: refs/heads/master
c: 70146cf
h: refs/heads/master
v: v3
  • Loading branch information
Hartmut Hackmann authored and Linus Torvalds committed Nov 14, 2005
1 parent d4cc8bf commit 9dafb36
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd985160a9f4623fdb24fcfeb36fe59e1b8f7b57
refs/heads/master: 70146cfc84dca917ac27cdc754deae63c1282844
4 changes: 4 additions & 0 deletions trunk/drivers/media/video/tda8290.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,10 @@ static void set_audio(struct tuner *t)
t->sgIF = 124;
t->tda8290_easy_mode = 0x20;
mode = "L";
} else if (t->std & V4L2_STD_SECAM_LC) {
t->sgIF = 20;
t->tda8290_easy_mode = 0x40;
mode = "LC";
}
tuner_dbg("setting tda8290 to system %s\n", mode);
}
Expand Down

0 comments on commit 9dafb36

Please sign in to comment.