diff options
Diffstat (limited to 'drivers/media/dvb/frontends/au8522_decoder.c')
-rw-r--r-- | drivers/media/dvb/frontends/au8522_decoder.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/au8522_decoder.c b/drivers/media/dvb/frontends/au8522_decoder.c index 24268ef2753..68dba3a4b4d 100644 --- a/drivers/media/dvb/frontends/au8522_decoder.c +++ b/drivers/media/dvb/frontends/au8522_decoder.c | |||
@@ -664,6 +664,13 @@ static int au8522_reset(struct v4l2_subdev *sd, u32 val) | |||
664 | { | 664 | { |
665 | struct au8522_state *state = to_state(sd); | 665 | struct au8522_state *state = to_state(sd); |
666 | 666 | ||
667 | state->operational_mode = AU8522_ANALOG_MODE; | ||
668 | |||
669 | /* Clear out any state associated with the digital side of the | ||
670 | chip, so that when it gets powered back up it won't think | ||
671 | that it is already tuned */ | ||
672 | state->current_frequency = 0; | ||
673 | |||
667 | au8522_writereg(state, 0xa4, 1 << 5); | 674 | au8522_writereg(state, 0xa4, 1 << 5); |
668 | 675 | ||
669 | return 0; | 676 | return 0; |