Skip to content

Commit

Permalink
Merge branch 'for-2.6.32' into for-2.6.33
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Brown committed Nov 27, 2009
2 parents 49af574 + e9ff5eb commit 5c5452f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sound/soc/codecs/tlv320aic23.c
Original file line number Diff line number Diff line change
Expand Up @@ -624,11 +624,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);
}
Expand Down

0 comments on commit 5c5452f

Please sign in to comment.