|
@@ -1793,7 +1793,7 @@ static int bttv_common_ioctls(struct bttv *btv, unsigned int cmd, void *arg)
|
|
memset(i,0,sizeof(*i));
|
|
memset(i,0,sizeof(*i));
|
|
i->index = n;
|
|
i->index = n;
|
|
i->type = V4L2_INPUT_TYPE_CAMERA;
|
|
i->type = V4L2_INPUT_TYPE_CAMERA;
|
|
- i->audioset = 0;
|
|
|
|
|
|
+ i->audioset = 1;
|
|
if (i->index == bttv_tvcards[btv->c.type].tuner) {
|
|
if (i->index == bttv_tvcards[btv->c.type].tuner) {
|
|
sprintf(i->name, "Television");
|
|
sprintf(i->name, "Television");
|
|
i->type = V4L2_INPUT_TYPE_TUNER;
|
|
i->type = V4L2_INPUT_TYPE_TUNER;
|