takaswie / linux-firewire-dkms

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

amdtp-tascam: Fix endianness of status data sent to user space #23

Closed sbahling closed 5 years ago

sbahling commented 6 years ago

This fixes the endian order of the status bits when fetching the them directly from userspace. Tested on my x86 system.

takaswie commented 6 years ago

Thanks for this PR. I propose an idea to fix this bug in list. Please refer to it. http://mailman.alsa-project.org/pipermail/alsa-devel/2018-October/141314.html

sbahling commented 5 years ago

Thanks for this PR. I propose an idea to fix this bug in list. Please refer to it. http://mailman.alsa-project.org/pipermail/alsa-devel/2018-October/141314.html

Your proposed fix is a better solution. Closing this request.

takaswie commented 5 years ago

Thanks for your test. I pushed the fix at 32bc35374154 ('firewire-tascam: convert to host-endianness in ioctl command').