ASoC: cleanup function parameter for rtd and its id
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 24 Oct 2024 01:29:58 +0000 (01:29 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 1 Nov 2024 14:48:16 +0000 (14:48 +0000)
commit8b12da9a18f4dd53e4b3a7393829a555e84f073c
tree88266aa4819d742abc718fb24960197927de6b6f
parentcb18cd26039f5cdecb0ac53fb447b6f0859f3d1c
ASoC: cleanup function parameter for rtd and its id

some functions had parameter like below

xxx(..., rtd, ..., id);

This "id" is rtd->id. We don't need to have "id" on each functions
because we can get it from "rtd". Let's cleanup it.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87plnqb84p.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-dai.h
include/sound/soc.h
sound/soc/soc-compress.c
sound/soc/soc-core.c
sound/soc/soc-dai.c
sound/soc/soc-pcm.c