commit | 30facd4d51d630b6cba386badd7f42456962089b | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Apr 30 20:11:55 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Mon Apr 30 23:34:42 2012 +0100 |
tree | a69a4b81327dd553a826332f043193d41ccebeb7 | |
parent | e875c1e3e758447ba81ca450d89434b3b0496d37 [diff] |
ASoC: wm8350: Don't use locally allocated codec struct 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>