瀏覽代碼

Merge remote-tracking branch 'asoc/fix/samsung' into asoc-next

Mark Brown 12 年之前
父節點
當前提交
89bc3f2c93
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/soc/samsung/s3c24xx-i2s.c

+ 1 - 1
sound/soc/samsung/s3c24xx-i2s.c

@@ -469,7 +469,7 @@ static int s3c24xx_iis_dev_probe(struct platform_device *pdev)
 {
 {
 	int ret = 0;
 	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) {
 	if (ret) {
 		pr_err("failed to register the dai\n");
 		pr_err("failed to register the dai\n");
 		return ret;
 		return ret;