linux_dsm_epyc7002/sound/soc/sh/rcar
Kuninori Morimoto f30b4ca444 ASoC: rsnd: reduce confusable macro parameter magic
rsnd_dai_call() macro is using "priv" inside.
Thus, if caller function doesn't have "priv" related operation, strange
phenomenon occur which code is using "priv", but compiler indicates
"unused variable 'priv'".

>From code point of view, it is not problem, but it is very confusable.
This patch removes "priv" from rsnd_dai_call() macro, and adds "priv"
on caller function.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Tested-by: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
2017-06-14 10:47:25 +01:00
..
adg.c Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rcar 2017-06-07 20:30:32 +01:00
cmd.c Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rcar 2017-06-07 20:30:32 +01:00
core.c ASoC: rsnd: reduce confusable macro parameter magic 2017-06-14 10:47:25 +01:00
ctu.c ASoC: rsnd: control kctrl items acceptance anytime/runtime 2017-06-13 21:38:45 +01:00
dma.c ASoC: rsnd: cleanup pointer related code 2017-06-07 20:30:38 +01:00
dvc.c ASoC: rsnd: control kctrl items acceptance anytime/runtime 2017-06-13 21:38:45 +01:00
gen.c Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rcar 2017-06-07 20:30:32 +01:00
Makefile ASoC: rsrc-card: rename rsrc-card to simple-scu-card phase3 2016-08-24 11:19:16 +01:00
mix.c ASoC: rsnd: add rsnd_runtime_channel_xxx() 2016-03-05 13:27:27 +09:00
rsnd.h ASoC: rsnd: control kctrl items acceptance anytime/runtime 2017-06-13 21:38:45 +01:00
src.c ASoC: rsnd: control kctrl items acceptance anytime/runtime 2017-06-13 21:38:45 +01:00
ssi.c ASoC: rsnd: cleanup pointer related code 2017-06-07 20:30:38 +01:00
ssiu.c Merge branch 'fix/rcar' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-rcar 2017-06-07 20:30:32 +01:00