All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ALSA: hda: export snd_hda_codec_cleanup()
@ 2020-07-15 17:45 Kai Vehmanen
  2020-07-15 17:45 ` [PATCH 1/2] ALSA: hda: export snd_hda_codec_cleanup_for_unbind() Kai Vehmanen
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Kai Vehmanen @ 2020-07-15 17:45 UTC (permalink / raw)
  To: alsa-devel, tiwai; +Cc: broonie, pierre-louis.bossart, kai.vehmanen

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.

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-07-17  0:00 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 17:45 [PATCH 0/2] ALSA: hda: export snd_hda_codec_cleanup() Kai Vehmanen
2020-07-15 17:45 ` [PATCH 1/2] ALSA: hda: export snd_hda_codec_cleanup_for_unbind() Kai Vehmanen
2020-07-15 17:45 ` [PATCH 2/2] ALSA: hda: fix snd_hda_codec_cleanup() documentation Kai Vehmanen
2020-07-15 20:13 ` [PATCH 0/2] ALSA: hda: export snd_hda_codec_cleanup() Takashi Iwai
2020-07-16 18:31   ` Kai Vehmanen
2020-07-16 23:57 ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.