diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-09-17 14:30:18 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-09-19 19:04:35 +0400 |
commit | c6834dd2d20fe607d0a4a98e78a68614e4079492 (patch) | |
tree | ade635b16b6269d68de5dfcd65747f4e75980cb3 /sound/soc/sh/siu_pcm.c | |
parent | 7d25d64441a8ce9fb8c0e1c889badb14d8af9370 (diff) | |
download | linux-c6834dd2d20fe607d0a4a98e78a68614e4079492.tar.xz |
ASoC: fix SIU driver breakage, occurred during the multi-component transition
This patch fixes multiple bugs and a typo, occurred during the multi-
component transition.
Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/sh/siu_pcm.c')
-rw-r--r-- | sound/soc/sh/siu_pcm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/siu_pcm.c b/sound/soc/sh/siu_pcm.c index 440476993325..d6c79fa56d12 100644 --- a/sound/soc/sh/siu_pcm.c +++ b/sound/soc/sh/siu_pcm.c @@ -341,7 +341,7 @@ static int siu_pcm_open(struct snd_pcm_substream *ss) { /* Playback / Capture */ struct snd_soc_pcm_runtime *rtd = ss->private_data; - struct siu_platform *pdata = snd_soc_platform_get_drvdata(rtd->platform); + struct siu_platform *pdata = rtd->platform->dev->platform_data; struct siu_info *info = siu_i2s_data; struct siu_port *port_info = siu_port_info(ss); struct siu_stream *siu_stream; |