Age | Commit message (Expand) | Author |
2020-01-13 | ALSA: oxfw: fix for Stanton SCS.1d | Takashi Sakamoto |
2020-01-13 | ALSA: oxfw: don't add MIDI/PCM interface when packet streaming is unavailable | Takashi Sakamoto |
2020-01-13 | ALSA: oxfw: use ENXIO for not-supported cases | Takashi Sakamoto |
2019-12-11 | ALSA: firewire: Drop superfluous ioctl PCM ops | Takashi Iwai |
2019-12-11 | ALSA: firewire: Use managed buffer allocation | Takashi Iwai |
2019-12-09 | ALSA: oxfw: fix return value in error path of isochronous resources reservation | Takashi Sakamoto |
2019-11-06 | ALSA: firewire: Convert to the common vmalloc memalloc | Takashi Iwai |
2019-10-19 | ALSA: firewire-lib: postpone to start IR context | Takashi Sakamoto |
2019-10-19 | ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domain | Takashi Sakamoto |
2019-10-19 | ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ... | Takashi Sakamoto |
2019-10-18 | ALSA: oxfw: share PCM buffer size for both direction | Takashi Sakamoto |
2019-10-18 | ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi... | Takashi Sakamoto |
2019-10-17 | ALSA: oxfw: use the same size of period for PCM substream in AMDTP streams | Takashi Sakamoto |
2019-10-17 | ALSA: oxfw: register the size of PCM period to AMDTP domain | Takashi Sakamoto |
2019-09-10 | Merge tag 'asoc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni... | Takashi Iwai |
2019-08-26 | ALSA: oxfw: fix to handle correct stream for PCM playback | Takashi Sakamoto |
2019-08-26 | ALSA: oxfw: fix NULL pointer dereference to unused stream structure | Takashi Sakamoto |
2019-08-05 | ALSA: oxfw: support AMDTP domain | Takashi Sakamoto |
2019-07-08 | Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo... | Takashi Iwai |
2019-07-07 | ALSA: oxfw: fix wrong reference count for stream functionality at error path ... | Takashi Sakamoto |
2019-07-01 | Merge branch 'for-linus' into for-next | Takashi Iwai |
2019-06-21 | ALSA: oxfw: ensure to release isochronous resources in pcm.hw_params callback | Takashi Sakamoto |
2019-06-17 | ALSA: firewire-lib: split allocation of isochronous resources from establishm... | Takashi Sakamoto |
2019-06-14 | Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds |
2019-06-12 | ALSA: oxfw: configure stream parameter in pcm.hw_params callback | Takashi Sakamoto |
2019-06-12 | ALSA: oxfw: configure packet format in pcm.hw_params callback | Takashi Sakamoto |
2019-06-12 | ALSA: oxfw: unify substreams counter | Takashi Sakamoto |
2019-06-12 | ALSA: oxfw: rename helper functions for duplex streams | Takashi Sakamoto |
2019-06-12 | ALSA: oxfw: expand stop procedure for packet streaming | Takashi Sakamoto |
2019-06-12 | ALSA: oxfw: break packet streaming at bus-reset handler | Takashi Sakamoto |
2019-06-12 | ALSA: oxfw: start duplex streams if supported | Takashi Sakamoto |
2019-06-12 | ALSA: oxfw: set packet parameter according to current configuration | Takashi Sakamoto |
2019-06-12 | ALSA: oxfw: code refactoring for stop condition of packet streaming | Takashi Sakamoto |
2019-06-11 | ALSA: oxfw: allow PCM capture for Stanton SCS.1m | Takashi Sakamoto |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-02-06 | ALSA: firewire: Remove superfluous snd_info_register() calls | Takashi Iwai |
2018-11-13 | ALSA: oxfw: add support for APOGEE duet FireWire | Takashi Sakamoto |
2018-10-10 | ALSA: firewire: simplify cleanup process when failing to register sound card | Takashi Sakamoto |
2018-10-10 | ALSA: firewire: release reference count of firewire unit in .remove callback ... | Takashi Sakamoto |
2018-10-10 | ALSA: firewire: block .remove callback of bus driver till all of ALSA charact... | Takashi Sakamoto |
2018-10-04 | ALSA: oxfw: use managed-resource to maintain cache of stream formats | Takashi Sakamoto |
2018-10-04 | ALSA: oxfw: use managed-resource to maintain model-specific data | Takashi Sakamoto |
2018-10-04 | ALSA: firewire: use managed-resource of fw unit device for private data | Takashi Sakamoto |
2018-09-17 | ALSA: oxfw: fix memory leak of discovered stream formats at error path | Takashi Sakamoto |
2018-09-17 | ALSA: oxfw: fix memory leak for model-dependent data at error path | Takashi Sakamoto |
2018-09-13 | ALSA: oxfw: fix memory leak of private data | Takashi Sakamoto |
2018-07-18 | ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc() | Takashi Iwai |
2018-05-28 | sound: Use octal not symbolic permissions | Joe Perches |
2018-05-22 | ALSA: oxfw: use match_string() helper | Yisheng Xie |