All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] ALSA: usb-audio: Option for delayed registration
@ 2020-03-25 10:33 Takashi Iwai
  2020-03-25 10:33 ` [PATCH 1/4] ALSA: usb-audio: Rewrite registration quirk handling Takashi Iwai
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Takashi Iwai @ 2020-03-25 10:33 UTC (permalink / raw)
  To: alsa-devel

Hi,

USB-audio driver probes per USB insterface, and this used to be the
cause of the missing device enumeration on user-space because the
driver registers the device per interface probe.  The recently added
quirk allows the delayed registration to sync with the last known
stream, but we must have far more such devices.

This patch set adds a new option to let user specify the delayed
registration device setup and also inform such devices at probe time.


Takashi

===

Takashi Iwai (4):
  ALSA: usb-audio: Rewrite registration quirk handling
  ALSA: usb-audio: Add delayed_register option
  ALSA: usb-audio: Inform devices that need delayed registration
  ALSA: usb-audio: Update the documentation for the new delayed_register
    option

 Documentation/sound/alsa-configuration.rst | 13 ++++++++++
 sound/usb/card.c                           | 28 ++++++++++++++++++++-
 sound/usb/quirks.c                         | 40 ++++++++++++++++++++++--------
 sound/usb/quirks.h                         |  3 +--
 sound/usb/stream.c                         |  3 +++
 sound/usb/usbaudio.h                       |  1 +
 6 files changed, 75 insertions(+), 13 deletions(-)

-- 
2.16.4


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

end of thread, other threads:[~2020-03-25 10:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-25 10:33 [PATCH 0/4] ALSA: usb-audio: Option for delayed registration Takashi Iwai
2020-03-25 10:33 ` [PATCH 1/4] ALSA: usb-audio: Rewrite registration quirk handling Takashi Iwai
2020-03-25 10:33 ` [PATCH 2/4] ALSA: usb-audio: Add delayed_register option Takashi Iwai
2020-03-25 10:33 ` [PATCH 3/4] ALSA: usb-audio: Inform devices that need delayed registration Takashi Iwai
2020-03-25 10:33 ` [PATCH 4/4] ALSA: usb-audio: Update the documentation for the new delayed_register option Takashi Iwai

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.