| Commit message (Expand) | Author | Age | Files | Lines |
* | ALSA: fireface: code refactoring to handle model-specific registers | Takashi Sakamoto | 2018-12-16 | 3 | -15/+6 |
* | ALSA: fireface: add support for packet streaming on Fireface 800 | Takashi Sakamoto | 2018-12-16 | 2 | -16/+129 |
* | ALSA: fireface: allocate isochronous resources in mode-specific implementation | Takashi Sakamoto | 2018-12-16 | 2 | -55/+68 |
* | ALSA: fireface: code refactoring to handle multiplier mode | Takashi Sakamoto | 2018-12-16 | 3 | -28/+58 |
* | ALSA: fireface: share helper function to switch fetching mode | Takashi Sakamoto | 2018-12-16 | 3 | -33/+36 |
* | ALSA: fireface: fix for state to fetch PCM frames | Takashi Sakamoto | 2018-12-16 | 1 | -1/+1 |
* | ALSA: fireface: add support for Fireface 800 with MIDI functionality only | Takashi Sakamoto | 2018-12-11 | 4 | -13/+69 |
* | ALSA: fireface: localize a handler for MIDI messages on tx transaction | Takashi Sakamoto | 2018-12-11 | 3 | -33/+40 |
* | ALSA: fireface: add driver data for register for MIDI high address | Takashi Sakamoto | 2018-12-11 | 4 | -34/+34 |
* | ALSA: fireface: share register for async transaction of MIDI messages | Takashi Sakamoto | 2018-12-11 | 3 | -8/+5 |
* | ALSA: fireface: add support for second optical interface for ADAT stream | Takashi Sakamoto | 2018-12-11 | 3 | -10/+30 |
* | ALSA: fireface: share helper function to get current sampling rate and clock ... | Takashi Sakamoto | 2018-12-11 | 5 | -64/+63 |
* | ALSA: fireface: share status and configuration dump | Takashi Sakamoto | 2018-12-11 | 3 | -198/+176 |
* | ALSA: fireface: share some registers for status of clock synchronization | Takashi Sakamoto | 2018-12-11 | 2 | -7/+9 |
* | ALSA: fireface: fix reference to wrong register for clock configuration | Takashi Sakamoto | 2018-12-09 | 1 | -1/+1 |
* | ALSA: firewire: simplify cleanup process when failing to register sound card | Takashi Sakamoto | 2018-10-10 | 1 | -10/+5 |
* | ALSA: firewire: release reference count of firewire unit in .remove callback ... | Takashi Sakamoto | 2018-10-10 | 1 | -6/+3 |
* | ALSA: firewire: block .remove callback of bus driver till all of ALSA charact... | Takashi Sakamoto | 2018-10-10 | 1 | -2/+2 |
* | ALSA: firewire: use managed-resource of fw unit device for private data | Takashi Sakamoto | 2018-10-04 | 1 | -7/+3 |
* | ALSA: fireface: fix memory leak in ff400_switch_fetching_mode() | Takashi Sakamoto | 2018-09-10 | 1 | -3/+6 |
* | ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc() | Takashi Iwai | 2018-07-18 | 1 | -1/+0 |
* | treewide: kzalloc() -> kcalloc() | Kees Cook | 2018-06-13 | 1 | -1/+1 |
* | sound: Use octal not symbolic permissions | Joe Perches | 2018-05-28 | 1 | -1/+1 |
* | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 2018-02-11 | 1 | -1/+1 |
* | sound: annotate ->poll() instances | Al Viro | 2017-11-27 | 1 | -2/+2 |
* | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 3 | -11/+11 |
* | ALSA: fireface: Use common error handling code in pcm_open() | Markus Elfring | 2017-08-23 | 1 | -10/+10 |
* | ALSA: firewire: add const qualifier to identifiers for read-only symbols | Takashi Sakamoto | 2017-08-22 | 3 | -4/+4 |
* | ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat... | Takashi Sakamoto | 2017-06-08 | 1 | -21/+0 |
* | ALSA: fireface: constify ALSA specific operations | Takashi Sakamoto | 2017-06-07 | 2 | -39/+35 |
* | ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callback | Takashi Sakamoto | 2017-06-07 | 1 | -0/+16 |
* | ALSA: fireface: obsolete usage of ktime_set() for zero assignment | Takashi Sakamoto | 2017-04-20 | 1 | -1/+1 |
* | ALSA: fireface: add support for Fireface 400 | Takashi Sakamoto | 2017-04-05 | 4 | -1/+395 |
* | ALSA: fireface: add hwdep interface | Takashi Sakamoto | 2017-04-05 | 6 | -4/+266 |
* | ALSA: fireface: add support for PCM functionality | Takashi Sakamoto | 2017-04-05 | 4 | -1/+404 |
* | ALSA: fireface: add stream management functionality | Takashi Sakamoto | 2017-04-05 | 4 | -1/+267 |
* | ALSA: fireface: add unique data processing layer | Takashi Sakamoto | 2017-04-05 | 3 | -1/+164 |
* | ALSA: fireface: add proc node to help debugging | Takashi Sakamoto | 2017-04-05 | 4 | -1/+68 |
* | ALSA: fireface: add support for MIDI functionality | Takashi Sakamoto | 2017-04-05 | 4 | -1/+140 |
* | ALSA: fireface: add transaction support | Takashi Sakamoto | 2017-04-05 | 4 | -1/+328 |
* | ALSA: fireface: add an abstraction layer for model-specific protocols | Takashi Sakamoto | 2017-04-05 | 1 | -0/+31 |
* | ALSA: fireface: add model specific structure | Takashi Sakamoto | 2017-04-05 | 2 | -4/+19 |
* | ALSA: fireface: postpone sound card registration | Takashi Sakamoto | 2017-04-05 | 2 | -22/+67 |
* | ALSA: fireface: add skeleton for RME Fireface series | Takashi Sakamoto | 2017-04-05 | 3 | -0/+143 |