Skip to content

Commit

Permalink
Merge remote-tracking branch 'asoc/topic/ssm2602' into tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Sep 1, 2013
2 parents 90d561b + 9d863b8 commit 5df498a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sound/soc/codecs/ssm2602.c
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,9 @@ static int ssm2602_suspend(struct snd_soc_codec *codec)

static int ssm2602_resume(struct snd_soc_codec *codec)
{
snd_soc_cache_sync(codec);
struct ssm2602_priv *ssm2602 = snd_soc_codec_get_drvdata(codec);

regcache_sync(ssm2602->regmap);
ssm2602_set_bias_level(codec, SND_SOC_BIAS_STANDBY);

return 0;
Expand Down

0 comments on commit 5df498a

Please sign in to comment.