All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Hoyle <tmh@nodomain.org>
To: alsa-devel@alsa-project.org
Subject: Re: Getting board to work on 2.6.30
Date: Wed, 24 Jun 2009 03:37:39 +0100	[thread overview]
Message-ID: <4A419173.7050809@nodomain.org> (raw)
In-Reply-To: <4A40BAA7.2070603@nodomain.org>

Tony Hoyle wrote:
> Hi,
> 
> I'm trying to get sound working on a board I'm working with.  The sound 
> works correctly on 2.6.24.7 but not 2.6.30.
> 
>
OK I found the problem.  At some point the default configuration for the 
STAC92xx was changed and this broke the setup.  A simple patch reverts 
back to the 2.6.24 setting:

--- patch_sigmatel.c.old	2009-06-24 03:33:50.000000000 +0100
+++ patch_sigmatel.c	2009-06-24 03:34:19.000000000 +0100
@@ -1616,7 +1616,7 @@

  static unsigned int ref925x_pin_configs[8] = {
  	0x40c003f0, 0x424503f2, 0x01813022, 0x02a19021,
-	0x90a70320, 0x02214210, 0x01019020, 0x9033032e,
+	0x90a70320, 0x02214210, 0x400003f1, 0x9033032e,
  };

  static unsigned int stac925xM1_pin_configs[8] = {


I have little (well, none actually) understanding of what these values 
to, but presumably it was changed for a reason... is there a case for a 
new model here?  Unfortunately I'm not sure how to detect this model.. 
other ones seem to be done using manufacturer specific codes, but there 
are none on this board...

Tony

  reply	other threads:[~2009-06-24  2:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-23 11:21 Getting board to work on 2.6.30 Tony Hoyle
2009-06-24  2:37 ` Tony Hoyle [this message]
2009-06-24 10:07 ` Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4A419173.7050809@nodomain.org \
    --to=tmh@nodomain.org \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.