aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/bt8xx/bttv-audio-hook.c
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2007-11-01 01:16:04 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2008-01-25 19:01:53 -0200
commit00405f8f11d3064c4af6fe826d8287863a453e7f (patch)
tree340ce113d35889d152967819787f047e62bba8ef /drivers/media/video/bt8xx/bttv-audio-hook.c
parentV4L/DVB (6497): saa7146/budget*/dvb-ttpci: Remove V4L1 code (diff)
downloadlinux-dev-00405f8f11d3064c4af6fe826d8287863a453e7f.tar.xz
linux-dev-00405f8f11d3064c4af6fe826d8287863a453e7f.zip
V4L/DVB (6507): bttv: whitespace cleanup
Someone wasn't using the v4l-dvb commit scripts and so didn't run the automatic whitespace cleaner on their code. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-audio-hook.c')
-rw-r--r--drivers/media/video/bt8xx/bttv-audio-hook.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/bt8xx/bttv-audio-hook.c b/drivers/media/video/bt8xx/bttv-audio-hook.c
index 67b63423575f..2364d16586b3 100644
--- a/drivers/media/video/bt8xx/bttv-audio-hook.c
+++ b/drivers/media/video/bt8xx/bttv-audio-hook.c
@@ -117,9 +117,9 @@ void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *t, int set)
break;
default:
t->rxsubchans = V4L2_TUNER_SUB_MONO |
- V4L2_TUNER_SUB_STEREO |
- V4L2_TUNER_SUB_LANG1 |
- V4L2_TUNER_SUB_LANG2;
+ V4L2_TUNER_SUB_STEREO |
+ V4L2_TUNER_SUB_LANG1 |
+ V4L2_TUNER_SUB_LANG2;
}
t->audmode = V4L2_TUNER_MODE_STEREO |
V4L2_TUNER_MODE_LANG1 | V4L2_TUNER_MODE_LANG2;