[alsa-devel] [PATCH v4 3/4] ARM: DaVinci: ASoC: Add mcasp support for DM646x

Denys Dmytriyenko denis at denix.org
Fri Jun 12 03:31:07 CEST 2009


Chaithrika,

On Fri, Jun 05, 2009 at 06:28:40AM -0400, Chaithrika U S wrote:
> Adds driver support for the two instances of McASP on TI's DM646x.

In patch #3 you removed struct evm_snd_platform_data:

> -struct evm_snd_platform_data {
> -	int tx_dma_ch;
> -	int rx_dma_ch;
> -};

That structure is still used in sound/soc/davinci/davinci-evm.c, until you fix 
it by patch #4:

> -static struct evm_snd_platform_data dm335evm_snd_data = {
> -       .tx_dma_ch      = DAVINCI_DMA_ASP1_TX,
> -       .rx_dma_ch      = DAVINCI_DMA_ASP1_RX,

That would break git-bisect...

-- 
Denys


More information about the Alsa-devel mailing list