[Sound-open-firmware] [PATCH_V3 2/2] cnl: dma: refine dma interrupt processing on cnl

Liam Girdwood liam.r.girdwood at linux.intel.com
Mon Mar 12 09:01:17 CET 2018


On Mon, 2018-03-12 at 14:25 +0800, Rander Wang wrote:
> +#if defined CONFIG_CANNONLAKE
> +       interrupt_register(dma_irq(dma), dw_dma_irq_cnl, dma);
> +#else
>         interrupt_register(dma_irq(dma), dw_dma_irq_handler, dma);
> +#endif

You dont need this if you give both handler functions the same name. Cam you
redo against latest master.

Liam



More information about the Sound-open-firmware mailing list