ASoC: ep93xx: get rid of ep93xx-pcm-audio struct device
authorStephen Warren <swarren@nvidia.com>
Tue, 10 Dec 2013 19:34:45 +0000 (12:34 -0700)
committerMark Brown <broonie@linaro.org>
Wed, 18 Dec 2013 18:54:00 +0000 (18:54 +0000)
commit6f2032a18969d22740a865e0b4f2e48cf5338f36
treefebca721ef37f8d0ff3cc67a29e9d29181414a33
parent237eeb1c044fdd0f406a8484ee31884e34b9dfc5
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>
sound/soc/cirrus/edb93xx.c
sound/soc/cirrus/ep93xx-ac97.c
sound/soc/cirrus/ep93xx-i2s.c
sound/soc/cirrus/ep93xx-pcm.c
sound/soc/cirrus/ep93xx-pcm.h [new file with mode: 0644]
sound/soc/cirrus/simone.c
sound/soc/cirrus/snappercl15.c
This page took 0.027302 seconds and 5 git commands to generate.