summaryrefslogtreecommitdiffstats
path: root/sound/firewire
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire: fix a memory leak bugWenwen Wang2019-08-081-1/+1
* ALSA: firewire-lib: code refactoring for local variablesTakashi Sakamoto2019-07-081-6/+8
* ALSA: firewire-lib: code refactoring for post operation to data block counterTakashi Sakamoto2019-07-081-10/+10
* ALSA: firewire-lib: code refactoring for error path of parser for CIP headerTakashi Sakamoto2019-07-081-9/+2
* ALSA: firewire-lib: fix different data block counter between probed event and...Takashi Sakamoto2019-07-081-3/+3
* ALSA: firewire-lib: fix initial value of data block count for IR context with...Takashi Sakamoto2019-07-081-2/+4
* ALSA: firewire-lib/fireface: fix initial value of data block counter for IR c...Takashi Sakamoto2019-07-081-1/+5
* ALSA: firewire-lib: fix invalid length of rx packet payload for tracepoint ev...Takashi Sakamoto2019-07-081-5/+7
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0894-160/+94
|\
| * Merge tag 'sound-5.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-06-142-4/+1
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-0587-160/+87
| * | Merge tag 'sound-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-05-301-5/+5
| |\ \
| * | | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-217-0/+7
* | | | firewire-motu: fix wrong reference count for stream functionality at error pa...Takashi Sakamoto2019-07-071-0/+2
* | | | ALSA: firewire-digi00x: fix wrong reference count for stream functionality at...Takashi Sakamoto2019-07-071-0/+2
* | | | ALSA: dice: fix wrong reference count for stream functionality at error path ...Takashi Sakamoto2019-07-071-0/+2
* | | | ALSA: oxfw: fix wrong reference count for stream functionality at error path ...Takashi Sakamoto2019-07-071-0/+2
* | | | ALSA: fireworks: fix wrong reference count for stream functionality at error ...Takashi Sakamoto2019-07-071-0/+2
* | | | ALSA: bebob: fix wrong reference count for stream functionality at error path...Takashi Sakamoto2019-07-071-0/+2
* | | | Merge branch 'for-linus' into for-nextTakashi Iwai2019-07-014-10/+7
|\ \ \ \
| * | | | ALSA: firewire-lib/fireworks: fix miss detection of received MIDI messagesTakashi Sakamoto2019-07-011-1/+1
| | |_|/ | |/| |
| * | | ALSA: oxfw: allow PCM capture for Stanton SCS.1mTakashi Sakamoto2019-06-111-3/+0
| * | | ALSA: firewire-motu: fix destruction of data for isochronous resourcesTakashi Sakamoto2019-06-111-1/+1
| | |/ | |/|
| * | ALSA: fireface: Use ULL suffixes for 64-bit constantsGeert Uytterhoeven2019-05-291-5/+5
| |/
* | ALSA: firewire-lib: fix to process MIDI conformant data channel for AM824 formatTakashi Sakamoto2019-06-281-12/+14
* | ALSA: firewire-lib: cache next data_block_counter after probing tracepoints e...Takashi Sakamoto2019-06-281-22/+26
* | ALSA: firewire-motu: unify common tracepoints for both directionTakashi Sakamoto2019-06-242-58/+20
* | Revert "ALSA: firewire-lib: fix inverted node IDs for amdtp_packet events"Takashi Sakamoto2019-06-241-3/+3
* | ALSA: oxfw: ensure to release isochronous resources in pcm.hw_params callbackTakashi Sakamoto2019-06-211-0/+2
* | ALSA: fireworks: ensure to release isochronous resources in pcm.hw_params cal...Takashi Sakamoto2019-06-211-0/+3
* | ALSA: bebob: ensure to release isochronous resources in pcm.hw_params callbackTakashi Sakamoto2019-06-211-0/+3
* | ALSA: dice: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-214-9/+2
* | ALSA: firewire-digi00x: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-214-12/+5
* | ALSA: firewire-motu: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-214-12/+5
* | ALSA: fireface: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-213-11/+5
* | ALSA: firewire-tascam: unify stop and release method for duplex streamsTakashi Sakamoto2019-06-213-11/+5
* | ALSA: firewire-motu: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto2019-06-181-47/+7
* | ALSA: firewire-motu: update isochronous resources when starting packet stream...Takashi Sakamoto2019-06-181-0/+11
* | ALSA: firewire-motu: reserve/release isochronous resources in pcm.hw_params/h...Takashi Sakamoto2019-06-184-56/+84
* | ALSA: firewire-motu: code refactoring to finish streaming sessionTakashi Sakamoto2019-06-181-11/+6
* | ALSA: firewire-motu: minor code refactoring to stop isochronous contextTakashi Sakamoto2019-06-181-17/+4
* | ALSA: firewire-motu: rename helper functions to begin/finish streaming sessionTakashi Sakamoto2019-06-181-5/+5
* | ALSA: firewire-motu: code refactoring for condition to stop streamingTakashi Sakamoto2019-06-181-10/+4
* | ALSA: firewire-motu: add helper function to keep isochronous resourcesTakashi Sakamoto2019-06-181-25/+32
* | ALSA: firewire-motu: unify midi callback functionTakashi Sakamoto2019-06-181-43/+6
* | ALSA: firewire-motu: unify the count of subscriber for packet streamingTakashi Sakamoto2019-06-184-21/+15
* | ALSA: firewire-lib: split allocation of isochronous resources from establishm...Takashi Sakamoto2019-06-175-51/+100
* | ALSA: fireworks: change the range of critical section for stream data in PCM....Takashi Sakamoto2019-06-171-4/+5
* | ALSA: bebob: code refactoring for error path to start duplex streamTakashi Sakamoto2019-06-171-2/+0
* | ALSA: bebob: change the range of critical section for stream data in PCM.hw_f...Takashi Sakamoto2019-06-171-4/+5