Title: [7935] trunk/sound/soc/blackfin/bf5xx-ad1938.c: Bugs [#5743], ad1938 machine driver: update according to 2.6.32 soc-core API
Revision
7935
Author
bhsong
Date
2009-12-06 21:51:27 -0500 (Sun, 06 Dec 2009)

Log Message

Bugs [#5743], ad1938 machine driver: update according to 2.6.32 soc-core API

Notice it has been merged into mainline when applied by upstream

Modified Paths

Diff

Modified: trunk/sound/soc/blackfin/bf5xx-ad1938.c (7934 => 7935)


--- trunk/sound/soc/blackfin/bf5xx-ad1938.c	2009-12-04 06:56:21 UTC (rev 7934)
+++ trunk/sound/soc/blackfin/bf5xx-ad1938.c	2009-12-07 02:51:27 UTC (rev 7935)
@@ -67,7 +67,7 @@
 		return ret;
 
 	/* set codec DAI slots, 8 channels, all channels are enabled */
-	ret = snd_soc_dai_set_tdm_slot(codec_dai, 0xFF, 8);
+	ret = snd_soc_dai_set_tdm_slot(codec_dai, 0xFF, 0xFF, 8, 32);
 	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