summaryrefslogtreecommitdiffstats
path: root/sound/firewire/tascam
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' into for-linusTakashi Iwai2019-09-144-93/+171
|\
| * ALSA: firewire-tascam: add note for FE-8Takashi Sakamoto2019-09-062-1/+23
| * ALSA: firewire-tascam: support AMDTP domainTakashi Sakamoto2019-08-052-22/+34
| * ALSA: firewire-tascam: code refactoring for initialization/destruction of AMD...Takashi Sakamoto2019-08-051-27/+44
| * ALSA: firewire-lib: process payload of isoc context according to packet descr...Takashi Sakamoto2019-07-221-23/+37
| * ALSA: firewire-tascam: code refactoring for TASCAM data block processing layerTakashi Sakamoto2019-07-221-23/+32
| * ALSA: firewire-lib: pass packet descriptor to data block processing layerTakashi Sakamoto2019-07-221-17/+22
| * ALSA: firewire-lib: pass no syt information to data block processing layerTakashi Sakamoto2019-07-221-7/+4
| * ALSA: firewire-lib: add syt_override member for some protocolsTakashi Sakamoto2019-07-221-2/+6
| * ALSA: firewire-lib: pass data block counter to data block processing layerTakashi Sakamoto2019-07-221-6/+4
* | ALSA: firewire-tascam: check intermediate state of clock status and retryTakashi Sakamoto2019-09-101-14/+28
* | ALSA: firewire-tascam: handle error code when getting current source of clockTakashi Sakamoto2019-09-101-0/+3
|/
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0810-18/+10
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-059-18/+9
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | ALSA: firewire-tascam: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-213-11/+5
* | ALSA: firewire-tascam: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto2019-06-111-48/+7
* | ALSA: firewire-tascam: minor code refactoring to finish streaming sessionTakashi Sakamoto2019-06-111-16/+5
* | ALSA: firewire-tascam: update isochronous resources when starting packet stre...Takashi Sakamoto2019-06-111-1/+12
* | ALSA: firewire-tascam: reserve/release isochronous resources in pcm.hw_params...Takashi Sakamoto2019-06-113-37/+66
* | ALSA: firewire-tascam: code refactoring for release of isochronous resourcesTakashi Sakamoto2019-06-111-10/+8
* | ALSA: firewire-tascam: code refactoring for reservation of isochronous resourcesTakashi Sakamoto2019-06-111-22/+16
* | ALSA: firewire-tascam: code refactoring for registration of isochronous channelsTakashi Sakamoto2019-06-111-44/+40
* | ALSA: firewire-lib: use union for directional parametersTakashi Sakamoto2019-05-221-1/+1
|/
* ALSA: firewire: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-10/+2
* ALSA: firewire-tascam: notify events of change of state for userspace applica...Takashi Sakamoto2018-11-232-2/+65
* ALSA: firewire-tascam: apply small refactoring to handle several type of even...Takashi Sakamoto2018-11-231-12/+26
* ALSA: firewire-tascam: queue events for change of control surfaceTakashi Sakamoto2018-11-233-1/+41
* ALSA: firewire-tascam: add new hwdep ioctl command to get state imageTakashi Sakamoto2018-11-231-0/+10
* ALSA: firewire-tascam: pick up data of state from tx isochronous pakcetsTakashi Sakamoto2018-11-232-1/+19
* ALSA: firewire: simplify cleanup process when failing to register sound cardTakashi Sakamoto2018-10-101-14/+5
* ALSA: firewire: release reference count of firewire unit in .remove callback ...Takashi Sakamoto2018-10-101-6/+3
* ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...Takashi Sakamoto2018-10-101-2/+2
* ALSA: firewire: use managed-resource of fw unit device for private dataTakashi Sakamoto2018-10-041-7/+3
* ALSA: firewire-tascam: fix memory leak of private dataTakashi Sakamoto2018-09-131-0/+1
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-1/+0
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-1/+1
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-1/+1
* sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-252-5/+5
* ALSA: firewire: add const qualifier to identifiers for read-only symbolsTakashi Sakamoto2017-08-221-1/+1
* ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Takashi Sakamoto2017-06-081-29/+6
* ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto2017-06-071-0/+16
* ALSA: firewire: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto2017-05-223-67/+3
* ALSA: firewire-tascam: support drain callback for MIDI playback substreamTakashi Sakamoto2017-04-141-2/+6
* ALSA: firewire-tascam: move message parameters for async midi portTakashi Sakamoto2017-04-143-21/+19
* ALSA: firewire-tascam: initialize parameters at open of rawmidi character dev...Takashi Sakamoto2017-04-143-14/+7
* ALSA: firewire-tascam: use fixed-length array for message cache to async midi...Takashi Sakamoto2017-04-142-17/+2
* ALSA: firewire-tascam: use the same address for asynchronous transaction for ...Takashi Sakamoto2017-04-142-7/+5
* ALSA: firewire-tascam: send fixed-length transaction for async midi portTakashi Sakamoto2017-04-142-17/+8