Title: [9793] trunk/sound/soc/blackfin/bf5xx-ac97.c: ASoC: Blackfin AC97: use right pin for sport RFS
Revision
9793
Author
vapier
Date
2011-03-28 02:47:22 -0400 (Mon, 28 Mar 2011)

Log Message

ASoC: Blackfin AC97: use right pin for sport RFS

Modified Paths


Diff

Modified: trunk/sound/soc/blackfin/bf5xx-ac97.c (9792 => 9793)


--- trunk/sound/soc/blackfin/bf5xx-ac97.c	2011-03-28 03:23:51 UTC (rev 9792)
+++ trunk/sound/soc/blackfin/bf5xx-ac97.c	2011-03-28 06:47:22 UTC (rev 9793)
@@ -167,7 +167,7 @@
 static void bf5xx_ac97_warm_reset(struct snd_ac97 *ac97)
 {
 	struct sport_device *sport_handle = ac97_sport_handle;
-	u16 gpio = P_IDENT(sport_handle->pin_req[0]);
+	u16 gpio = P_IDENT(sport_handle->pin_req[3]);
 
 	pr_debug("%s enter\n", __func__);
 
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to