diff options
-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 | } |