Hi,
This patchset adds support for FW-1804. Additionally it fix some bugs. Nothing else ;)
This commit also adds no functionality to control internal multiplexer of supported models, following to basic design of ALSA firewire stack. It should be implemented in userspace. Currently, there's no udev rules for fw character devices corresponding to models supported by this module. Thus, permission of the devices may be 0600. When userspace applications touches the devices, they needs effective UID or GID as 0. This is not better environment for users. Further works are required for related softwares.
Regards
Takashi Sakamoto (4): ALSA: firewire-tascam: fix NULL pointer dereference when model identification fails ALSA: firewire-tascam: add support for FW-1804 ALSA: firewire-tascam: remove a flag for controller ALSA: firewire-tascam: remove needless member for control and status message
sound/firewire/tascam/tascam-transaction.c | 6 ++++++ sound/firewire/tascam/tascam.c | 12 +++++++++--- sound/firewire/tascam/tascam.h | 4 ---- 3 files changed, 15 insertions(+), 7 deletions(-)