[alsa-devel] [PATCH 0/4 v2] ALSA: dice: improve card registration processing

Takashi Sakamoto o-takashi at sakamocchi.jp
Wed Dec 23 23:55:06 CET 2015


Hi,

This patchset is to update my previous one:

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

The main purpose of this patchset is to postpone card registration after
successive bus resets, to ensure the processing and related transactions.
This change has an advantage for ALSA dice driver to get proper information
about hardware, especially for Dice II based models.

Changes from v1:
 * fix jiffies64 handling bug 
 * rename some members and functions related to card registration.
  * 'struct snd_dice.probed' -> 'registered'
  * do_probe() -> do_registration()

Takashi Sakamoto (4):
  ALSA: dice: split subaddress check from category check
  ALSA: dice: postpone card registration
  ALSA: dice: purge transaction initialization at timeout of Dice
    notification
  ALSA: dice: expand timeout to wait for Dice notification

 sound/firewire/dice/dice-transaction.c | 122 ++++++++++++++--------
 sound/firewire/dice/dice.c             | 183 ++++++++++++++++-----------------
 sound/firewire/dice/dice.h             |   3 +
 3 files changed, 172 insertions(+), 136 deletions(-)

-- 
2.5.0



More information about the Alsa-devel mailing list