diff options
Diffstat (limited to 'drivers/media/video/bt8xx/bttv-driver.c')
-rw-r--r-- | drivers/media/video/bt8xx/bttv-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/bt8xx/bttv-driver.c b/drivers/media/video/bt8xx/bttv-driver.c index 6e1ddad9f0c1..3c8e4742dccc 100644 --- a/drivers/media/video/bt8xx/bttv-driver.c +++ b/drivers/media/video/bt8xx/bttv-driver.c | |||
@@ -1793,7 +1793,7 @@ static int bttv_common_ioctls(struct bttv *btv, unsigned int cmd, void *arg) | |||
1793 | memset(i,0,sizeof(*i)); | 1793 | memset(i,0,sizeof(*i)); |
1794 | i->index = n; | 1794 | i->index = n; |
1795 | i->type = V4L2_INPUT_TYPE_CAMERA; | 1795 | i->type = V4L2_INPUT_TYPE_CAMERA; |
1796 | i->audioset = 0; | 1796 | i->audioset = 1; |
1797 | if (i->index == bttv_tvcards[btv->c.type].tuner) { | 1797 | if (i->index == bttv_tvcards[btv->c.type].tuner) { |
1798 | sprintf(i->name, "Television"); | 1798 | sprintf(i->name, "Television"); |
1799 | i->type = V4L2_INPUT_TYPE_TUNER; | 1799 | i->type = V4L2_INPUT_TYPE_TUNER; |