diff options
author | Kuninori Morimoto | 2020-06-16 14:21:55 +0900 |
---|---|---|
committer | Mark Brown | 2020-06-22 15:13:50 +0100 |
commit | 5b554b0a29ce9610e3c237c77a1f76db87454b72 (patch) | |
tree | 8b90b96844114c397d1ca26854495983033a376b /include/sound | |
parent | 8a6fc33ba64a79c0bdb1eb8f8ebb2632af0ba36a (diff) |
ASoC: remove snd_soc_component_read32()
No driver is using snd_soc_component_read32() anymore.
This patch removes it.
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/877dw74mbv.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc-component.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc-component.h b/include/sound/soc-component.h index f64cffa12967..8917b15eccae 100644 --- a/include/sound/soc-component.h +++ b/include/sound/soc-component.h @@ -333,7 +333,6 @@ void snd_soc_component_set_aux(struct snd_soc_component *component, int snd_soc_component_init(struct snd_soc_component *component); /* component IO */ -#define snd_soc_component_read32 snd_soc_component_read unsigned int snd_soc_component_read(struct snd_soc_component *component, unsigned int reg); int snd_soc_component_write(struct snd_soc_component *component, |