|
@@ -2787,9 +2787,9 @@ static int bttv_g_tuner(struct file *file, void *priv,
|
|
|
return -EINVAL;
|
|
|
|
|
|
t->rxsubchans = V4L2_TUNER_SUB_MONO;
|
|
|
+ t->capability = V4L2_TUNER_CAP_NORM;
|
|
|
bttv_call_all(btv, tuner, g_tuner, t);
|
|
|
strcpy(t->name, "Television");
|
|
|
- t->capability = V4L2_TUNER_CAP_NORM;
|
|
|
t->type = V4L2_TUNER_ANALOG_TV;
|
|
|
if (btread(BT848_DSTATUS)&BT848_DSTATUS_HLOC)
|
|
|
t->signal = 0xffff;
|