From: Mauro Carvalho Chehab Date: Tue, 3 Oct 2006 02:52:48 +0000 (-0300) Subject: V4L/DVB (4698): Fix S-Video configuration for Pinnacle PCTV-Sat X-Git-Tag: v2.6.19-rc1~171 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2be893616c45e4ea4403d1ba501b7ee2f32b0ec;p=linux-2.6 V4L/DVB (4698): Fix S-Video configuration for Pinnacle PCTV-Sat Thanks to Edgar Toernig for pointing this. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c index d23a42b150..a84903e0d8 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,