diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-30 08:42:04 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-30 09:08:01 -0400 |
commit | 71437552f2564c0d0c5cc4995045683051c5fe62 (patch) | |
tree | 40e96efa29523a93c624a07bd772a6eb90e3b756 /sound/soc/s3c24xx | |
parent | abbc82466967064e4eaafa367fc225a8c803569c (diff) |
ASoC: Use platform device resource for S3C64xx IISv2
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx')
-rw-r--r-- | sound/soc/s3c24xx/s3c64xx-i2s.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c index e0f4a1644f1f..3c06c401d0fb 100644 --- a/sound/soc/s3c24xx/s3c64xx-i2s.c +++ b/sound/soc/s3c24xx/s3c64xx-i2s.c | |||
@@ -220,8 +220,7 @@ static __devinit int s3c64xx_iis_dev_probe(struct platform_device *pdev) | |||
220 | goto err; | 220 | goto err; |
221 | } | 221 | } |
222 | 222 | ||
223 | ret = s3c_i2sv2_probe(pdev, dai, i2s, | 223 | ret = s3c_i2sv2_probe(pdev, dai, i2s, 0); |
224 | dai->id ? S3C64XX_PA_IIS1 : S3C64XX_PA_IIS0); | ||
225 | if (ret) | 224 | if (ret) |
226 | goto err_clk; | 225 | goto err_clk; |
227 | 226 | ||