Skip to content

Commit

Permalink
ASoC: wm8990: Mark the register map as dirty when powering down
Browse files Browse the repository at this point in the history
Otherwise we'll skip sync on resume.

Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Cc: stable@vger.kernel.org
  • Loading branch information
Mark Brown committed Nov 25, 2013
1 parent 6ce4eac commit 2ab2b74
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/codecs/wm8990.c
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,8 @@ static int wm8990_set_bias_level(struct snd_soc_codec *codec,

/* disable POBCTRL, SOFT_ST and BUFDCOPEN */
snd_soc_write(codec, WM8990_ANTIPOP2, 0x0);

codec->cache_sync = 1;
break;
}

Expand Down

0 comments on commit 2ab2b74

Please sign in to comment.