[media] m88ds3103: fix bug on .set_tone()

Band switching didn't worked always reliably as there was one
register bit set wrong.

Thanks to Robert Schlabbach for pointing this bug and solution.

Reported-by: Robert Schlabbach <Robert.Schlabbach@gmx.net>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
Antti Palosaari 2014-02-01 17:28:21 -03:00 коммит произвёл Mauro Carvalho Chehab
Родитель 30d652823d
Коммит 418a97cbce
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -944,7 +944,7 @@ static int m88ds3103_set_tone(struct dvb_frontend *fe,
switch (fe_sec_tone_mode) {
case SEC_TONE_ON:
tone = 0;
reg_a1_mask = 0x87;
reg_a1_mask = 0x47;
break;
case SEC_TONE_OFF:
tone = 1;