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>
This commit is contained in:
parent
293b5d94eb
commit
af75453860
1 changed files with 3 additions and 1 deletions
|
@ -66,7 +66,9 @@ static void set_input(struct pvr2_v4l_decoder *ctxt)
|
||||||
route.input = SAA7115_SVIDEO2;
|
route.input = SAA7115_SVIDEO2;
|
||||||
break;
|
break;
|
||||||
case PVR2_CVAL_INPUT_RADIO:
|
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:
|
default:
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue