Re: [PATCH] ASoC: soc-utils: Rename dummy_dma_ops to snd_dummy_ops

2018-09-25 Thread Mark Brown
On Tue, Sep 25, 2018 at 11:36:55AM +0300, Andy Shevchenko wrote: > On Tue, Sep 25, 2018 at 3:48 AM Matthias Kaehlcke wrote: > > extern const struct dma_map_ops dummy_dma_ops; > > ^ > > Rename the symbol in soc-utils.c to 'snd_dummy_ops' to avoid the conflict.

Re: [PATCH] ASoC: soc-utils: Rename dummy_dma_ops to snd_dummy_ops

2018-09-25 Thread Andy Shevchenko
On Tue, Sep 25, 2018 at 3:48 AM Matthias Kaehlcke wrote: > > The symbols 'dummy_dma_ops' is declared with different data types by > sound/soc/soc-utils.c and arch/arm64/include/asm/dma-mapping.h. This > leads to conflicts when soc-utils.c (indirectly) includes dma-mapping.h: > > sound/soc/soc-util

[PATCH] ASoC: soc-utils: Rename dummy_dma_ops to snd_dummy_ops

2018-09-24 Thread Matthias Kaehlcke
The symbols 'dummy_dma_ops' is declared with different data types by sound/soc/soc-utils.c and arch/arm64/include/asm/dma-mapping.h. This leads to conflicts when soc-utils.c (indirectly) includes dma-mapping.h: sound/soc/soc-utils.c:282:33: error: conflicting types for 'dummy_dma_ops' static con