Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ALSA: echoaudio: Fix the probe error handling
@ 2022-04-12  9:31 Takashi Iwai
  2022-04-12  9:31 ` [PATCH 1/2] ALSA: core: Add snd_card_free_on_error() helper Takashi Iwai
  2022-04-12  9:31 ` [PATCH 2/2] ALSA: echoaudio: Fix the missing snd_card_free() call at probe error Takashi Iwai
  0 siblings, 2 replies; 5+ messages in thread
From: Takashi Iwai @ 2022-04-12  9:31 UTC (permalink / raw)
  To: alsa-devel; +Cc: Zheyu Ma

Hi,

this is a patch set to address the regression of the error handling
in the echoaudio driver probe phase.  Similar error patterns are seen
in other drivers, and the newly introduced helper will be used later
for those, too.


Takashi

===

Takashi Iwai (2):
  ALSA: core: Add snd_card_free_on_error() helper
  ALSA: echoaudio: Fix the missing snd_card_free() call at probe error

 include/sound/core.h            |  1 +
 sound/core/init.c               | 28 ++++++++++++++++++++++++++++
 sound/pci/echoaudio/echoaudio.c |  9 +++++++--
 3 files changed, 36 insertions(+), 2 deletions(-)

-- 
2.31.1


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

end of thread, other threads:[~2022-04-12 12:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-04-12  9:31 [PATCH 0/2] ALSA: echoaudio: Fix the probe error handling Takashi Iwai
2022-04-12  9:31 ` [PATCH 1/2] ALSA: core: Add snd_card_free_on_error() helper Takashi Iwai
2022-04-12 10:47   ` Takashi Sakamoto
2022-04-12 12:23     ` Takashi Iwai
2022-04-12  9:31 ` [PATCH 2/2] ALSA: echoaudio: Fix the missing snd_card_free() call at probe error Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox