diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2022-11-01 07:21:54 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-11-07 16:58:05 +0300 |
commit | 5c065eaf445d14e70cbdb1da75e12567c7ae9b91 (patch) | |
tree | 2333916e3f89b25c50b131cc9989cbcd7f01599e /include/sound/simple_card_utils.h | |
parent | 4b19211435950a78af032c26ad64a5268e6012be (diff) | |
download | linux-5c065eaf445d14e70cbdb1da75e12567c7ae9b91.tar.xz |
ASoC: simple-card-utils: remove asoc_simple_convert_fixup()
No one is using asoc_simple_convert_fixup(), we don't need to
export its symbol. This patch removes it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/874jvj8ftp.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/simple_card_utils.h')
-rw-r--r-- | include/sound/simple_card_utils.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/simple_card_utils.h b/include/sound/simple_card_utils.h index 25e049f44178..38590f1ae9ee 100644 --- a/include/sound/simple_card_utils.h +++ b/include/sound/simple_card_utils.h @@ -173,8 +173,6 @@ void asoc_simple_canonicalize_cpu(struct snd_soc_dai_link_component *cpus, void asoc_simple_clean_reference(struct snd_soc_card *card); -void asoc_simple_convert_fixup(struct asoc_simple_data *data, - struct snd_pcm_hw_params *params); void asoc_simple_parse_convert(struct device_node *np, char *prefix, struct asoc_simple_data *data); bool asoc_simple_is_convert_required(const struct asoc_simple_data *data); |