diff options
-rw-r--r-- | sound/soc/s3c24xx/s3c-i2s-v2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/s3c24xx/s3c-i2s-v2.c b/sound/soc/s3c24xx/s3c-i2s-v2.c index aa84f4cb4d8a..8f085087aa8c 100644 --- a/sound/soc/s3c24xx/s3c-i2s-v2.c +++ b/sound/soc/s3c24xx/s3c-i2s-v2.c | |||
@@ -753,7 +753,7 @@ int s3c_i2sv2_register_dai(struct snd_soc_dai *dai) | |||
753 | 753 | ||
754 | /* Allow overriding by (for example) IISv4 */ | 754 | /* Allow overriding by (for example) IISv4 */ |
755 | if (!ops->delay) | 755 | if (!ops->delay) |
756 | ops->delay = s3c2412_i2s_delay, | 756 | ops->delay = s3c2412_i2s_delay; |
757 | 757 | ||
758 | dai->suspend = s3c2412_i2s_suspend; | 758 | dai->suspend = s3c2412_i2s_suspend; |
759 | dai->resume = s3c2412_i2s_resume; | 759 | dai->resume = s3c2412_i2s_resume; |