takaswie / linux-firewire-dkms

Currently this repository is maintained for Linux firewire subsystem and unit drivers.
http://ieee1394.docs.kernel.org/
39 stars 8 forks source link

New digimagic (003amdtp) driver integration #16

Closed zamaudio closed 8 years ago

zamaudio commented 9 years ago

There was a bug in the implementation of digimagic, which has now been corrected in 003amdtp at http://github.com/x42/003amdtp . Now we need to integrate it correctly into the digi00x driver. This may involve a slight change in how the digimagic state is stored and allocated. In particular, the state should not be static (multiple devices) and also should be re-initialized on open/close or stream-restart.

zamaudio commented 9 years ago

I tested commit 3eb7ec3440 with 003R+ and the digimagic is working on all channels. Thanks Takashi!

takaswie commented 9 years ago

I think it better to report it to alsa-devel so that the other ALSA developers acknowledge it. The aim of our work is to merge this driver into upstream. To achieve this aim, we should have enough discussion on the place where the other ALSA developers work.

Regards