Skip to content

Commit

Permalink
V4L/DVB (4417): Add support for PAL-Nc in cx24850.
Browse files Browse the repository at this point in the history
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Hans Verkuil authored and Mauro Carvalho Chehab committed Sep 26, 2006
1 parent 56b8df1 commit 704fd4a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/media/video/cx25840/cx25840-vbi.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ void cx25840_vbi_setup(struct i2c_client *client)
uv_lpf=0;
comb=0;
sc=0x0a425f;
} else if (std == V4L2_STD_PAL_Nc) {
uv_lpf=1;
comb=0x20;
sc=556453;
} else {
uv_lpf=1;
comb=0x20;
Expand Down

0 comments on commit 704fd4a

Please sign in to comment.