projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31dbb50
)
ALSA: hda/realtek: Delete cs35l41 component master during free
author
Stefan Binding
<sbinding@opensource.cirrus.com>
Tue, 6 Jun 2023 10:34:36 +0000
(11:34 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 6 Jun 2023 12:32:05 +0000
(14:32 +0200)
This ensures that the driver is properly cleaned up when freed.
Signed-off-by: Stefan Binding <sbinding@opensource.cirrus.com>
Link:
https://lore.kernel.org/r/20230606103436.455348-4-sbinding@opensource.cirrus.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index 172ffc2c332b7acfa8bc6c099762f412b8748da0..ce9a9cb41e4b2db69d0eaa3fe6f1ad3ef401f0a6 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-6757,6
+6757,9
@@
static void cs35l41_generic_fixup(struct hda_codec *cdc, int action, const char
else
spec->gen.pcm_playback_hook = comp_generic_playback_hook;
break;
+ case HDA_FIXUP_ACT_FREE:
+ component_master_del(dev, &comp_master_ops);
+ break;
}
}