diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-11-30 14:50:37 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-11-30 14:50:37 +0100 |
commit | 77a9d3eb774f50965106cb2937be660d093a5272 (patch) | |
tree | 3980b072ee25f01aed7c5e4109983fa7952e6bf7 /sound/soc/codecs/tlv320aic23.c | |
parent | e2cd52e60726c30fa558cead7bc7413fd946261c (diff) | |
parent | e9ff5eb2ae018fe2298c68746c873bf828c6b10e (diff) |
Merge branch 'fix/asoc' into fix/misc
Diffstat (limited to 'sound/soc/codecs/tlv320aic23.c')
-rw-r--r-- | sound/soc/codecs/tlv320aic23.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/codecs/tlv320aic23.c b/sound/soc/codecs/tlv320aic23.c index 6b24d8bb02b..90a0264f753 100644 --- a/sound/soc/codecs/tlv320aic23.c +++ b/sound/soc/codecs/tlv320aic23.c @@ -625,11 +625,10 @@ static int tlv320aic23_resume(struct platform_device *pdev) { struct snd_soc_device *socdev = platform_get_drvdata(pdev); struct snd_soc_codec *codec = socdev->card->codec; - int i; u16 reg; /* Sync reg_cache with the hardware */ - for (reg = 0; reg < ARRAY_SIZE(tlv320aic23_reg); i++) { + for (reg = 0; reg < TLV320AIC23_RESET; reg++) { u16 val = tlv320aic23_read_reg_cache(codec, reg); tlv320aic23_write(codec, reg, val); } |