diff options
author | Michael Krufky <devnull@localhost> | 2006-01-10 04:38:54 +0000 |
---|---|---|
committer | Michael Krufky <devnull@localhost> | 2006-01-10 04:38:54 +0000 |
commit | bf936e2064d1dfc0c07b57cbf24b71abbd1c0262 (patch) | |
tree | 8bdc1cf6520a2445711eea33d98af884171c343e /linux/drivers | |
parent | 062c0f0e1d894902d30b0a0dc39a10d6d387e382 (diff) | |
download | mediapointer-dvb-s2-bf936e2064d1dfc0c07b57cbf24b71abbd1c0262.tar.gz mediapointer-dvb-s2-bf936e2064d1dfc0c07b57cbf24b71abbd1c0262.tar.bz2 |
More whitespace cleanup in bttv-cards.c
Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/video/bttv-cards.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/video/bttv-cards.c b/linux/drivers/media/video/bttv-cards.c index ac7e9636a..5ae741ed3 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.108 2006/01/10 04:31:30 mkrufky Exp $ + $Id: bttv-cards.c,v 1.109 2006/01/10 04:38:54 mkrufky Exp $ bttv-cards.c @@ -2819,7 +2819,7 @@ struct tvcard bttv_tvcards[] = { .svhs = 2, .gpiomask = 15, .muxsel = { 2, 3, 1, 1 }, - .audiomux = {2,0,0,0,1 }, + .audiomux = { 2, 0, 0, 0, 1 }, .needs_tvaudio = 1, .pll = PLL_28, .tuner_type = 2, |