From: Jarkko Nikula <jhnikula@gmail.com>
To: Ashok Babu <ashok3d@gmail.com>
Cc: linux-omap@vger.kernel.org, Peter Ujfalusi <peter.ujfalusi@nokia.com>
Subject: Re: Adio on BeagleBoard XM 2.6.37-rc8
Date: Wed, 19 Jan 2011 15:02:33 +0200 [thread overview]
Message-ID: <20110119150233.b27475bc.jhnikula@gmail.com> (raw)
In-Reply-To: <AANLkTikPks0AcOpAK6We5zvju9k9qR=9z0-ua7qkKsLt@mail.gmail.com>
On Wed, 19 Jan 2011 17:17:11 +0530
Ashok Babu <ashok3d@gmail.com> wrote:
> Hi folks,
>
> After upgrading to 2.6.37-rc8, I am not able to play any audio.
>
> Fund that the code in sound/soc/omap/omap-mcbsp.c uses the function
> "cpu_is_omap343x()" which fails and returns ENODEV.
>
> Does the call should be "cpu_is_omap34xx()" instead ?
>
It looks like so. cpu_is_omap34xx() checks the lowest 8 bits from
omap_rev (that are 0x34 for omap3x ) and cpu_is_omap343x() checks upper
12 bits (that are 0x363 for 3630).
Peter: I think cpu_is_omap343x() tests can be replaced by
cpu_is_omap34xx() in omap-mcbsp.c?
--
Jarkko
next prev parent reply other threads:[~2011-01-19 13:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-19 11:47 Adio on BeagleBoard XM 2.6.37-rc8 Ashok Babu
2011-01-19 13:02 ` Jarkko Nikula [this message]
2011-01-19 18:51 ` Tony Lindgren
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=20110119150233.b27475bc.jhnikula@gmail.com \
--to=jhnikula@gmail.com \
--cc=ashok3d@gmail.com \
--cc=linux-omap@vger.kernel.org \
--cc=peter.ujfalusi@nokia.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