aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/sound/soc.h
diff options
context:
space:
mode:
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>2023-04-02 23:00:17 +0000
committerMark Brown <broonie@kernel.org>2023-04-05 12:16:39 +0100
commit1ea63f29c27712d6b9c45af67cd71299d849c5e3 (patch)
treeba3aed8aa05f08202c35722a9df27d3758d40d67 /include/sound/soc.h
parentASoC: samsung: switch to use c2c_params instead of params (diff)
downloadwireguard-linux-1ea63f29c27712d6b9c45af67cd71299d849c5e3.tar.xz
wireguard-linux-1ea63f29c27712d6b9c45af67cd71299d849c5e3.zip
ASoC: soc.h: remove unused params/num_params
No drivers are using params/num_params any more. Let's remove these. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://lore.kernel.org/r/87iledc2ke.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc.h')
-rw-r--r--include/sound/soc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h
index 276afdb1f445..3833184c187f 100644
--- a/include/sound/soc.h
+++ b/include/sound/soc.h
@@ -690,9 +690,6 @@ struct snd_soc_dai_link {
const struct snd_soc_pcm_stream *c2c_params;
unsigned int num_c2c_params;
- const struct snd_soc_pcm_stream *params; /* REMOVE ME */
- unsigned int num_params; /* REMOVE ME */
-
unsigned int dai_fmt; /* format to set on init */
enum snd_soc_dpcm_trigger trigger[2]; /* trigger type for DPCM */