aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-12ALSA: oxfw: expand stop procedure for packet streamingTakashi Sakamoto1-33/+35
2019-06-12ALSA: oxfw: break packet streaming at bus-reset handlerTakashi Sakamoto1-10/+3
2019-06-12ALSA: oxfw: start duplex streams if supportedTakashi Sakamoto1-53/+49
2019-06-12ALSA: oxfw: set packet parameter according to current configurationTakashi Sakamoto1-24/+24
2019-06-12ALSA: oxfw: code refactoring for stop condition of packet streamingTakashi Sakamoto1-5/+2
2019-06-12ALSA: fireworks: don't set XRUN in stop streamingTakashi Sakamoto1-1/+0
2019-06-12ALSA: fireworks: configure stream parameters in pcm.hw_params callbackTakashi Sakamoto1-33/+49
2019-06-12ALSA: fireworks: configure sampling transfer frequency in pcm.hw_params callbackTakashi Sakamoto4-32/+57
2019-06-12ALSA: fireworks: code refactoring for pcm.hw_params/hw_freeTakashi Sakamoto1-39/+6
2019-06-12ALSA: fireworks: code refactoring for rawmidi.open/closeTakashi Sakamoto1-39/+6
2019-06-12ALSA: fireworks: unify substream counterTakashi Sakamoto4-27/+19
2019-06-12ALSA: bebob: code refactoring to initialize/destroy stream dataTakashi Sakamoto1-60/+61
2019-06-12ALSA: bebob: obsolete useless member of private structureTakashi Sakamoto2-9/+0
2019-06-12ALSA: bebob: don't set XRUN in stop streamingTakashi Sakamoto1-3/+0
2019-06-12ALSA: bebob: configure sampling transfer frequency in pcm.hw_params callbackTakashi Sakamoto4-123/+136
2019-06-11ALSA: dice: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto1-47/+7
2019-06-11ALSA: dice: update isochronous resources when starting packet streaming after bus-resetTakashi Sakamoto1-0/+10
2019-06-11ALSA: dice: reserve/release isochronous resources in pcm.hw_params/hw_free callbacksTakashi Sakamoto4-115/+143
2019-06-11ALSA: dice: code refactoring to keep isochronous resourcesTakashi Sakamoto1-59/+74
2019-06-11ALSA: dice: code refactoring to stop packet streamingTakashi Sakamoto1-13/+14
2019-06-11ALSA: firewire-digi00x: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto1-48/+7
2019-06-11ALSA: firewire-digi00x: update isochronous resources when starting packet streaming after bus-resetTakashi Sakamoto1-0/+11
2019-06-11ALSA: firewire-digi00x: reserve/release isochronous resources in pcm.hw_params/hw_free callbacksTakashi Sakamoto4-51/+73
2019-06-11ALSA: firewire-digi00x: code refactoring to keep isochronous resourcesTakashi Sakamoto1-24/+18
2019-06-11ALSA: firewire-digi00x: simplify error path to begin streaming sessionTakashi Sakamoto1-6/+3
2019-06-11ALSA: firewire-digi00x: code refactoring to finish streaming sessionTakashi Sakamoto1-13/+9
2019-06-11ALSA: firewire-digi00x: refactoring to move timing of registration for isochronous channelTakashi Sakamoto1-22/+19
2019-06-11ALSA: oxfw: allow PCM capture for Stanton SCS.1mTakashi Sakamoto1-3/+0
2019-06-11ALSA: fireface: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto1-48/+7
2019-06-11ALSA: fireface: minor code refactoring to finish streaming sessionTakashi Sakamoto1-17/+6
2019-06-11ALSA: fireface: update isochronous resources when starting packet streaming after bus-resetTakashi Sakamoto3-14/+36
2019-06-11ALSA: fireface: reserve/release isochronous resources in pcm.hw_params/hw_free callbacksTakashi Sakamoto3-30/+57
2019-06-11ALSA: fireface: support allocate_resources operation in latter protocolTakashi Sakamoto1-57/+56
2019-06-11ALSA: fireface: support allocate_resources operation in ff400 protocolTakashi Sakamoto1-20/+16
2019-06-11ALSA: fireface: support allocate_resources operation in ff800 protocolTakashi Sakamoto1-24/+22
2019-06-11ALSA: fireface: add protocol-specific operation to allocate isochronous resourcesTakashi Sakamoto2-0/+5
2019-06-11ALSA: firewire-tascam: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto1-48/+7
2019-06-11ALSA: firewire-tascam: minor code refactoring to finish streaming sessionTakashi Sakamoto1-16/+5
2019-06-11ALSA: firewire-tascam: update isochronous resources when starting packet streaming after bus resetTakashi Sakamoto1-1/+12
2019-06-11ALSA: firewire-tascam: reserve/release isochronous resources in pcm.hw_params/hw_free callbacksTakashi Sakamoto3-37/+66
2019-06-11ALSA: firewire-tascam: code refactoring for release of isochronous resourcesTakashi Sakamoto1-10/+8
2019-06-11ALSA: firewire-tascam: code refactoring for reservation of isochronous resourcesTakashi Sakamoto1-22/+16
2019-06-11ALSA: firewire-tascam: code refactoring for registration of isochronous channelsTakashi Sakamoto1-44/+40
2019-06-11ALSA: firewire-motu: fix destruction of data for isochronous resourcesTakashi Sakamoto1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner87-160/+87
2019-05-30Merge tag 'sound-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-5/+5
2019-05-29ALSA: fireface: Use ULL suffixes for 64-bit constantsGeert Uytterhoeven1-5/+5
2019-05-24ALSA: firewire-lib: refactoring to obsolete IR packet handlerTakashi Sakamoto1-37/+39
2019-05-24ALSA: firewire-lib: refactoring to obsolete IT packet handlerTakashi Sakamoto1-31/+31
2019-05-24ALSA: firewire-lib: fix inverted node IDs for amdtp_packet eventsTakashi Sakamoto1-3/+3