diff options
author | Nickolay V. Shmyrev <nshmyrev@yandex.ru> | 2006-08-25 16:52:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 19:00:56 -0200 |
commit | 012cf21975e8ccc2d57859413b336087f7f98763 (patch) | |
tree | c65225a32eab1e8f19391e2f1014a10e8a79dfe2 /drivers | |
parent | e92adc2c39aaaa0129b7b97584784a8ba9da9ec4 (diff) |
V4L/DVB (6408): Cleanup: Removed obsoleted code from bttv-cards
This is part of the old V4L1->V4L2 bttv patch, ported to current tree
by Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-cards.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/bt8xx/bttv-cards.c b/drivers/media/video/bt8xx/bttv-cards.c index 4f91f98db37b..6a2d37258820 100644 --- a/drivers/media/video/bt8xx/bttv-cards.c +++ b/drivers/media/video/bt8xx/bttv-cards.c @@ -4624,6 +4624,7 @@ fv2000s_audio(struct bttv *btv, struct video_audio *v, int set) if (btv->radio_user) return; + if (set) { if (v->mode & VIDEO_SOUND_MONO) { val = 0x0000; |