Commit eec25fa7 authored by Yuri Funduryan's avatar Yuri Funduryan Committed by Mauro Carvalho Chehab

V4L/DVB (7228): saa7134: fix FM radio support for the Pinnacle PCTV 110i

This also has some coding style fixes.
Signed-off-by: default avatarYuri Funduryan <yurifun@mail.ru>
Signed-off-by: default avatarHartmut Hackmann <hartmut.hackmann@t-online.de>
Reviewed-by: default avatarHermann Pitton <hermann-pitton@arcor.de>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 457fb605
......@@ -2484,27 +2484,28 @@ struct saa7134_board saa7134_boards[] = {
.tuner_addr = ADDR_UNSET,
.radio_addr = ADDR_UNSET,
.gpiomask = 0x080200000,
.inputs = {{
.inputs = { {
.name = name_tv,
.vmux = 4,
.amux = TV,
.tv = 1,
},{
}, {
.name = name_comp1,
.vmux = 1,
.amux = LINE2,
},{
}, {
.name = name_comp2,
.vmux = 0,
.amux = LINE2,
},{
}, {
.name = name_svideo,
.vmux = 8,
.amux = LINE2,
}},
} },
.radio = {
.name = name_radio,
.amux = LINE1,
.amux = TV,
.gpio = 0x0200000,
},
},
[SAA7134_BOARD_ASUSTeK_P7131_DUAL] = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment