diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-26 15:08:04 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2013-03-26 15:08:04 +0100 |
commit | ff6550104ce4a4a388f2ba5ae40ad05939416f13 (patch) | |
tree | a8aa88edb52a79950e644a398c8ec7de1d09dc58 /sound | |
parent | Merge remote-tracking branch 'asoc/fix/max98090' into asoc-next (diff) | |
parent | ASoC: dma-sh7760: Fix compile error (diff) | |
download | linux-ff6550104ce4a4a388f2ba5ae40ad05939416f13.tar.xz linux-ff6550104ce4a4a388f2ba5ae40ad05939416f13.zip |
Merge remote-tracking branch 'asoc/fix/sh' into asoc-next
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/sh/dma-sh7760.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sh/dma-sh7760.c b/sound/soc/sh/dma-sh7760.c index 19eff8fc4fdd..1a8b03e4b41b 100644 --- a/sound/soc/sh/dma-sh7760.c +++ b/sound/soc/sh/dma-sh7760.c @@ -342,8 +342,8 @@ static int camelot_pcm_new(struct snd_soc_pcm_runtime *rtd) return 0; } -static struct snd_soc_platform sh7760_soc_platform = { - .pcm_ops = &camelot_pcm_ops, +static struct snd_soc_platform_driver sh7760_soc_platform = { + .ops = &camelot_pcm_ops, .pcm_new = camelot_pcm_new, .pcm_free = camelot_pcm_free, }; |