We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16e882d commit d4d4544Copy full SHA for d4d4544
1 file changed
sound/soc/codecs/tas2770.c
@@ -656,6 +656,7 @@ static void tas2770_codec_remove(struct snd_soc_component *component)
656
{
657
struct tas2770_priv *tas2770 = snd_soc_component_get_drvdata(component);
658
659
+ sysfs_remove_groups(&component->dev->kobj, tas2770_sysfs_groups);
660
regulator_disable(tas2770->sdz_reg);
661
}
662
0 commit comments