Age | Commit message (Expand) | Author | Files | Lines |
2018-12-19 | ALSA: bebob: fix model-id of unit for Apogee Ensemble | Takashi Sakamoto | 1 | -1/+1 |
2018-12-16 | ALSA: fireface: code refactoring to handle model-specific registers | Takashi Sakamoto | 3 | -15/+6 |
2018-12-16 | ALSA: fireface: add support for packet streaming on Fireface 800 | Takashi Sakamoto | 2 | -16/+129 |
2018-12-16 | ALSA: fireface: allocate isochronous resources in mode-specific implementation | Takashi Sakamoto | 2 | -55/+68 |
2018-12-16 | ALSA: fireface: code refactoring to handle multiplier mode | Takashi Sakamoto | 3 | -28/+58 |
2018-12-16 | ALSA: fireface: share helper function to switch fetching mode | Takashi Sakamoto | 3 | -33/+36 |
2018-12-16 | ALSA: fireface: fix for state to fetch PCM frames | Takashi Sakamoto | 1 | -1/+1 |
2018-12-16 | ALSA: firewire-lib: use the same print format for 'without_header' tracepoints | Takashi Sakamoto | 1 | -1/+1 |
2018-12-16 | ALSA: firewire-lib: fix wrong assignment for 'out_packet_without_header' trac... | Takashi Sakamoto | 1 | -1/+1 |
2018-12-16 | ALSA: firewire-lib: fix wrong handling payload_length as payload_quadlet | Takashi Sakamoto | 1 | -1/+3 |
2018-12-11 | ALSA: fireface: add support for Fireface 800 with MIDI functionality only | Takashi Sakamoto | 5 | -13/+70 |
2018-12-11 | ALSA: fireface: localize a handler for MIDI messages on tx transaction | Takashi Sakamoto | 3 | -33/+40 |
2018-12-11 | ALSA: fireface: add driver data for register for MIDI high address | Takashi Sakamoto | 4 | -34/+34 |
2018-12-11 | ALSA: fireface: share register for async transaction of MIDI messages | Takashi Sakamoto | 3 | -8/+5 |
2018-12-11 | ALSA: fireface: add support for second optical interface for ADAT stream | Takashi Sakamoto | 3 | -10/+30 |
2018-12-11 | ALSA: fireface: share helper function to get current sampling rate and clock ... | Takashi Sakamoto | 5 | -64/+63 |
2018-12-11 | ALSA: fireface: share status and configuration dump | Takashi Sakamoto | 3 | -198/+176 |
2018-12-11 | ALSA: fireface: share some registers for status of clock synchronization | Takashi Sakamoto | 2 | -7/+9 |
2018-12-10 | Merge branch 'for-linus' into for-next | Takashi Iwai | 1 | -1/+1 |
2018-12-09 | ALSA: fireface: fix reference to wrong register for clock configuration | Takashi Sakamoto | 1 | -1/+1 |
2018-11-23 | ALSA: firewire-tascam: notify events of change of state for userspace applica... | Takashi Sakamoto | 2 | -2/+65 |
2018-11-23 | ALSA: firewire-tascam: apply small refactoring to handle several type of even... | Takashi Sakamoto | 1 | -12/+26 |
2018-11-23 | ALSA: firewire-tascam: queue events for change of control surface | Takashi Sakamoto | 3 | -1/+41 |
2018-11-23 | ALSA: firewire-tascam: add new hwdep ioctl command to get state image | Takashi Sakamoto | 1 | -0/+10 |
2018-11-23 | ALSA: firewire-tascam: pick up data of state from tx isochronous pakcets | Takashi Sakamoto | 2 | -1/+19 |
2018-11-13 | ALSA: oxfw: add support for APOGEE duet FireWire | Takashi Sakamoto | 2 | -0/+9 |
2018-10-30 | ALSA: firewire-lib: fix insufficient PCM rule for period/buffer size | Takashi Sakamoto | 1 | -48/+9 |
2018-10-27 | ALSA: dice: fix to wait for releases of all ALSA character devices | Takashi Sakamoto | 1 | -2/+2 |
2018-10-12 | ALSA: firewire-motu: add missing entries to Kconfig | Takashi Sakamoto | 1 | -0/+2 |
2018-10-12 | ALSA: isight: fix leak of reference to firewire unit in error path of .probe ... | Takashi Sakamoto | 1 | -5/+5 |
2018-10-10 | ALSA: firewire: simplify cleanup process when failing to register sound card | Takashi Sakamoto | 8 | -138/+44 |
2018-10-10 | ALSA: bebob/fireworks: simplify handling of local device entry table | Takashi Sakamoto | 2 | -25/+13 |
2018-10-10 | ALSA: firewire: release reference count of firewire unit in .remove callback ... | Takashi Sakamoto | 9 | -50/+27 |
2018-10-10 | ALSA: firewire: block .remove callback of bus driver till all of ALSA charact... | Takashi Sakamoto | 8 | -15/+16 |
2018-10-04 | ALSA: oxfw: use managed-resource to maintain cache of stream formats | Takashi Sakamoto | 2 | -19/+8 |
2018-10-04 | ALSA: oxfw: use managed-resource to maintain model-specific data | Takashi Sakamoto | 3 | -7/+6 |
2018-10-04 | ALSA: fireworks: use managed-resource to maintain response buffer | Takashi Sakamoto | 1 | -6/+3 |
2018-10-04 | ALSA: bebob: use managed-resource to maintain data specific to M-Audio FW-181... | Takashi Sakamoto | 2 | -6/+3 |
2018-10-04 | ALSA: firewire: use managed-resource of fw unit device for private data | Takashi Sakamoto | 8 | -48/+29 |
2018-10-04 | Merge branch 'for-linus' into for-next | Takashi Iwai | 7 | -17/+36 |
2018-10-02 | ALSA: firewire-lib: add PCM rules to obsolete PCM constraints based on LCM of... | Takashi Sakamoto | 1 | -7/+71 |
2018-09-17 | ALSA: fireworks: fix memory leak of response buffer at error path | Takashi Sakamoto | 1 | -0/+2 |
2018-09-17 | ALSA: oxfw: fix memory leak of discovered stream formats at error path | Takashi Sakamoto | 1 | -0/+7 |
2018-09-17 | ALSA: oxfw: fix memory leak for model-dependent data at error path | Takashi Sakamoto | 1 | -0/+2 |
2018-09-17 | ALSA: bebob: fix memory leak for M-Audio FW1814 and ProjectMix I/O at error path | Takashi Sakamoto | 2 | -4/+2 |
2018-09-13 | ALSA: oxfw: fix memory leak of private data | Takashi Sakamoto | 1 | -0/+1 |
2018-09-13 | ALSA: firewire-tascam: fix memory leak of private data | Takashi Sakamoto | 1 | -0/+1 |
2018-09-13 | ALSA: firewire-digi00x: fix memory leak of private data | Takashi Sakamoto | 1 | -0/+1 |
2018-09-10 | ALSA: fireface: fix memory leak in ff400_switch_fetching_mode() | Takashi Sakamoto | 1 | -3/+6 |
2018-09-10 | ALSA: bebob: use address returned by kmalloc() instead of kernel stack for st... | Takashi Sakamoto | 1 | -10/+14 |