diff options
author | Mike Isely <isely@pobox.com> | 2007-01-19 22:28:15 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:34:40 -0500 |
commit | af75453860569b6110fbf43c7113f52f698d37a3 (patch) | |
tree | afe2c69e9591ac6529771453c11ffe3eaac07f6e /drivers/media/video/pvrusb2/pvrusb2-video-v4l.c | |
parent | 293b5d94ebf1e591a6672d0c34d4559e935cd2dc (diff) |
V4L/DVB (5088): Pvrusb2: Minor dead code / comment cleanups
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/pvrusb2/pvrusb2-video-v4l.c')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-video-v4l.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-video-v4l.c b/drivers/media/video/pvrusb2/pvrusb2-video-v4l.c index 8b37748cfcba..10a735ceee24 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-video-v4l.c +++ b/drivers/media/video/pvrusb2/pvrusb2-video-v4l.c | |||
@@ -66,7 +66,9 @@ static void set_input(struct pvr2_v4l_decoder *ctxt) | |||
66 | route.input = SAA7115_SVIDEO2; | 66 | route.input = SAA7115_SVIDEO2; |
67 | break; | 67 | break; |
68 | case PVR2_CVAL_INPUT_RADIO: | 68 | case PVR2_CVAL_INPUT_RADIO: |
69 | // ????? No idea yet what to do here | 69 | // In radio mode, we mute the video, but point at one |
70 | // spot just to stay consistent | ||
71 | route.input = SAA7115_COMPOSITE5; | ||
70 | default: | 72 | default: |
71 | return; | 73 | return; |
72 | } | 74 | } |