mirror of
https://github.com/adulau/aha.git
synced 2025-01-04 23:23:18 +00:00
V4L/DVB (4417): Add support for PAL-Nc in cx24850.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
56b8df1134
commit
704fd4a567
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue