V4L/DVB (10574): saa7134: fix Avermedia E506R composite input
Make correction to composite input plus svideo input to Avermedia E506R Signed-off-by: Tim Farrington <timf@iinet.net.au> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
a7a1c0e60c
commit
314893605e
1 changed files with 3 additions and 3 deletions
|
@ -4323,13 +4323,13 @@ struct saa7134_board saa7134_boards[] = {
|
|||
.amux = TV,
|
||||
.tv = 1,
|
||||
}, {
|
||||
.name = name_comp,
|
||||
.vmux = 0,
|
||||
.name = name_comp1,
|
||||
.vmux = 3,
|
||||
.amux = LINE1,
|
||||
}, {
|
||||
.name = name_svideo,
|
||||
.vmux = 8,
|
||||
.amux = LINE1,
|
||||
.amux = LINE2,
|
||||
} },
|
||||
.radio = {
|
||||
.name = name_radio,
|
||||
|
|
Loading…
Add table
Reference in a new issue