commit | 6f2032a18969d22740a865e0b4f2e48cf5338f36 | [log] [tgz] |
---|---|---|
author | Stephen Warren <swarren@nvidia.com> | Tue Dec 10 12:34:45 2013 -0700 |
committer | Mark Brown <broonie@linaro.org> | Wed Dec 18 18:54:00 2013 +0000 |
tree | febca721ef37f8d0ff3cc67a29e9d29181414a33 | |
parent | 237eeb1c044fdd0f406a8484ee31884e34b9dfc5 [diff] |
ASoC: ep93xx: get rid of ep93xx-pcm-audio struct device Modify the ep93xx PCM driver so that it's a utility library that can be registered on each DAI, rather than a separate struct device. This is more in line with how many recent DT-converted platforms operate, and avoids the need for yet another struct device. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@linaro.org>