commit | 45fce59496cbabd46761e6980c05c82d94d08eaa | [log] [tgz] |
---|---|---|
author | Jean-Francois Moine <moinejf@free.fr> | Wed Jan 15 16:51:56 2014 +0100 |
committer | Mark Brown <broonie@linaro.org> | Mon Feb 03 12:45:33 2014 +0000 |
tree | e5da21552f494e04ee2b7d6d59782ed51a6a1957 | |
parent | ca65b492c7a265b220f763fd68bf87391213248f [diff] |
ASoC: simple-card: simplify code The platform data structure contains information which is used only by the driver, and the driver allocates platform information fields which are of no use. Move the driver specific data to a new private structure and cleanup the platform data structure. Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Mark Brown <broonie@linaro.org>