summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2026-07-02 01:46:09 +0000
committerMark Brown <broonie@kernel.org>2026-07-10 17:04:00 +0100
commit6f5c4f6ffa8bd87803145d03b1ad36d4fa50d562 (patch)
tree8d25629a3d2666aded006488724ee3d0bbd8ba69 /include
parent279bfbb150aef95a3ee281cdd9ebefdddfb43a1e (diff)
downloadlinux-stable-6f5c4f6ffa8bd87803145d03b1ad36d4fa50d562.tar.gz
linux-stable-6f5c4f6ffa8bd87803145d03b1ad36d4fa50d562.zip
ASoC: simple-card-utils: tidyup simple_util_clean_reference()
Current code makes old style / new style conversion difficult. To make future conversions easier to understand, this patch clean up the code a little. but no functional change. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://patch.msgid.link/871pdmxixq.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
-rw-r--r--include/sound/simple_card_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/simple_card_utils.h b/include/sound/simple_card_utils.h
index 5e2e91578bf5..bd8c3a033577 100644
--- a/include/sound/simple_card_utils.h
+++ b/include/sound/simple_card_utils.h
@@ -181,7 +181,7 @@ void simple_util_canonicalize_platform(struct snd_soc_dai_link_component *platfo
void simple_util_canonicalize_cpu(struct snd_soc_dai_link_component *cpus,
int is_single_links);
-void simple_util_clean_reference(struct snd_soc_card *card);
+void simple_util_clean_reference(struct simple_util_priv *priv);
void simple_util_parse_convert(struct device_node *np, char *prefix,
struct simple_util_data *data);