]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/media/video/tda9887.c
Jon needs a new shift key.
[mv-sheeva.git] / drivers / media / video / tda9887.c
index 87ffb0e84a7a063cd34589d8705e00d1a9b1b28b..fde576f1101cb3f980c9cb616aa3ae7ee1be48c3 100644 (file)
@@ -482,6 +482,12 @@ static int tda9887_set_config(struct tuner *t, char *buf)
                buf[1] &= ~cQSS;
        if (t->tda9887_config & TDA9887_GATING_18)
                buf[3] &= ~cGating_36;
+
+       if (t->tda9887_config & TDA9887_GAIN_NORMAL) {
+               radio_stereo.e &= ~cTunerGainLow;
+               radio_mono.e &= ~cTunerGainLow;
+       }
+
        return 0;
 }