Re: [PATCH] Add support for packet synchronised sDMA transfers.

2010-03-03 Thread hari n
I believe, packet mode is already supported in the current DMA driver. Both the FS and BS bits of the CCR are set when packet mode is selected. This is because, enum for OMAP_DMA_SYNC_PACKET is '0x03' (i.e OMAP_DMA_SYNC_FRAME | OMAP_DMA_SYNC_BLOCK). On Wed, Mar 3, 2010 at 4:20 AM, Fabrice Goucem

[OMAP3] ALSA driver 'suspend/resume' handlers

2009-09-22 Thread hari n
Hi, It appears OMAP ALSA driver does not seem to disable and idle the SDMA channel on a 'suspend' call. The problem seems to be with the 'omap_stop_dma()' call under 'SNDRV_PCM_TRIGGER_SUSPEND' in 'omap_pcm_trigger()'. ALSA audio driver uses self linking and the function 'omap_stop_dma()', only

Re: [OMAP3] ALSA driver 'suspend/resume' handlers

2009-09-22 Thread hari n
On Tue, Sep 22, 2009 at 10:20 PM, Pandita, Vikram vikram.pand...@ti.com wrote: -Original Message- From: linux-omap-ow...@vger.kernel.org [mailto:linux-omap-ow...@vger.kernel.org] On Behalf Of hari n Sent: Tuesday, September 22, 2009 9:38 PM To: linux-omap@vger.kernel.org Subject: [OMAP3

Camera Flash driver

2008-10-23 Thread hari n
Hi, We are planning to develop a camera flash driver for OMAP3430. I briefly looked around and it appears there is none available for omap. We would like to take an existing Camera flash driver if available (any platform) and upgrade it for omap3. so, any pointers are highly appreciated. Thanks