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

Takashi Sakamoto o-takashi at sakamocchi.jp
Wed Jan 6 11:50:01 CET 2016


Hi,

On Jan 06 2016 18:19, Takashi Iwai wrote:
> On Thu, 31 Dec 2015 05:58:10 +0100,
> Takashi Sakamoto wrote:
>>
>> Hi,
>>
>> This patchset updates my previous one:
>> [alsa-devel] [PATCH 0/5 v4] ALSA: dice: improve card registration processing
>> a
>>
>> Changes:
>>  * Merge patch 02 and 03 in v4.
>>  * Allocate sound card instance in sound card registration work, independently
>>    of dice instance, allocated in .probe callback and set as driver_data of
>>    device structure.
>>  * Use __be32 type for __be32 data.
>>
>> In this version, sound card instance is not allocated in .probe callback. In
>> the callback, dice instance is allocated independently of the card instance.
>> Thus, in .probe callback, this driver reserve no slot of sound card. The
>> allocation of sound card instance is performed in a scheduled work. When
>> processing in the work fails, the work can be re-scheduled again according to
>> bus reset.
> 
> Applied now all four patches.  Thanks.

OK. Thanks.

How about the rest of my work for ALSA Dice driver to Linux 4.5?

[alsa-devel] [RFC][PATCH 00/10 v2] ALSA: dice: stabiliza packet streaming
http://mailman.alsa-project.org/pipermail/alsa-devel/2015-December/101897.html

It takes almost one month since I posted the RFCv2. We already had a
discussion about the patchset in RFCv1 and in my opinion there's no
thorough disagreement. If possible, I'd like to merge it in the merge
window for Linux 4.5. If we go for it, I'll post them in this night.


Have a nice year.

> Takashi
> 
>>
>> 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 | 123 +++++++++++-------
>>  sound/firewire/dice/dice.c             | 227 +++++++++++++++++----------------
>>  sound/firewire/dice/dice.h             |   3 +
>>  3 files changed, 202 insertions(+), 151 deletions(-)
>>
>> -- 
>> 2.5.0
>>


More information about the Alsa-devel mailing list