Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Kuninori Morimoto and committed by
Mark Brown
9b4f93a8 5a779069

-1
-1
sound/soc/codecs/ak5558.c
··· 38 38 /* AK5558 Codec Private Data */ 39 39 struct ak5558_priv { 40 40 struct regulator_bulk_data supplies[AK5558_NUM_SUPPLIES]; 41 - struct snd_soc_component component; 42 41 struct regmap *regmap; 43 42 struct i2c_client *i2c; 44 43 struct gpio_desc *reset_gpiod; /* Reset & Power down GPIO */