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>
This commit is contained in:
Kuninori Morimoto 2020-06-16 14:21:55 +09:00 committed by Mark Brown
parent 8a6fc33ba6
commit 5b554b0a29
No known key found for this signature in database
GPG Key ID: 24D68B725D5487D0

View File

@ -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,