RE: [alsa-devel] [PATCH 2/3] ASoC: DaVinci: pcm, rename variables in prep for ping/pong

2009-09-29 Thread Mani, Arun
Hi Sekhar, DM355 uses MCBSP 1 instead of 0 as in DM644x. Do you think this will affect the channel swapping? Another thing is I was able to run aplay and arecord without Troy's patches, but seems like gstreamer still fails with his patches. Thanks, Arun -Original Message- From:

RE: How to play video on DM355 using mplayer

2009-09-21 Thread Mani, Arun
Do you have the buffer allocated for the video plane you are intending to use? From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of hui zhou Sent: Monday, September 21, 2009

RE: audio issue on 2.6.31 kernel

2009-08-31 Thread Mani, Arun
Here is a sample for a loopback arecord -r 48000 -f S16_LE -d 10 -v -c 1 | aplay -r 48000 -f S16_LE -d 10 -v -c 1 From: Jeff [mailto:jy...@ailips.com] Sent: Sunday, August 30, 2009 9:57 PM To: Mani, Arun Subject: 答复: audio issue on 2.6.31 kernel I used

RE: audio issue on 2.6.31 kernel

2009-08-28 Thread Mani, Arun
What application are you using? Thanks, Arun From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of Jeff Sent: Thursday, August 27, 2009 9:30 PM To: Davinci-Linux-Source Subject:

RE: DM355 registers of ASP0, ASP0 port

2009-08-27 Thread Mani, Arun
It should be there in the dm355 soc page in ti.com. Search for DM355 in www.ti.comhttp://www.ti.com/. From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of weixin Li Sent:

RE: [PATCH 00/17] davinci: updates for 2.6.32: changeset 2

2009-07-17 Thread Mani, Arun
Hi Kevin, I cannot see davinci-next-2 branch in your git /apps/free/git/1.6.0.4/bin/git branch -r Origin/HEAD Origin/davinci-2.6.30 Origin/davinci-next Origin/davinci-next-drivers Origin/davinci-next-lak Origin/for-next Origin/linus/master Origin/master Origin/staging/vpfe Origin/temp/asoc

RE: [PATCH 07/26] davinci: dm646x: Adds McASP clock

2009-07-13 Thread Mani, Arun
. Thanks, Arun -Original Message- From: Kevin Hilman [mailto:khil...@deeprootsystems.com] Sent: Monday, July 13, 2009 11:55 AM To: Narnakaje, Snehaprabha Cc: Mani, Arun; Troy Kisky; davinci-linux-open-source@linux.davincidsp.com; Mark Brown; linux-arm-ker...@lists.arm.linux.org.uk; Medisetty

RE: [PATCH 07/26] davinci: dm646x: Adds McASP clock

2009-07-10 Thread Mani, Arun
Yes it is the clk_get ind davinci-i2s.c fine. I am using 26.31-rc2 -Original Message- From: Mark Brown [mailto:broo...@opensource.wolfsonmicro.com] Sent: Friday, July 10, 2009 3:40 PM To: Mani, Arun Cc: Troy Kisky; davinci-linux-open-source@linux.davincidsp.com; linux-arm-ker

RE: [PATCH 07/26] davinci: dm646x: Adds McASP clock

2009-07-10 Thread Mani, Arun
and moreover there are lot or underruns detected. BTW it is also detected in the DM6446 case. -Original Message- From: Troy Kisky [mailto:troy.ki...@boundarydevices.com] Sent: Friday, July 10, 2009 3:48 PM To: Mani, Arun Cc: Mark Brown; davinci-linux-open-source@linux.davincidsp.com; linux

RE: [PATCH 07/26] davinci: dm646x: Adds McASP clock

2009-07-09 Thread Mani, Arun
Hi, I am trying the latest 2.6.31 rc2 branch. I am trying to make the Audio work. I found that the I2S clock is set to NULL. Because of this I am getting a NODEV error. If I commented the check, I was able to map the I2S to the AIC33X. but I am not getting any sound. I tried the aplay and

RE: overrun occuring in arecord for 2.6.30

2009-06-30 Thread Mani, Arun
Hi Caglar, Have you tried a loopback of aplay and arecord with this fix? I am still getting overruns with this fix. Thanks, Arun. -Original Message- From: Yusuf Caglar AKYUZ [mailto:caglarak...@gmail.com] Sent: Monday, June 29, 2009 12:12 PM To: Mani, Arun Cc: davinci-linux-open-source

RE: overrun occuring in arecord for 2.6.30

2009-06-30 Thread Mani, Arun
To: Mani, Arun Cc: davinci-linux-open-source@linux.davincidsp.com Subject: Re: overrun occuring in arecord for 2.6.30 Mani, Arun wrote: Hi Caglar, Have you tried a loopback of aplay and arecord with this fix? I am still getting overruns with this fix. I tried both following: $arecord -f cd

RE: overrun occuring in arecord for 2.6.30

2009-06-29 Thread Mani, Arun
Caglar, Thanks very much. Can I get the patch against Arago tree too. That will be of great help. Thanks, Arun. -Original Message- From: Yusuf Caglar AKYUZ [mailto:caglarak...@gmail.com] Sent: Monday, June 29, 2009 12:01 PM To: Mani, Arun Cc: davinci-linux-open-source

RE: overrun occuring in arecord for 2.6.30

2009-06-29 Thread Mani, Arun
: 32769 avail_max : 32769 underrun!!! (at least 41.951 ms long) Status: state : XRUN Thanks, Arun. -Original Message- From: Yusuf Caglar AKYUZ [mailto:caglarak...@gmail.com] Sent: Monday, June 29, 2009 12:12 PM To: Mani, Arun Cc: davinci-linux-open-source

overrun occuring in arecord for 2.6.30

2009-06-26 Thread Mani, Arun
Hi All, Anyone tried arecord in 2.6.30. I am constantly getting a overrun error which is blocking the capture. Thanks, Arun -Original Message- From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of

RE: How to ensure that I am capturing only 30 or 25 or say X frames in a second?

2008-12-16 Thread Mani, Arun
Hi Upadhya, Try using timeval structure to calculate the time taken to capture and display the frames. Thanks, Arun. -Original Message- From: davinci-linux-open-source-boun...@linux.davincidsp.com [mailto:davinci-linux-open-source-boun...@linux.davincidsp.com] On Behalf Of