All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: alsa-devel@alsa-project.org
Cc: Carl Hetherington <lists@carlh.net>
Subject: [PATCH 0/3] ALSA: Fix XRUN handling of USB-audio implicit fb
Date: Mon,  5 Dec 2022 14:21:21 +0100	[thread overview]
Message-ID: <20221205132124.11585-1-tiwai@suse.de> (raw)

Hi,

this is a patch set to cover a corner-case bug that happens with
the USB-audio implicit feedback mode.  When XRUN happens in the
implicit fb full-duplex streams, the driver may get EPIPE error at
prepare but re-issuing fails again.  The essential fix is the 3rd
patch but the former two are covering other corner cases I spotted
(only theoretical).


Takashi

===

Takashi Iwai (3):
  ALSA: pcm: Set missing stop_operating flag at undoing trigger start
  ALSA: pcm: Handle XRUN at trigger START
  ALSA: usb-audio: Workaround for XRUN at prepare

 sound/core/pcm_native.c | 12 ++++++++++--
 sound/usb/pcm.c         | 13 +++++++++++--
 2 files changed, 21 insertions(+), 4 deletions(-)

-- 
2.35.3


             reply	other threads:[~2022-12-05 13:23 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-05 13:21 Takashi Iwai [this message]
2022-12-05 13:21 ` [PATCH 1/3] ALSA: pcm: Set missing stop_operating flag at undoing trigger start Takashi Iwai
2022-12-05 13:21 ` [PATCH 2/3] ALSA: pcm: Handle XRUN at trigger START Takashi Iwai
2022-12-05 13:21 ` [PATCH 3/3] ALSA: usb-audio: Workaround for XRUN at prepare Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221205132124.11585-1-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=lists@carlh.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.