Title: [8584] trunk/sound/soc/codecs/adau1361.c: enable pll to make register access more stable
Revision
8584
Author
cliff
Date
2010-04-01 01:44:55 -0400 (Thu, 01 Apr 2010)

Log Message

enable pll to make register access more stable

Modified Paths


Diff

Modified: trunk/sound/soc/codecs/adau1361.c (8583 => 8584)


--- trunk/sound/soc/codecs/adau1361.c	2010-03-31 10:46:19 UTC (rev 8583)
+++ trunk/sound/soc/codecs/adau1361.c	2010-04-01 05:44:55 UTC (rev 8584)
@@ -494,7 +494,8 @@
 #else /* analog mic */
 	int mode = 0;
 #endif
-
+	adau1361_pll_init(codec);
+	adau1361_pll_enable(codec, 1);
 	/* Load deault regsiter settings */
 	for (i = 0; i < RESET_REGISTER_COUNT; ++i) {
 		regdata = adau1361_reset[i];
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to