Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73917
b: refs/heads/master
c: 4df2053
h: refs/heads/master
i:
  73915: 70bf0cb
v: v3
  • Loading branch information
Timur Tabi authored and Mercurial server committed Nov 20, 2007
1 parent 81e2e36 commit db3c26f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 37435446244958edc36b33cf2b87c2f5cd433ba4
refs/heads/master: 4df20535ec52fb7eba604eb1ba77148f92ab8edd
3 changes: 2 additions & 1 deletion trunk/sound/soc/codecs/cs4270.c
Original file line number Diff line number Diff line change
Expand Up @@ -725,7 +725,8 @@ static int cs4270_probe(struct platform_device *pdev)
codec->owner = THIS_MODULE;
codec->dai = &cs4270_dai;
codec->num_dai = 1;
codec->private_data = codec + ALIGN(sizeof(struct snd_soc_codec), 4);
codec->private_data = (void *) codec +
ALIGN(sizeof(struct snd_soc_codec), 4);

socdev->codec = codec;

Expand Down

0 comments on commit db3c26f

Please sign in to comment.