Re: [PATCH] ASoC: samsung: Initialize the dma_data for secondary dai

2013-12-05 Thread Padma Venkat
Hi Mark, On Thu, Nov 28, 2013 at 5:08 PM, Mark Brown broo...@kernel.org wrote: On Thu, Nov 28, 2013 at 03:32:12PM +0530, Padmavathi Venna wrote: This is made based on Mark Brown for-next branch of sound.git This patch is based on Mark Brown below patches for generic dma engine support for

Re: [PATCH] ASoC: samsung: Initialize the dma_data for secondary dai

2013-12-05 Thread Mark Brown
On Thu, Dec 05, 2013 at 04:33:19PM +0530, Padma Venkat wrote: On Thu, Nov 28, 2013 at 5:08 PM, Mark Brown broo...@kernel.org wrote: Why don't we need this fix for mainline? The dmaengine change is just moving the initialisation through a layer of indirection but there was initialisation

[PATCH] ASoC: samsung: Initialize the dma_data for secondary dai

2013-11-28 Thread Padmavathi Venna
This patch initializes the dma_data for the secondary dai. Without this patch there is crash due to NULL pointer dereference during boot time on systems where secondary dai is initialized. Below is the crash log: [1.63] smdk-audio-wm8894 sound.7: wm8994-aif1 - 383.i2s mapping ok [

Re: [PATCH] ASoC: samsung: Initialize the dma_data for secondary dai

2013-11-28 Thread Mark Brown
On Thu, Nov 28, 2013 at 03:32:12PM +0530, Padmavathi Venna wrote: This is made based on Mark Brown for-next branch of sound.git This patch is based on Mark Brown below patches for generic dma engine support for samsung audio IPs. ASoC: samsung: Use ASoC dmaengine code where possible ASoC: