alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Sven Neumann <s.neumann@raumfeld.com>
To: "Rajashekhara, Sudhakar" <sudhakar.raj@ti.com>
Cc: "alsa-devel@alsa-project.org" <alsa-devel@alsa-project.org>,
	Daniel@alsa-project.org, Mack <daniel@caiaq.de>
Subject: Re: No soundcards found with 2.6.37 (and 2.6.38-rc2)
Date: Tue, 01 Feb 2011 11:05:42 +0100	[thread overview]
Message-ID: <1296554742.2009.54.camel@sven> (raw)
In-Reply-To: <B85A65D85D7EB246BE421B3FB0FBB59302486D66D4@dbde02.ent.ti.com>

On Tue, 2011-02-01 at 14:57 +0530, Rajashekhara, Sudhakar wrote:

> On Tue, Feb 01, 2011 at 14:42:58, Sven Neumann wrote:
> > Hi,
> > 
> > we are using an ARM PXA300 based device with SoC devices. The code is
> > completely upstream, our platform is defined in sound/soc/pxa/raumfeld.c
> > 
> > I've recently tried to update our kernel to 2.6.37, but it looks like
> > there have been some changes in the Linux kernel that cause our sound
> > hardware not to be recognized or initialised correctly any longer.
> > 
> 
> I also faced similar problem on the platform I had and I submitted couple of
> patches to overcome this. Please see:
> 
> https://patchwork.kernel.org/patch/495211/ 
> https://patchwork.kernel.org/patch/495751/
> 
> Also, you can refer to https://patchwork.kernel.org/patch/485331/ for the
> discussion which happened before posting the patch to the list.

Thanks for the quick answer. I had a look at these patches, but I don't
think that the solution to my problem is that similar. As far as I can
see the sound hardware is registered correctly in our platform code.
I've added some printk() statements to verify that this code in
raumfeld.c is indeed run at bootup:

	raumfeld_audio_device = platform_device_alloc("soc-audio", 0);
	platform_set_drvdata(raumfeld_audio_device,
                             &snd_soc_raumfeld);
	platform_device_add(raumfeld_audio_device);

Or is this not any longer correct?


Sven

      reply	other threads:[~2011-02-01 10:05 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-01  9:12 No soundcards found with 2.6.37 (and 2.6.38-rc2) Sven Neumann
2011-02-01  9:27 ` Rajashekhara, Sudhakar
2011-02-01 10:05   ` Sven Neumann [this message]

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=1296554742.2009.54.camel@sven \
    --to=s.neumann@raumfeld.com \
    --cc=Daniel@alsa-project.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=daniel@caiaq.de \
    --cc=sudhakar.raj@ti.com \
    /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 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).