diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-02 23:52:48 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-02 23:52:48 -0300 |
commit | bb500fd7fa7f22867621d7d2552cabf33c0ac2b6 (patch) | |
tree | 55e408299bbde6987fe3e663add05fa8acd14238 /linux/drivers/media/video/bt8xx/bttv-cards.c | |
parent | ecc8214b3d4174ae769cecc509f5984d35b31e6a (diff) | |
download | mediapointer-dvb-s2-bb500fd7fa7f22867621d7d2552cabf33c0ac2b6.tar.gz mediapointer-dvb-s2-bb500fd7fa7f22867621d7d2552cabf33c0ac2b6.tar.bz2 |
Fix S-Video configuration for Pinnacle PCTV-Sat
From: Mauro Carvalho Chehab <mchehab@infradead.org>
CC: Edgar Toernig <froese@gmx.de>
Thanks to Edgar Toernig <froese@gmx.de> for pointing this.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/bt8xx/bttv-cards.c')
-rw-r--r-- | linux/drivers/media/video/bt8xx/bttv-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/bt8xx/bttv-cards.c b/linux/drivers/media/video/bt8xx/bttv-cards.c index 825b09a5a..2cdb6f340 100644 --- a/linux/drivers/media/video/bt8xx/bttv-cards.c +++ b/linux/drivers/media/video/bt8xx/bttv-cards.c @@ -2023,7 +2023,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, |