15 Jun
2009
15 Jun
'09
11:10 a.m.
On Fri, Jun 12, 2009 at 07:01:07, Denys Dmytriyenko wrote:
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,
These patches have been merged. In the future, I will try to ensure that there will not be a break when a patch series is submitted.
-- Denys
Regards, Chaithrika