diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-11-01 00:16:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:01:53 -0500 |
commit | 00405f8f11d3064c4af6fe826d8287863a453e7f (patch) | |
tree | 340ce113d35889d152967819787f047e62bba8ef /drivers/media/video/bt8xx/bttv-audio-hook.c | |
parent | 58a44040b4937c7d16b79a1b3048992eeac9853b (diff) |
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.c | 6 |
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) | |||
117 | break; | 117 | break; |
118 | default: | 118 | default: |
119 | t->rxsubchans = V4L2_TUNER_SUB_MONO | | 119 | t->rxsubchans = V4L2_TUNER_SUB_MONO | |
120 | V4L2_TUNER_SUB_STEREO | | 120 | V4L2_TUNER_SUB_STEREO | |
121 | V4L2_TUNER_SUB_LANG1 | | 121 | V4L2_TUNER_SUB_LANG1 | |
122 | V4L2_TUNER_SUB_LANG2; | 122 | V4L2_TUNER_SUB_LANG2; |
123 | } | 123 | } |
124 | t->audmode = V4L2_TUNER_MODE_STEREO | | 124 | t->audmode = V4L2_TUNER_MODE_STEREO | |
125 | V4L2_TUNER_MODE_LANG1 | V4L2_TUNER_MODE_LANG2; | 125 | V4L2_TUNER_MODE_LANG1 | V4L2_TUNER_MODE_LANG2; |