diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-27 15:24:15 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-04-27 15:28:14 -0400 |
commit | a7be4d92d989fc53d840d24cba2ebea9e5ad8480 (patch) | |
tree | f94d40768af7239fd96364b1683f9dc61ea4a354 /sound/soc/s3c24xx/s3c64xx-i2s.c | |
parent | 5c556a6e190897a0f1ff14e13722591828412031 (diff) |
ASoC: Use our registration function for S3C64xx
Make sure we get the DAI operations initialised.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/s3c64xx-i2s.c')
-rw-r--r-- | sound/soc/s3c24xx/s3c64xx-i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c64xx-i2s.c b/sound/soc/s3c24xx/s3c64xx-i2s.c index c33524803b3e..1345fbdca700 100644 --- a/sound/soc/s3c24xx/s3c64xx-i2s.c +++ b/sound/soc/s3c24xx/s3c64xx-i2s.c | |||
@@ -225,7 +225,7 @@ static __devinit int s3c64xx_iis_dev_probe(struct platform_device *pdev) | |||
225 | if (ret) | 225 | if (ret) |
226 | goto err_clk; | 226 | goto err_clk; |
227 | 227 | ||
228 | ret = snd_soc_register_dai(dai); | 228 | ret = s3c_i2sv2_register_dai(dai); |
229 | if (ret != 0) | 229 | if (ret != 0) |
230 | goto err_i2sv2; | 230 | goto err_i2sv2; |
231 | 231 | ||