Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168877
b: refs/heads/master
c: e9ff5eb
h: refs/heads/master
i:
  168875: 9b90bb7
v: v3
  • Loading branch information
Anuj Aggarwal authored and Mark Brown committed Nov 27, 2009
1 parent 0abbbec commit 2d38000
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50b6bce59d154b5db137907a5c0ed45a4e7a3829
refs/heads/master: e9ff5eb2ae018fe2298c68746c873bf828c6b10e
3 changes: 1 addition & 2 deletions trunk/sound/soc/codecs/tlv320aic23.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 2d38000

Please sign in to comment.