aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/samsung/s3c-i2s-v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/samsung/s3c-i2s-v2.c b/sound/soc/samsung/s3c-i2s-v2.c
index 9b28046eea8e..3894bda06ebb 100644
--- a/sound/soc/samsung/s3c-i2s-v2.c
+++ b/sound/soc/samsung/s3c-i2s-v2.c
@@ -637,7 +637,7 @@ int s3c_i2sv2_probe(struct snd_soc_dai *dai,
637 return -ENOENT; 637 return -ENOENT;
638 } 638 }
639 639
640 clk_enable(i2s->iis_pclk); 640 clk_prepare_enable(i2s->iis_pclk);
641 641
642 /* Mark ourselves as in TXRX mode so we can run through our cleanup 642 /* Mark ourselves as in TXRX mode so we can run through our cleanup
643 * process without warnings. */ 643 * process without warnings. */