|
@@ -2349,6 +2349,7 @@ static int radio_g_tuner(struct file *file, void *priv,
|
|
|
t->type = V4L2_TUNER_RADIO;
|
|
|
|
|
|
saa_call_all(dev, tuner, g_tuner, t);
|
|
|
+ t->audmode &= V4L2_TUNER_MODE_MONO | V4L2_TUNER_MODE_STEREO;
|
|
|
if (dev->input->amux == TV) {
|
|
|
t->signal = 0xf800 - ((saa_readb(0x581) & 0x1f) << 11);
|
|
|
t->rxsubchans = (saa_readb(0x529) & 0x08) ?
|