|
@@ -166,7 +166,7 @@ static struct snd_soc_dai_driver s3c2412_i2s_dai = {
|
|
|
|
|
|
|
|
static __devinit int s3c2412_iis_dev_probe(struct platform_device *pdev)
|
|
static __devinit int s3c2412_iis_dev_probe(struct platform_device *pdev)
|
|
|
{
|
|
{
|
|
|
- return snd_soc_register_dai(&pdev->dev, &s3c2412_i2s_dai);
|
|
|
|
|
|
|
+ return s3c_i2sv2_register_dai(&pdev->dev, -1, &s3c2412_i2s_dai);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
static __devexit int s3c2412_iis_dev_remove(struct platform_device *pdev)
|
|
static __devexit int s3c2412_iis_dev_remove(struct platform_device *pdev)
|