git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e875c1e
)
ASoC: wm8350: Don't use locally allocated codec struct
author
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 30 Apr 2012 19:11:55 +0000
(20:11 +0100)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Mon, 30 Apr 2012 22:34:42 +0000
(23:34 +0100)
The core allocates the live copies, we shouldn't try to duplicate it and
were buggy trying to do so as we were using uninitialised data for the
control data.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
No differences found