aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/dvb-frontends/dib8000.c
diff options
context:
space:
mode:
authorGravatar Mauro Carvalho Chehab <m.chehab@samsung.com> 2014-07-04 14:15:33 -0300
committerGravatar Mauro Carvalho Chehab <m.chehab@samsung.com> 2014-07-07 09:56:30 -0300
commit6d38454a59a01ce24f93c990a08cac0c0d4df2c8 (patch)
tree422e5d6a9749be1334e5aa6fdcf5a99eda9175ed /drivers/media/dvb-frontends/dib8000.c
parent[media] dib8000: In auto-search, try first with partial reception enabled (diff)
downloadlinux-6d38454a59a01ce24f93c990a08cac0c0d4df2c8.tar.gz
linux-6d38454a59a01ce24f93c990a08cac0c0d4df2c8.tar.bz2
linux-6d38454a59a01ce24f93c990a08cac0c0d4df2c8.zip
[media] dib8000: Restart sad during dib8000_reset
Just like the Windows driver, restart SAD during reset Acked-By: Patrick Boettcher <pboettcher@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
Diffstat (limited to 'drivers/media/dvb-frontends/dib8000.c')
-rw-r--r--drivers/media/dvb-frontends/dib8000.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb-frontends/dib8000.c b/drivers/media/dvb-frontends/dib8000.c
index 7088940b634e..5d1e141d3109 100644
--- a/drivers/media/dvb-frontends/dib8000.c
+++ b/drivers/media/dvb-frontends/dib8000.c
@@ -1050,6 +1050,7 @@ static int dib8000_reset(struct dvb_frontend *fe)
dib8000_write_word(state, 770, 0xffff);
dib8000_write_word(state, 771, 0xffff);
dib8000_write_word(state, 772, 0xfffc);
+ dib8000_write_word(state, 898, 0x000c); /* restart sad */
if (state->revision == 0x8090)
dib8000_write_word(state, 1280, 0x0045);
else