V4L/DVB (5088): Pvrusb2: Minor dead code / comment cleanups
authorMike Isely <isely@pobox.com>
Sat, 20 Jan 2007 03:28:15 +0000 (00:28 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 21 Feb 2007 15:34:40 +0000 (13:34 -0200)
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/pvrusb2/pvrusb2-video-v4l.c

index 8b37748..10a735c 100644 (file)
@@ -66,7 +66,9 @@ static void set_input(struct pvr2_v4l_decoder *ctxt)
                route.input = SAA7115_SVIDEO2;
                break;
        case PVR2_CVAL_INPUT_RADIO:
-               // ????? No idea yet what to do here
+               // In radio mode, we mute the video, but point at one
+               // spot just to stay consistent
+               route.input = SAA7115_COMPOSITE5;
        default:
                return;
        }