diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 04:52:48 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 20:15:00 +0200 |
commit | d2be893616c45e4ea4403d1ba501b7ee2f32b0ec (patch) | |
tree | 6fced09fb2fa3c3923e10fe2dbff34e5968de6f6 /drivers/media/video | |
parent | V4L/DVB (4689): Adding support for Nova-T-PCI PCI ID 0070:9000 (diff) | |
download | linux-d2be893616c45e4ea4403d1ba501b7ee2f32b0ec.tar.xz linux-d2be893616c45e4ea4403d1ba501b7ee2f32b0ec.zip |
V4L/DVB (4698): Fix S-Video configuration for Pinnacle PCTV-Sat
Thanks to Edgar Toernig <froese@gmx.de> for pointing this.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c index d23a42b1504f..a84903e0d810 100644 --- a/drivers/media/video/bt8xx/bttv-cards.c +++ b/drivers/media/video/bt8xx/bttv-cards.c @@ -2000,7 +2000,7 @@ struct tvcard bttv_tvcards[] = { .no_msp34xx = 1, .no_tda9875 = 1, .no_tda7432 = 1, - .muxsel = { 3, 0, 1, 2 }, + .muxsel = { 3, 1 }, .pll = PLL_28, .no_gpioirq = 1, .has_dvb = 1, |