Title: [8247] trunk/sound/soc/blackfin/bf5xx-ad193x.c: bf5xx-ad193x: fix clock edge typo, which causes noise
Revision
8247
Author
bhsong
Date
2010-01-28 00:02:53 -0500 (Thu, 28 Jan 2010)

Log Message

bf5xx-ad193x: fix clock edge typo, which causes noise

Modified Paths


Diff

Modified: trunk/sound/soc/blackfin/bf5xx-ad193x.c (8246 => 8247)


--- trunk/sound/soc/blackfin/bf5xx-ad193x.c	2010-01-28 05:01:46 UTC (rev 8246)
+++ trunk/sound/soc/blackfin/bf5xx-ad193x.c	2010-01-28 05:02:53 UTC (rev 8247)
@@ -56,13 +56,13 @@
 	int ret = 0;
 	/* set cpu DAI configuration */
 	ret = snd_soc_dai_set_fmt(cpu_dai, SND_SOC_DAIFMT_DSP_A |
-		SND_SOC_DAIFMT_IB_IF | SND_SOC_DAIFMT_CBM_CFM);
+		SND_SOC_DAIFMT_NB_IF | SND_SOC_DAIFMT_CBM_CFM);
 	if (ret < 0)
 		return ret;
 
 	/* set codec DAI configuration */
 	ret = snd_soc_dai_set_fmt(codec_dai, SND_SOC_DAIFMT_DSP_A |
-		SND_SOC_DAIFMT_IB_IF | SND_SOC_DAIFMT_CBM_CFM);
+		SND_SOC_DAIFMT_NB_IF | SND_SOC_DAIFMT_CBM_CFM);
 	if (ret < 0)
 		return ret;
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to