| Age | Commit message (Expand) | Author | Files | Lines |
| 2 days | Merge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/ie... | Mark Brown | 1 | -3/+3 |
| 7 days | ALSA: firewire-motu: Protect register DSP event queue positions | Cássio Gabriel | 1 | -4/+7 |
| 2026-05-11 | ALSA: firewire: Make use of ieee1394's .driver_data_ptr | Uwe Kleine-König (The Capable Hub) | 1 | -3/+3 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -3/+3 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -3/+3 |
| 2025-12-09 | ALSA: firewire-motu: add bounds check in put_user loop for DSP events | Junrui Luo | 1 | -1/+1 |
| 2025-12-05 | ALSA: firewire-motu: fix buffer overflow in hwdep read for DSP events | Junrui Luo | 1 | -2/+3 |
| 2025-08-30 | ALSA: firewire: motu: Use guard() for spin locks | Takashi Iwai | 6 | -75/+27 |
| 2025-08-30 | ALSA: firewire: motu: Use guard() for mutex locks | Takashi Iwai | 2 | -64/+54 |
| 2025-08-30 | ALSA: firewire-motu: drop EPOLLOUT from poll return values as write is not su... | Takashi Sakamoto | 1 | -1/+1 |
| 2025-07-11 | ALSA: firewire: motu: Use safer strscpy() instead of strcpy() | Takashi Iwai | 3 | -5/+5 |
| 2024-09-04 | ALSA: firewire: use nonatomic PCM operation | Takashi Sakamoto | 1 | -0/+1 |
| 2024-05-08 | ALSA: firewire: Use *-y instead of *-objs in Makefile | Takashi Iwai | 1 | -1/+1 |
| 2024-01-29 | ALSA: firewire-motu: add support for MOTU 896 mk3 FireWire and Hybrid | Takashi Sakamoto | 3 | -0/+12 |
| 2023-09-15 | ALSA: firewire: Fix -Wformat-truncation warning for MIDI stream names | Takashi Iwai | 1 | -2/+2 |
| 2023-06-12 | ALSA: firewire: use 'GPL' string for module license contributed by Takashi Sa... | Takashi Sakamoto | 1 | -1/+1 |
| 2023-02-16 | Merge branch 'topic/apple-gmux' into for-next | Takashi Iwai | 1 | -0/+4 |
| 2023-01-31 | ALSA: firewire-motu: fix unreleased lock warning in hwdep device | Takashi Sakamoto | 1 | -0/+4 |
| 2023-01-12 | ALSA: firewire-lib: obsolete return value from context payload processing layer | Takashi Sakamoto | 1 | -12/+4 |
| 2023-01-12 | ALSA: firewire-lib: move parameter for pcm frame multiplier from context payl... | Takashi Sakamoto | 1 | -1/+1 |
| 2023-01-09 | ALSA: firewire-lib: use circular linked list for context payload processing l... | Takashi Sakamoto | 4 | -34/+44 |
| 2022-09-27 | ALSA: firewire: Replace runtime->status->state reference to runtime->state | Takashi Iwai | 1 | -2/+2 |
| 2022-09-27 | ALSA: firewire: Remove some left-over license text in sound/firewire | Christophe JAILLET | 1 | -3/+0 |
| 2021-11-08 | ALSA: firewire-motu: add support for MOTU Track 16 | Takashi Sakamoto | 3 | -3/+16 |
| 2021-11-04 | ALSA: firewire-motu: add support for MOTU Traveler mk3 | Takashi Sakamoto | 3 | -3/+21 |
| 2021-10-29 | ALSA: firewire-motu: remove TODO for interaction with userspace about control... | Takashi Sakamoto | 1 | -2/+0 |
| 2021-10-28 | ALSA: firewire-motu: export meter information to userspace as float value | Takashi Sakamoto | 1 | -2/+5 |
| 2021-10-28 | ALSA: firewire-motu: refine parser for meter information in register DSP models | Takashi Sakamoto | 1 | -5/+9 |
| 2021-10-28 | ALSA: firewire-motu: fix null pointer dereference when polling hwdep characte... | Takashi Sakamoto | 1 | -5/+11 |
| 2021-10-15 | ALSA: firewire-motu: notify event for parameter change in register DSP model | Takashi Sakamoto | 3 | -9/+78 |
| 2021-10-15 | ALSA: firewire-motu: queue event for parameter change in register DSP model | Takashi Sakamoto | 3 | -14/+82 |
| 2021-10-15 | ALSA: firewire-motu: add ioctl command to read cached parameters in register ... | Takashi Sakamoto | 3 | -1/+34 |
| 2021-10-15 | ALSA: firewire-motu: parse messages for input parameters in register DSP model | Takashi Sakamoto | 1 | -2/+41 |
| 2021-10-15 | ALSA: firewire-motu: parse messages for line input parameters in register DSP... | Takashi Sakamoto | 1 | -0/+6 |
| 2021-10-15 | ALSA: firewire-motu: parse messages for output parameters in register DSP model | Takashi Sakamoto | 1 | -1/+10 |
| 2021-10-15 | ALSA: firewire-motu: parse messages for mixer output parameters in register D... | Takashi Sakamoto | 1 | -0/+20 |
| 2021-10-15 | ALSA: firewire-motu: parse messages for mixer source parameters in register-D... | Takashi Sakamoto | 1 | -0/+64 |
| 2021-10-15 | ALSA: firewire-motu: add ioctl command to read cached hardware meter | Takashi Sakamoto | 4 | -0/+84 |
| 2021-10-15 | ALSA: firewire-motu: add message parser for meter information in command DSP ... | Takashi Sakamoto | 7 | -5/+186 |
| 2021-10-15 | ALSA: firewire-motu: add message parser to gather meter information in regist... | Takashi Sakamoto | 8 | -7/+184 |
| 2021-09-21 | ALSA: firewire-motu: fix truncated bytes in message tracepoints | Takashi Sakamoto | 1 | -3/+4 |
| 2021-08-23 | ALSA: firewire-motu: add support for MOTU 896HD | Takashi Sakamoto | 3 | -4/+20 |
| 2021-06-23 | ALSA: firewire-motu: fix register handling for 896 | Takashi Sakamoto | 1 | -10/+23 |
| 2021-06-23 | ALSA: firewire-motu: fix register handling for 828 | Takashi Sakamoto | 1 | -18/+35 |
| 2021-06-23 | ALSA: firewire-motu: use macro instead of magic number for clock source in v3... | Takashi Sakamoto | 1 | -7/+13 |
| 2021-06-23 | ALSA: firewire-motu: code refactoring for source detection of sampling clock ... | Takashi Sakamoto | 1 | -47/+12 |
| 2021-06-23 | ALSA: firewire-motu: code refactoring for packet format detection in v2 protocol | Takashi Sakamoto | 1 | -59/+20 |
| 2021-06-23 | ALSA: firewire-motu: use macro instead of magic number for clock source in v2... | Takashi Sakamoto | 1 | -7/+14 |
| 2021-06-23 | ALSA: firewire-motu: add support for AES/EBU clock source in v2 protocol | Takashi Sakamoto | 1 | -0/+3 |
| 2021-06-23 | ALSA: firewire-motu: code refactoring for detection of clock source in v2 pro... | Takashi Sakamoto | 1 | -47/+21 |
| 2021-06-23 | ALSA: firewire-motu: fix detection for S/PDIF source on optical interface in ... | Takashi Sakamoto | 1 | -7/+6 |
| 2021-06-18 | ALSA: firewire-motu: fix rx packet format at higher rate for MOTU 828 mk3 Hybrid | Takashi Sakamoto | 3 | -6/+16 |
| 2021-06-17 | ALSA: firewire-motu: fix stream format for MOTU 8pre FireWire | Takashi Sakamoto | 1 | -2/+3 |
| 2021-06-17 | ALSA: firewire-motu: add support for MOTU 896 | Takashi Sakamoto | 3 | -0/+217 |
| 2021-06-17 | ALSA: firewire-motu: add support for MOTU 828 | Takashi Sakamoto | 4 | -1/+251 |
| 2021-06-07 | ALSA: firewire-motu: cease from delayed card registration | Takashi Sakamoto | 2 | -62/+25 |
| 2021-06-06 | ALSA: firewire-motu: add support for hybrid model of MOTU Ultralite mk3 | Takashi Sakamoto | 1 | -0/+1 |
| 2021-06-04 | ALSA: firewire-motu: fix error return code in snd_motu_stream_reserve_duplex() | Yang Yingliang | 1 | -1/+1 |
| 2021-06-02 | ALSA: firewire-motu: sequence replay for source packet header | Takashi Sakamoto | 3 | -74/+26 |
| 2021-06-02 | ALSA: firewire-motu: cache event ticks in source packet header per data block | Takashi Sakamoto | 3 | -3/+70 |
| 2021-06-02 | ALSA: firewire-motu: use macro for magic numbers relevant to IEC 61883-1 | Takashi Sakamoto | 1 | -14/+26 |
| 2021-05-28 | ALSA: firewire-lib: transfer rx packets on-the-fly when replaying | Takashi Sakamoto | 1 | -1/+1 |
| 2021-05-28 | ALSA: firewire-lib: add replay target to cache sequence of packet | Takashi Sakamoto | 1 | -1/+1 |
| 2021-05-22 | ALSA: firewire-lib: add flag to unaware of syt in CIP header | Takashi Sakamoto | 1 | -3/+1 |
| 2021-05-20 | ALSA: firewire-lib: change waking up timing to process packets | Takashi Sakamoto | 1 | -5/+2 |
| 2021-05-20 | ALSA: firewire-lib: start processing content of packet at the same cycle in s... | Takashi Sakamoto | 1 | -4/+5 |
| 2021-05-18 | ALSA: firewire-lib/motu: use int type for the value of bitwise OR with enumer... | Takashi Sakamoto | 1 | -1/+2 |
| 2021-01-08 | ALSA: Convert strlcpy to strscpy when return value is unused | Joe Perches | 1 | -1/+1 |
| 2020-06-15 | ALSA: firewire-motu: wait for notification when changing clock configuration ... | Takashi Sakamoto | 1 | -3/+13 |
| 2020-05-25 | ALSA: firewire-motu: add support for MOTU UltraLite-mk3 (FireWire only model) | Takashi Sakamoto | 3 | -0/+11 |
| 2020-05-22 | ALSA: firewire-motu: refactoring protocol v2 for fetching mode switch | Takashi Sakamoto | 1 | -30/+47 |
| 2020-05-22 | ALSA: firewire-motu: refactoring protocol v3 for clock source getter | Takashi Sakamoto | 1 | -26/+72 |
| 2020-05-22 | ALSA: firewire-motu: refactoring protocol v2 for clock source getter | Takashi Sakamoto | 1 | -8/+40 |
| 2020-05-22 | ALSA: firewire-motu: remove obsoleted codes | Takashi Sakamoto | 3 | -296/+11 |
| 2020-05-22 | ALSA: firewire-motu: use table-based calculation of packet formats for stream... | Takashi Sakamoto | 2 | -10/+6 |
| 2020-05-22 | ALSA: firewire-motu: use table-based calculation of packet formats for proc | Takashi Sakamoto | 2 | -12/+9 |
| 2020-05-22 | ALSA: firewire-motu: add alternative functions to detect packet format for pr... | Takashi Sakamoto | 2 | -5/+67 |
| 2020-05-22 | ALSA: firewire-motu: add alternative functions to detect packet format for pr... | Takashi Sakamoto | 2 | -6/+67 |
| 2020-05-22 | ALSA: firewire-motu: add model-specific table of chunk count | Takashi Sakamoto | 3 | -3/+17 |
| 2020-05-22 | ALSA: firewire-motu: drop protocol structure | Takashi Sakamoto | 3 | -23/+0 |
| 2020-05-22 | ALSA: firewire-motu: add wrapper functions for protocol-dependent operations | Takashi Sakamoto | 6 | -35/+103 |
| 2020-05-22 | ALSA: firewire-motu: localize protocol data | Takashi Sakamoto | 5 | -10/+21 |
| 2020-05-22 | ALSA: firewire-motu: move spec data to v3 protocol file | Takashi Sakamoto | 3 | -46/+50 |
| 2020-05-22 | ALSA: firewire-motu: move spec data to v2 protocol file | Takashi Sakamoto | 3 | -60/+63 |
| 2019-12-11 | ALSA: firewire: Drop superfluous ioctl PCM ops | Takashi Iwai | 1 | -2/+0 |
| 2019-12-11 | ALSA: firewire: Use managed buffer allocation | Takashi Iwai | 1 | -8/+3 |
| 2019-12-09 | ALSA: firewire-motu: fix double unlocked 'motu->mutex' | Takashi Sakamoto | 1 | -6/+2 |
| 2019-11-06 | ALSA: firewire: Convert to the common vmalloc memalloc | Takashi Iwai | 1 | -5/+4 |
| 2019-10-30 | ALSA: firewire-motu: Correct a typo in the clock proc string | Takashi Iwai | 1 | -1/+1 |
| 2019-10-30 | ALSA: firewire-motu: add support for MOTU UltraLite | Takashi Sakamoto | 1 | -0/+14 |
| 2019-10-30 | ALSA: firewire-motu: code refactoring to handle model specific switch for pro... | Takashi Sakamoto | 3 | -43/+42 |
| 2019-10-30 | ALSA: firewire-motu: minor code refactoring for protocol version 2 | Takashi Sakamoto | 1 | -26/+39 |
| 2019-10-30 | ALSA: firewire-motu: detect SPH source of sampling clock | Takashi Sakamoto | 5 | -1/+9 |
| 2019-10-30 | ALSA: firewire-motu: print for unknown source of sampling clock | Takashi Sakamoto | 1 | -0/+1 |
| 2019-10-30 | ALSA: firewire-motu: fix wrong spelling for macro | Takashi Sakamoto | 4 | -7/+7 |
| 2019-10-19 | ALSA: firewire-lib: postpone to start IR context | Takashi Sakamoto | 1 | -1/+1 |
| 2019-10-19 | ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domain | Takashi Sakamoto | 1 | -2/+2 |
| 2019-10-19 | ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ... | Takashi Sakamoto | 1 | -2/+2 |
| 2019-10-18 | ALSA: firewire-motu: share PCM buffer size for both direction | Takashi Sakamoto | 4 | -5/+17 |
| 2019-10-18 | ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi... | Takashi Sakamoto | 1 | -1/+1 |
| 2019-10-17 | ALSA: firewire-motu: use the same size of period for PCM substream in AMDTP s... | Takashi Sakamoto | 1 | -8/+21 |
| 2019-10-17 | ALSA: firewire-motu: register the size of PCM period to AMDTP domain | Takashi Sakamoto | 4 | -4/+16 |
| 2019-08-30 | ALSA: firewire-motu: add support for MOTU 4pre | Takashi Sakamoto | 1 | -0/+12 |
| 2019-08-05 | ALSA: firewire-motu: support AMDTP domain | Takashi Sakamoto | 2 | -43/+42 |
| 2019-08-05 | ALSA: firewire-motu: code refactoring for initialization/destruction of AMDTP... | Takashi Sakamoto | 1 | -29/+19 |
| 2019-07-22 | ALSA: firewire-motu: more code refactoring for MOTU data block processing layer | Takashi Sakamoto | 1 | -14/+36 |
| 2019-07-22 | ALSA: firewire-lib: process payload of isoc context according to packet descr... | Takashi Sakamoto | 1 | -31/+45 |
| 2019-07-22 | ALSA: firewire-motu: code refactoring for MOTU data block processing layer | Takashi Sakamoto | 1 | -24/+33 |
| 2019-07-22 | ALSA: firewire-lib: pass packet descriptor to data block processing layer | Takashi Sakamoto | 1 | -23/+30 |
| 2019-07-22 | ALSA: firewire-lib: pass no syt information to data block processing layer | Takashi Sakamoto | 1 | -7/+4 |
| 2019-07-22 | ALSA: firewire-lib: add syt_override member for some protocols | Takashi Sakamoto | 1 | -1/+7 |
| 2019-07-22 | ALSA: firewire-lib: pass data block counter to data block processing layer | Takashi Sakamoto | 1 | -4/+4 |
| 2019-07-08 | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai | 12 | -23/+12 |
| 2019-07-07 | firewire-motu: fix wrong reference count for stream functionality at error pa... | Takashi Sakamoto | 1 | -0/+2 |
| 2019-07-01 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -1/+1 |
| 2019-06-24 | ALSA: firewire-motu: unify common tracepoints for both direction | Takashi Sakamoto | 2 | -58/+20 |
| 2019-06-21 | ALSA: firewire-motu: unify stop and release method for duplex streams | Takashi Sakamoto | 4 | -12/+5 |
| 2019-06-18 | ALSA: firewire-motu: code refactoring for pcm.hw_params/hw_free callbacks | Takashi Sakamoto | 1 | -47/+7 |
| 2019-06-18 | ALSA: firewire-motu: update isochronous resources when starting packet stream... | Takashi Sakamoto | 1 | -0/+11 |
| 2019-06-18 | ALSA: firewire-motu: reserve/release isochronous resources in pcm.hw_params/h... | Takashi Sakamoto | 4 | -56/+84 |
| 2019-06-18 | ALSA: firewire-motu: code refactoring to finish streaming session | Takashi Sakamoto | 1 | -11/+6 |
| 2019-06-18 | ALSA: firewire-motu: minor code refactoring to stop isochronous context | Takashi Sakamoto | 1 | -17/+4 |
| 2019-06-18 | ALSA: firewire-motu: rename helper functions to begin/finish streaming session | Takashi Sakamoto | 1 | -5/+5 |
| 2019-06-18 | ALSA: firewire-motu: code refactoring for condition to stop streaming | Takashi Sakamoto | 1 | -10/+4 |
| 2019-06-18 | ALSA: firewire-motu: add helper function to keep isochronous resources | Takashi Sakamoto | 1 | -25/+32 |
| 2019-06-18 | ALSA: firewire-motu: unify midi callback function | Takashi Sakamoto | 1 | -43/+6 |
| 2019-06-18 | ALSA: firewire-motu: unify the count of subscriber for packet streaming | Takashi Sakamoto | 4 | -21/+15 |
| 2019-06-14 | Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 1 | -1/+1 |
| 2019-06-11 | ALSA: firewire-motu: fix destruction of data for isochronous resources | Takashi Sakamoto | 1 | -1/+1 |
| 2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 | Thomas Gleixner | 12 | -23/+12 |
| 2019-05-22 | ALSA: firewire-lib: use union for directional parameters | Takashi Sakamoto | 1 | -1/+1 |
| 2019-03-18 | ALSA: firewire-motu: add support MOTU 8pre FireWire | Takashi Sakamoto | 4 | -11/+52 |
| 2019-03-17 | ALSA: firewire-motu: use 'version' field of unit directory to identify model | Takashi Sakamoto | 1 | -10/+10 |
| 2019-02-26 | ALSA: firewire-motu: fix construction of PCM frame for capture direction | Takashi Sakamoto | 1 | -1/+3 |
| 2019-02-06 | ALSA: firewire: Remove superfluous snd_info_register() calls | Takashi Iwai | 1 | -10/+2 |
| 2018-10-10 | ALSA: firewire: simplify cleanup process when failing to register sound card | Takashi Sakamoto | 1 | -21/+5 |
| 2018-10-10 | ALSA: firewire: release reference count of firewire unit in .remove callback ... | Takashi Sakamoto | 1 | -6/+3 |
| 2018-10-10 | ALSA: firewire: block .remove callback of bus driver till all of ALSA charact... | Takashi Sakamoto | 1 | -2/+2 |
| 2018-10-04 | ALSA: firewire: use managed-resource of fw unit device for private data | Takashi Sakamoto | 1 | -6/+4 |
| 2018-07-18 | ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc() | Takashi Iwai | 1 | -2/+0 |
| 2018-06-19 | ALSA: firewire-motu: add support for Motu Traveler | Takashi Sakamoto | 3 | -2/+50 |
| 2018-06-19 | ALSA: firewire-motu: cancel chunk alignment for protocol version 2 | Takashi Sakamoto | 1 | -6/+3 |
| 2018-06-19 | ALSA: firewire-motu: add a flag for AES/EBU on XLR interface | Takashi Sakamoto | 3 | -1/+11 |
| 2018-06-19 | ALSA: firewire-motu: add a flag for chunks for main 1/2 out | Takashi Sakamoto | 4 | -10/+22 |
| 2018-06-19 | ALSA: firewire-motu: suppless consumption for unused element of array in stack | Takashi Sakamoto | 1 | -1/+1 |
| 2018-05-28 | sound: Use octal not symbolic permissions | Joe Perches | 1 | -1/+1 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
| 2017-11-27 | sound: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
| 2017-11-07 | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 1 | -0/+1 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-10-25 | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 1 | -2/+2 |
| 2017-09-12 | ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex() | Markus Elfring | 1 | -8/+8 |
| 2017-08-22 | ALSA: firewire: add const qualifier to identifiers for read-only symbols | Takashi Sakamoto | 1 | -3/+3 |
| 2017-08-22 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -0/+1 |
| 2017-08-21 | ALSA: firewire-motu: add support for MOTU Audio Express | Takashi Sakamoto | 1 | -0/+13 |
| 2017-08-21 | ALSA: firewire-motu: add specification flag for position of flag for MIDI mes... | Takashi Sakamoto | 6 | -17/+50 |
| 2017-08-20 | ALSA: firewire-motu: destroy stream data surely at failure of card initializa... | Takashi Sakamoto | 1 | -0/+1 |
| 2017-08-19 | ALSA: firewire: constify snd_pcm_ops structures | Arvind Yadav | 1 | -2/+2 |
| 2017-08-15 | ALSA: firewire-motu: constify snd_rawmidi_ops structures | Julia Lawall | 1 | -2/+2 |
| 2017-06-08 | ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat... | Takashi Sakamoto | 1 | -20/+0 |
| 2017-06-07 | ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callback | Takashi Sakamoto | 1 | -0/+16 |
| 2017-04-20 | ALSA: firewire-motu: mark trace helpers as __maybe_unused | Arnd Bergmann | 1 | -4/+6 |
| 2017-04-11 | ALSA: firewire-motu: add tracepoints for messages for unique protocol | Takashi Sakamoto | 2 | -0/+67 |
| 2017-04-11 | ALSA: firewire-motu: add tracepoints for SPH in IEC 61883-1 fashion | Takashi Sakamoto | 3 | -0/+95 |
| 2017-04-05 | ALSA: firewire-motu: remove invalid bitshift for register value | Takashi Sakamoto | 1 | -2/+1 |
| 2017-03-28 | ALSA: firewire-motu: add support for MOTU 828mk3 (FireWire/Hybrid) as a model... | Takashi Sakamoto | 5 | -1/+344 |
| 2017-03-28 | ALSA: firewire-motu: add support for MOTU 828mk2 as a model with protocol ver... | Takashi Sakamoto | 4 | -1/+255 |
| 2017-03-28 | ALSA: firewire-motu: enable to read transaction cache via hwdep interface | Takashi Sakamoto | 2 | -2/+28 |
| 2017-03-28 | ALSA: firewire-motu: add hwdep interface | Takashi Sakamoto | 7 | -5/+281 |
| 2017-03-28 | ALSA: firewire-motu: add MIDI functionality | Takashi Sakamoto | 6 | -4/+260 |
| 2017-03-28 | ALSA: firewire-motu: add PCM functionality | Takashi Sakamoto | 4 | -1/+393 |
| 2017-03-28 | ALSA: firewire-motu: add proc node to show current statuc of clock and packet... | Takashi Sakamoto | 4 | -1/+125 |
| 2017-03-28 | ALSA: firewire-motu: add stream management functionality | Takashi Sakamoto | 4 | -1/+356 |
| 2017-03-28 | ALSA: firewire-motu: handle transactions specific for MOTU FireWire models | Takashi Sakamoto | 4 | -1/+140 |
| 2017-03-28 | ALSA: firewire-motu: add MOTU specific protocol layer | Takashi Sakamoto | 3 | -3/+304 |
| 2017-03-28 | ALSA: firewire-motu: add an abstraction layer for three types of protocols | Takashi Sakamoto | 2 | -0/+55 |
| 2017-03-28 | ALSA: firewire-motu: add a structure for model-dependent parameters. | Takashi Sakamoto | 2 | -3/+30 |
| 2017-03-28 | ALSA: firewire-motu: postpone sound card registration | Takashi Sakamoto | 2 | -24/+78 |
| 2017-03-28 | ALSA: firewire-motu: add skeleton for Mark of the unicorn (MOTU) FireWire series | Takashi Sakamoto | 3 | -0/+165 |