From: Kuninori Morimoto Date: Wed, 1 Apr 2026 00:19:23 +0000 (+0000) Subject: ASoC: ak5558: remove unused snd_soc_component X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b4f93a8b1a5d058ff42000a226fa3a237078425;p=thirdparty%2Fkernel%2Flinux.git ASoC: ak5558: remove unused snd_soc_component ak5558_priv::component has never been used. Remove it. Signed-off-by: Kuninori Morimoto Link: https://patch.msgid.link/875x6bttv8.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/ak5558.c b/sound/soc/codecs/ak5558.c index 73684fc5beb1..691db6565c20 100644 --- a/sound/soc/codecs/ak5558.c +++ b/sound/soc/codecs/ak5558.c @@ -38,7 +38,6 @@ static const char *ak5558_supply_names[AK5558_NUM_SUPPLIES] = { /* AK5558 Codec Private Data */ struct ak5558_priv { struct regulator_bulk_data supplies[AK5558_NUM_SUPPLIES]; - struct snd_soc_component component; struct regmap *regmap; struct i2c_client *i2c; struct gpio_desc *reset_gpiod; /* Reset & Power down GPIO */