Skip to content

Commit d4d4544

Browse files
committed
fixup! ASoC: tas2770: Export 'die_temp' to sysfs
From Johannes Weiner (#331) Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 16e882d commit d4d4544

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sound/soc/codecs/tas2770.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -656,6 +656,7 @@ static void tas2770_codec_remove(struct snd_soc_component *component)
656656
{
657657
struct tas2770_priv *tas2770 = snd_soc_component_get_drvdata(component);
658658

659+
sysfs_remove_groups(&component->dev->kobj, tas2770_sysfs_groups);
659660
regulator_disable(tas2770->sdz_reg);
660661
}
661662

0 commit comments

Comments
 (0)