From: Mark Brown Date: Thu, 30 Apr 2009 12:42:04 +0000 (+0100) Subject: ASoC: Use platform device resource for S3C64xx IISv2 X-Git-Tag: v2.6.31-rc1~363^2~29^2~65 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=71437552f2564c0d0c5cc4995045683051c5fe62;p=karo-tx-linux.git ASoC: Use platform device resource for S3C64xx IISv2 Signed-off-by: Mark Brown --- 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) goto err; } - ret = s3c_i2sv2_probe(pdev, dai, i2s, - dai->id ? S3C64XX_PA_IIS1 : S3C64XX_PA_IIS0); + ret = s3c_i2sv2_probe(pdev, dai, i2s, 0); if (ret) goto err_clk;