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.ht...
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(-)