All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] ALSA: firewire: apply deleyed registration to all drivers
@ 2016-03-30 23:47 Takashi Sakamoto
  2016-03-30 23:47 ` [PATCH 1/8] ALSA: firewire-lib: suppress kernel warnings when releasing uninitialized stream data Takashi Sakamoto
                   ` (8 more replies)
  0 siblings, 9 replies; 13+ messages in thread
From: Takashi Sakamoto @ 2016-03-30 23:47 UTC (permalink / raw)
  To: clemens, tiwai; +Cc: alsa-devel, ffado-devel

Hi,

Commit b59fb1900b4fee('ALSA: dice: postpone card registration') applied
delayed registration[1] of sound card instance to ALSA dice driver. This idea
is also nice for drivers in ALSA firewire stack because in IEEE 1394 bus adding
units is corresponding to bus reset and the actual units tend not to work well
during bus-reset state.

This patchset adds a new function to firewire-lib module to schedule a delayed
work for sound card registration. Currently, the work is commonly scheduled 2
seconds after time of the last bus-reset recorded by Linux firewire core. Then,
take all drivers to use it as Dice driver does.

Related to this patchset, I'd like to cancel a discussion about my proposed
patchset to remove unpractical module parameters from ALSA bebob/fireworks[2].
I'm sorry for reviewers but my work priority to this patchset is prior to the
former one.


[1]: [alsa-devel] [PATCH 0/4 v5] ALSA: dice: improve card registration
processing
http://mailman.alsa-project.org/pipermail/alsa-devel/2015-December/102562.html

[2]: [alsa-devel] [PATCH 0/2] ALSA: bebob/fireworks: remove module parameters to
reduce maintenance work
http://mailman.alsa-project.org/pipermail/alsa-devel/2016-March/106219.html

Regards


Takashi Sakamoto (8):
  ALSA: firewire-lib: suppress kernel warnings when releasing
    uninitialized stream data
  ALSA: dice: simplify unit probe processing
  ALSA: firewire-lib: add new function to schedule a work for sound card
    registration
  ALSA: bebob: delayed registration of sound card
  ALSA: fireworks: delayed registration of sound card
  ALSA: oxfw: delayed registration of sound card
  ALSA: firewire-digi00x: delayed registration of sound card
  ALSA: firewire-tascam: deleyed registration of sound card

 sound/firewire/amdtp-stream.c                |   4 +
 sound/firewire/bebob/bebob.c                 | 215 ++++++++++++++++-----------
 sound/firewire/bebob/bebob.h                 |   5 +-
 sound/firewire/dice/dice.c                   |  34 +----
 sound/firewire/digi00x/digi00x-transaction.c |   7 +-
 sound/firewire/digi00x/digi00x.c             | 107 +++++++++----
 sound/firewire/digi00x/digi00x.h             |   3 +
 sound/firewire/fireworks/fireworks.c         | 147 ++++++++++++------
 sound/firewire/fireworks/fireworks.h         |   3 +
 sound/firewire/lib.c                         |  32 ++++
 sound/firewire/lib.h                         |   3 +
 sound/firewire/oxfw/oxfw.c                   | 151 ++++++++++++-------
 sound/firewire/oxfw/oxfw.h                   |   3 +
 sound/firewire/tascam/tascam.c               | 118 ++++++++++-----
 sound/firewire/tascam/tascam.h               |   2 +
 15 files changed, 551 insertions(+), 283 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2016-04-25 10:54 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-30 23:47 [PATCH 0/7] ALSA: firewire: apply deleyed registration to all drivers Takashi Sakamoto
2016-03-30 23:47 ` [PATCH 1/8] ALSA: firewire-lib: suppress kernel warnings when releasing uninitialized stream data Takashi Sakamoto
2016-03-30 23:47 ` [PATCH 2/8] ALSA: dice: simplify unit probe processing Takashi Sakamoto
2016-03-30 23:47 ` [PATCH 3/8] ALSA: firewire-lib: add new function to schedule a work for sound card registration Takashi Sakamoto
2016-03-30 23:47 ` [PATCH 4/8] ALSA: bebob: delayed registration of sound card Takashi Sakamoto
2016-03-30 23:47 ` [PATCH 5/8] ALSA: fireworks: " Takashi Sakamoto
2016-03-30 23:47 ` [PATCH 6/8] ALSA: oxfw: " Takashi Sakamoto
2016-03-30 23:47 ` [PATCH 7/8] ALSA: firewire-digi00x: " Takashi Sakamoto
2016-03-30 23:47 ` [PATCH 8/8] ALSA: firewire-tascam: deleyed " Takashi Sakamoto
2016-04-24 12:50   ` Takashi Sakamoto
2016-04-25  8:41     ` Takashi Iwai
2016-04-25 10:54       ` Takashi Sakamoto
2016-03-31 15:36 ` [PATCH 0/7] ALSA: firewire: apply deleyed registration to all drivers 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.