linux/sound/soc/sh/rcar
Geert Uytterhoeven 1af2cc64b1 ASoC: rsnd: Silence DMA slave ID compile warning on 64-bit
On arm64:

    sound/soc/sh/rcar/dma.c: In function 'rsnd_dmaen_init':
    sound/soc/sh/rcar/dma.c:180:9: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
	     (void *)id);
	     ^
    include/linux/dmaengine.h:1185:75: note: in definition of macro 'dma_request_channel'
     #define dma_request_channel(mask, x, y) __dma_request_channel(&(mask), x, y)
									       ^

Add an intermediate cast to "uintptr_t" to kill the compile warning.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
2015-08-11 17:13:25 +01:00
..
Makefile ASoC: rsnd: add MIX (Mixer) support 2015-07-17 19:26:06 +01:00
adg.c ASoC: rsnd: remove useless debug message 2015-03-27 16:00:47 -07:00
core.c ASoC: rsnd: tidyup parameter assignment position 2015-07-21 11:39:42 +01:00
ctu.c ASoC: rcar ctu: Staticise local symbols 2015-07-29 15:06:08 +01:00
dma.c ASoC: rsnd: Silence DMA slave ID compile warning on 64-bit 2015-08-11 17:13:25 +01:00
dvc.c ASoC: rsnd: check the Gen1 at the beginning of DVC probe 2015-07-16 22:29:22 +01:00
gen.c ASoC: rsnd: add MIX (Mixer) support 2015-07-17 19:26:06 +01:00
mix.c ASoC: rsnd: add MIX (Mixer) support 2015-07-17 19:26:06 +01:00
rsnd.h ASoC: rsnd: add MIX (Mixer) support 2015-07-17 19:26:06 +01:00
rsrc-card.c ASoC: rsrc-card: use snd_soc_of_parse_audio_route/prefix for routing 2015-07-16 22:10:32 +01:00
src.c ASoC: rsnd: tidyup data align position 2015-07-16 22:29:21 +01:00
ssi.c ASoC: rsnd: remove unnecessary 'out of memory' message from SSI 2015-07-16 22:10:32 +01:00