diff options
author | Stephen Warren <swarren@nvidia.com> | 2013-12-10 23:34:45 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-12-18 22:54:00 +0400 |
commit | 6f2032a18969d22740a865e0b4f2e48cf5338f36 (patch) | |
tree | febca721ef37f8d0ff3cc67a29e9d29181414a33 /sound/soc/cirrus/simone.c | |
parent | 237eeb1c044fdd0f406a8484ee31884e34b9dfc5 (diff) | |
download | linux-6f2032a18969d22740a865e0b4f2e48cf5338f36.tar.xz |
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>
Diffstat (limited to 'sound/soc/cirrus/simone.c')
-rw-r--r-- | sound/soc/cirrus/simone.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/cirrus/simone.c b/sound/soc/cirrus/simone.c index 4d094d00c34a..822a19a89e74 100644 --- a/sound/soc/cirrus/simone.c +++ b/sound/soc/cirrus/simone.c @@ -27,7 +27,7 @@ static struct snd_soc_dai_link simone_dai = { .cpu_dai_name = "ep93xx-ac97", .codec_dai_name = "ac97-hifi", .codec_name = "ac97-codec", - .platform_name = "ep93xx-pcm-audio", + .platform_name = "ep93xx-ac97", }; static struct snd_soc_card snd_soc_simone = { |