Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254791
b: refs/heads/master
c: 508b768
h: refs/heads/master
i:
  254789: 2be4310
  254787: e6b6352
  254783: 6a7a47a
v: v3
  • Loading branch information
Jarkko Nikula authored and Liam Girdwood committed May 23, 2011
1 parent b02884c commit 5b9e518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 2aba76f014a7b56ab4fe75845c5fd57b5590acc2
refs/heads/master: 508b76864c18f34f8d6ba08d192f5817f8dc8ead
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/tlv320aic3x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ static int aic3x_set_power(struct snd_soc_codec *codec, int power)

/* Sync reg_cache with the hardware */
codec->cache_only = 0;
for (i = 0; i < ARRAY_SIZE(aic3x_reg); i++)
for (i = AIC3X_SAMPLE_RATE_SEL_REG; i < ARRAY_SIZE(aic3x_reg); i++)
snd_soc_write(codec, i, cache[i]);
if (aic3x->model == AIC3X_MODEL_3007)
aic3x_init_3007(codec);
Expand Down

0 comments on commit 5b9e518

Please sign in to comment.