diff options
author | 2024-10-24 01:29:58 +0000 | |
---|---|---|
committer | 2024-11-01 14:48:16 +0000 | |
commit | 8b12da9a18f4dd53e4b3a7393829a555e84f073c (patch) | |
tree | 88266aa4819d742abc718fb24960197927de6b6f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | ASoC: soc-core: do rtd->id trick at snd_soc_add_pcm_runtime() (diff) | |
download | wireguard-linux-8b12da9a18f4dd53e4b3a7393829a555e84f073c.tar.xz wireguard-linux-8b12da9a18f4dd53e4b3a7393829a555e84f073c.zip |
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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions