diff options
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-v4l2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-v4l2.c b/drivers/media/video/pvrusb2/pvrusb2-v4l2.c index 8f0587ebd4bd..5e2292726e94 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-v4l2.c +++ b/drivers/media/video/pvrusb2/pvrusb2-v4l2.c | |||
@@ -267,6 +267,7 @@ static int pvr2_v4l2_do_ioctl(struct inode *inode, struct file *file, | |||
267 | ret = 0; | 267 | ret = 0; |
268 | switch (vi->index) { | 268 | switch (vi->index) { |
269 | case PVR2_CVAL_INPUT_TV: | 269 | case PVR2_CVAL_INPUT_TV: |
270 | case PVR2_CVAL_INPUT_DTV: | ||
270 | case PVR2_CVAL_INPUT_RADIO: | 271 | case PVR2_CVAL_INPUT_RADIO: |
271 | tmp.type = V4L2_INPUT_TYPE_TUNER; | 272 | tmp.type = V4L2_INPUT_TYPE_TUNER; |
272 | break; | 273 | break; |