Title: [8479] trunk/sound/soc/codecs/ad193x.c: ad193x: change default mclk input to 12.288Mhz which is used more frequently
Revision
8479
Author
bhsong
Date
2010-03-17 05:36:59 -0400 (Wed, 17 Mar 2010)

Log Message

ad193x: change default mclk input to 12.288Mhz which is used more frequently

Modified Paths

Diff

Modified: trunk/sound/soc/codecs/ad193x.c (8478 => 8479)


--- trunk/sound/soc/codecs/ad193x.c	2010-03-17 09:34:03 UTC (rev 8478)
+++ trunk/sound/soc/codecs/ad193x.c	2010-03-17 09:36:59 UTC (rev 8479)
@@ -390,7 +390,7 @@
 	/* sata delay=1, adc aux mode */
 	snd_soc_write(codec, AD193X_ADC_CTRL1, 0x43);
 	/* pll input: mclki/xi */
-	snd_soc_write(codec, AD193X_PLL_CLK_CTRL0, 0x9D);
+	snd_soc_write(codec, AD193X_PLL_CLK_CTRL0, 0x99); /* mclk=24.576Mhz: 0x9D; mclk=12.288Mhz: 0x99 */
 	snd_soc_write(codec, AD193X_PLL_CLK_CTRL1, 0x04);
 
 	ret = snd_soc_register_codec(codec);
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to