Skip to content

Commit 9b4f93a

Browse files
morimotobroonie
authored andcommitted
ASoC: ak5558: remove unused snd_soc_component
ak5558_priv::component has never been used. Remove it. Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Link: https://patch.msgid.link/875x6bttv8.wl-kuninori.morimoto.gx@renesas.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 5a77906 commit 9b4f93a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/codecs/ak5558.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ static const char *ak5558_supply_names[AK5558_NUM_SUPPLIES] = {
3838
/* AK5558 Codec Private Data */
3939
struct ak5558_priv {
4040
struct regulator_bulk_data supplies[AK5558_NUM_SUPPLIES];
41-
struct snd_soc_component component;
4241
struct regmap *regmap;
4342
struct i2c_client *i2c;
4443
struct gpio_desc *reset_gpiod; /* Reset & Power down GPIO */

0 commit comments

Comments
 (0)