aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-11 11:06:17 +0000
committerMark Brown <broonie@opensource.wolfsonmicro.com>2013-02-11 11:06:17 +0000
commit89bc3f2c931811fdcf0f9c88dac9d5434d120e8e (patch)
tree12a83661299d81e31fa329ab0a07ea77f76aac79 /sound
parentMerge remote-tracking branch 'asoc/fix/dwc' into asoc-next (diff)
parentASoC: samsung: Fix compilation error on S3C2440 (diff)
downloadwireguard-linux-89bc3f2c931811fdcf0f9c88dac9d5434d120e8e.tar.xz
wireguard-linux-89bc3f2c931811fdcf0f9c88dac9d5434d120e8e.zip
Merge remote-tracking branch 'asoc/fix/samsung' into asoc-next
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/samsung/s3c24xx-i2s.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/s3c24xx-i2s.c b/sound/soc/samsung/s3c24xx-i2s.c
index ee10e8704e97..13f6dd1ceb00 100644
--- a/sound/soc/samsung/s3c24xx-i2s.c
+++ b/sound/soc/samsung/s3c24xx-i2s.c
@@ -469,7 +469,7 @@ static int s3c24xx_iis_dev_probe(struct platform_device *pdev)
{
int ret = 0;
- ret = s3c_i2sv2_register_dai(&pdev->dev, -1, &s3c2412_i2s_dai);
+ ret = snd_soc_register_dai(&pdev->dev, &s3c24xx_i2s_dai);
if (ret) {
pr_err("failed to register the dai\n");
return ret;