All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] pxa2xx-ac97: fix reset gpio mode setting
@ 2009-05-11 10:11 Mike Rapoport
  2009-05-11 10:51 ` Eric Miao
  2009-05-11 18:04 ` Mark Brown
  0 siblings, 2 replies; 7+ messages in thread
From: Mike Rapoport @ 2009-05-11 10:11 UTC (permalink / raw)
  To: eric.miao; +Cc: alsa-devel, linux-arm-kernel, Mike Rapoport

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
---
 sound/arm/pxa2xx-ac97-lib.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/arm/pxa2xx-ac97-lib.c b/sound/arm/pxa2xx-ac97-lib.c
index a2c12d1..6fdca97 100644
--- a/sound/arm/pxa2xx-ac97-lib.c
+++ b/sound/arm/pxa2xx-ac97-lib.c
@@ -65,7 +65,7 @@ static void set_resetgpio_mode(int resetgpio_action)
 		switch (resetgpio_action) {
 		case RESETGPIO_NORMAL_ALTFUNC:
 			if (reset_gpio == 113)
-				mode = 113 | GPIO_OUT | GPIO_DFLT_LOW;
+				mode = 113 | GPIO_ALT_FN_2_OUT;
 			if (reset_gpio == 95)
 				mode = 95 | GPIO_ALT_FN_1_OUT;
 			break;
-- 
1.5.6.4

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-05-12  2:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-11 10:11 [PATCH] pxa2xx-ac97: fix reset gpio mode setting Mike Rapoport
2009-05-11 10:51 ` Eric Miao
2009-05-11 11:08   ` Mike Rapoport
2009-05-11 13:15   ` [alsa-devel] " Tomas 'Sleep_Walker' Cech
2009-05-11 17:30   ` Robert Jarzmik
2009-05-11 18:04 ` Mark Brown
2009-05-12  2:32   ` Eric Miao

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.