diff options
author | Michael Krufky <devnull@localhost> | 2005-08-01 18:11:36 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2005-08-01 18:11:36 +0000 |
commit | 2c74818d03fb1fcd9323d7b1e24047dabf447d19 (patch) | |
tree | c603dfe38e7dc71bc2ca016857b7e9a7116252ff /linux/drivers/media/video | |
parent | 56462302252e1e5e1b0748d1c3babe557fe3c50b (diff) | |
download | mediapointer-dvb-s2-2c74818d03fb1fcd9323d7b1e24047dabf447d19.tar.gz mediapointer-dvb-s2-2c74818d03fb1fcd9323d7b1e24047dabf447d19.tar.bz2 |
minor edit to conform with other bttv boards
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index a6a8d5b92..2646285a0 100644 --- a/linux/drivers/media/video/bttv-cards.c +++ b/linux/drivers/media/video/bttv-cards.c @@ -1,5 +1,5 @@ /* - $Id: bttv-cards.c,v 1.60 2005/08/01 16:39:41 mkrufky Exp $ + $Id: bttv-cards.c,v 1.61 2005/08/01 18:11:36 mkrufky Exp $ bttv-cards.c @@ -2433,9 +2433,9 @@ struct tvcard bttv_tvcards[] = { .video_inputs = 2, .audio_inputs = 1, .svhs = 2, + .muxsel = { 2, 3, 1, 1 }, .gpiomask = 0x00e00007, - .muxsel = { 2 }, - .audiomux = { 0x00400005 }, + .audiomux = { 0x00400005, 0, 0, 0, 0, 0 }, #if 0 .has_dvb = 1, #endif |