Skip to content

Commit

Permalink
[PATCH] v4l: (949) Added support for secam l'
Browse files Browse the repository at this point in the history
Added support for SECAM L'

Signed-off-by: Hartmut Hackmann <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Hartmut Hackmann authored and Linus Torvalds committed Nov 14, 2005
1 parent bd98516 commit 70146cf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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 70146cf

Please sign in to comment.