12 Jun
2009
12 Jun
'09
3:31 a.m.
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