On Fri, Dec 04, 2015 at 06:40:38PM -0500, Alex Deucher wrote:
> +static irqreturn_t dma_irq_handler(int irq, void *arg)
> +{
> + u16 dscr_idx;
> + u32 intr_flag;
> +
> + int priority_level = 0;
> + struct device *dev = arg;
> +
> + struct audio_drv_data *irq_data;
> + void
From: Maruthi Srinivas Bayyavarapu
ACP IP block consists of dedicated DMA and I2S blocks. The PCM
driver provides the platform DMA component to ALSA core.
Signed-off-by: Maruthi Bayyavarapu
Reviewed-by: Alex Deucher
Reviewed-by: Murali Krishna Vemuri
Signed-off-by: Alex Deucher
---
sound/so