On Wed, 15 Jul 2020 19:45:49 +0200, Kai Vehmanen wrote:
Hi,
this small series is preparation for a set of bugfix ASoC patches addressing a memleak at module unload for the HDA codec wrapper. Instead of duplicating HDA code in ASoC tree, I chose to export more functionality from hda_codec.c so it can be (re)used in ASoC's hdac_hda.c.
Full series: https://github.com/thesofproject/linux/pull/2252
Takashi and Mark, feedback is welcome on how to best handle this kind of series where I have dependent patches both in sound/pci/hda and in ASoC. For this series, I'm sending the patches separately and when/if first set is merged by Takashi, I'll route the ASoC patches via our usually SOF set to Mark.
For this kind of small changes, it's fine to merge directly into ASoC tree. So feel free to take my ack for both: Reviewed-by: Takashi Iwai tiwai@suse.de
thanks,
Takashi
Kai Vehmanen (2): ALSA: hda: export snd_hda_codec_cleanup_for_unbind() ALSA: hda: fix snd_hda_codec_cleanup() documentation
include/sound/hda_codec.h | 2 ++ sound/pci/hda/hda_codec.c | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-)
-- 2.27.0