On 2015年10月21日 03:11, Takashi Iwai wrote:
On Tue, 20 Oct 2015 16:46:54 +0200, Takashi Sakamoto wrote:
Hi,
This patchset is revised version of my previous post: http://mailman.alsa-project.org/pipermail/alsa-devel/2015-October/099123.htm...
The main purpose of this patchset is to fix an issue that a transaction can include MIDI bytes in the next message. The last patch solves this issue, and the first 4 patches are for better shape of code including a small fixes.
Changes:
- add buffer alias
- refine local variables
Applies all patches now. Thanks.
Thanks.
In this developing period, I'll post some patches for refactoring of fireworks and bebob modules till this weekend, then finish my work for 4.4.
Regards
Takashi Sakamoto
Takashi
Takashi Sakamoto (5): ALSA: firewire-tascam: remove buffer initialization in driver side ALSA: firewire-tascam: change type of valiables according to function prototype ALSA: firewire-tascam: use better name for local variables to describe their intension ALSA: firewire-tascam: fix loop condition with some readable variables ALSA: firewire-tascam: clear extra MIDI byte in an asynchronous transaction
sound/firewire/tascam/tascam-transaction.c | 73 +++++++++++++++++------------- 1 file changed, 41 insertions(+), 32 deletions(-)
-- 2.1.4