Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 99103
b: refs/heads/master
c: ae2ff19
h: refs/heads/master
i:
  99101: f33ad34
  99099: 8cb56b4
  99095: aa28023
  99087: d832324
  99071: 027d6ca
v: v3
  • Loading branch information
Mark Brown authored and Jaroslav Kysela committed Jun 13, 2008
1 parent 38bf506 commit 76c554c
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: 8ddd440768e04e0c158c2bfa6178928e1f1eef3e
refs/heads/master: ae2ff19180d7dcac438e399f874d4de230b7f326
2 changes: 1 addition & 1 deletion trunk/sound/soc/codecs/tlv320aic3x.c
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ static int aic3x_init(struct snd_soc_device *socdev)
codec->set_bias_level = aic3x_set_bias_level;
codec->dai = &aic3x_dai;
codec->num_dai = 1;
codec->reg_cache_size = sizeof(aic3x_reg);
codec->reg_cache_size = ARRAY_SIZE(aic3x_reg);
codec->reg_cache = kmemdup(aic3x_reg, sizeof(aic3x_reg), GFP_KERNEL);
if (codec->reg_cache == NULL)
return -ENOMEM;
Expand Down

0 comments on commit 76c554c

Please sign in to comment.