On Wed, Mar 16, 2011 at 9:09 AM, Bob Liu <lliu...@gmail.com> wrote:
> On Wed, Mar 16, 2011 at 12:21 AM, Premi, Sanjeev <pr...@ti.com> wrote:
>>> -----Original Message-----
>>> From: linux-omap-ow...@vger.kernel.org
>>> [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of Bob Liu
>>> Sent: Tuesday, March 15, 2011 3:27 PM
>>> To: Jarkko Nikula
>>> Cc: linux-omap@vger.kernel.org;
>>> broo...@opensource.wolfsonmicro.com; l...@slimlogic.co.uk;
>>> l...@metafoo.de; p...@pwsan.com; peter.ujfal...@nokia.com
>>> Subject: Re: [HELP] Audio on BeagleBoard xM can't work
>>>
>>> On Tue, Mar 15, 2011 at 5:53 PM, Jarkko Nikula
>>> <jhnik...@gmail.com> wrote:
>>> > On Tue, 15 Mar 2011 11:12:17 +0800
>>> > Bob Liu <lliu...@gmail.com> wrote:
>>> >
>>> >> It seems that the code in sound/soc/omap/omap-mcbsp.c uses
>>> the function
>>> >> "cpu-is-omap343x()" which fails and returns ENODEV.
>>> >>
>>> >> But I have enabled "OMAP3430 support" in "System Type" /
>>> "TI OMAP2/3/4
>>> >> Specific Features",
>>> >> why it still return ENODEV? (Attached my kernel config).
>>> >>
>>> >> And after I changed that check to "cpu-is-omap34xx()", there was no
>>> >> error message but neither any audio output,
>>> >> I can't hear any sound.
>>> >> ----------------------------
>>> >
>>> > Is the DMA running after you change the cpu_is_omap34xx and
>>> try to play
>>> > e.g. "aplay /dev/urandom"? If audio is running you should see DMA
>>> > interrupt count increasing with "grep DMA /proc/interrupts".
>>> >
>>>
>>> Yes, DMA interrupt count increased after aplay /dev/urandom or some
>>> other audio file.
>>> Thanks
>>>
>>> > If that is working then issue could be in codec side. I don't have a
>>> > beagle at the moment to verify but IRCC something like ~10
>>> TWL4030 ALSA
>>> > controls must be adjusted in order to route audio from DAC
>>> to outputs
>>> > at proper volume.
>>
>> I don't have HW with me right now, can you try the following?
>> (Got the steps over phone from Abhilash)
>>
>> 1) run command "alsamixer"
>> 2) Un-mute by pressing the key "m"
>> 3) Play the audio using aplay
>>
>> If it doesn't work, you may want to check the options used by
>> alsamixer. I will be able to try it myself tomorrow morning.
>>
>
> Thanks for your reply.
> It seems pressing the key "m" has no effect during alsamixer and there
> are so many options I don't know how to adjust it.

   I've never tried playing audio in beagleboardxm but I've tried
using 3430 SDP.
   You can try with the following settings.

amixer cset name="HandsfreeR Switch" 1
amixer cset name="HandsfreeR Mux" 2
amixer cset name="HandsfreeL Switch" 1
amixer cset name="HandsfreeL Mux" 2
amixer cset name="DAC1 Analog Playback Switch" 1
amixer cset name="DAC1 Analog Playback Volume" 12
amixer cset name="DAC1 Digital Coarse Playback Volume" 2
amixer cset name="DAC1 Digital Fine Playback Volume" 50
amixer cset name="DAC2 Analog Playback Switch" 1
amixer cset name="DAC2 Analog Playback Volume" 12
amixer cset name="DAC2 Digital Coarse Playback Volume" 2
amixer cset name="DAC2 Digital Fine Playback Volume" 50

aplay -D plughw:0,0 -d 5 /mnt/mmc/beethoven.wav

-Kishon

>
> --
> Regards,
> --Bob
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majord...@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to