ALSA: oxfw: fix transmission method for Loud models based on OXFW971
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 13 Sep 2021 02:10:42 +0000 (11:10 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 13 Sep 2021 05:31:58 +0000 (07:31 +0200)
commit64794d6db49730d22f440aef0cf4da98a56a4ea3
tree928b77f9590171d4831a2ccf7cdc4abc5441524b
parent6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f
ALSA: oxfw: fix transmission method for Loud models based on OXFW971

Loud Technologies Mackie Onyx 1640i (former model) is identified as
the model which uses OXFW971. The analysis of packet dump shows that
it transfers events in blocking method of IEC 61883-6, however the
default behaviour of ALSA oxfw driver is for non-blocking method.

This commit adds code to detect it assuming that all of loud models
based on OXFW971 have such quirk. It brings no functional change
except for alignment rule of PCM buffer.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Link: https://lore.kernel.org/r/20210913021042.10085-1-o-takashi@sakamocchi.jp
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/oxfw/oxfw.c