aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/pxa/pxa2xx-ac97.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/pxa/pxa2xx-ac97.c b/sound/soc/pxa/pxa2xx-ac97.c
index fe9c297ae6f2..e17379998802 100644
--- a/sound/soc/pxa/pxa2xx-ac97.c
+++ b/sound/soc/pxa/pxa2xx-ac97.c
@@ -314,6 +314,7 @@ static int pxa2xx_ac97_probe(struct platform_device *pdev)
314 ac97_clk = NULL; 314 ac97_clk = NULL;
315 goto err_irq; 315 goto err_irq;
316 } 316 }
317 clk_enable(ac97_clk);
317 return 0; 318 return 0;
318 319
319 err_irq: 320 err_irq: