alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] OMAP4: panda: Correct cpu version check for 4430
@ 2012-02-17  9:27 Peter Ujfalusi
  2012-02-22 23:04 ` Tony Lindgren
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Ujfalusi @ 2012-02-17  9:27 UTC (permalink / raw)
  To: Tony Lindgren, Liam Girdwood; +Cc: linux-omap, alsa-devel, Santosh Shilimkar

The cpu_is_omap4430() macro always return with 0. Use the correct
cpu_is_omap443x() to check for Panda revision.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
---

Hi,

Since the depending patches are going via Liam's tree it would be best if we
can queue this via audio as well.
Without this patch the audio on Panda 4430 is not working correctly.

Regards,
Peter

 arch/arm/mach-omap2/board-omap4panda.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/mach-omap2/board-omap4panda.c b/arch/arm/mach-omap2/board-omap4panda.c
index eada955..74db647 100644
--- a/arch/arm/mach-omap2/board-omap4panda.c
+++ b/arch/arm/mach-omap2/board-omap4panda.c
@@ -520,7 +520,7 @@ void omap4_panda_display_init(void)
 
 static void omap4_panda_init_rev(void)
 {
-	if (cpu_is_omap4430()) {
+	if (cpu_is_omap443x()) {
 		/* PandaBoard 4430 */
 		/* ASoC audio configuration */
 		panda_abe_audio_data.card_name = "PandaBoard";
-- 
1.7.8.4


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

end of thread, other threads:[~2012-02-28  7:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-17  9:27 [PATCH] OMAP4: panda: Correct cpu version check for 4430 Peter Ujfalusi
2012-02-22 23:04 ` Tony Lindgren
2012-02-28  7:33   ` Peter Ujfalusi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).