aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-04ALSA: bebob: fix to detect configured source of sampling clock for Focusrite Saffire Pro i/o seriesTakashi Sakamoto1-0/+3
2019-10-26ALSA: bebob: Fix prototype of helper function to return negative valueTakashi Sakamoto1-2/+1
2019-09-16ALSA: dice: fix wrong packet parameter for Alesis iO26Takashi Sakamoto1-1/+1
2019-09-14Merge branch 'for-next' into for-linusTakashi Iwai26-721/+1169
2019-09-10ALSA: firewire-tascam: check intermediate state of clock status and retryTakashi Sakamoto1-14/+28
2019-09-10ALSA: firewire-tascam: handle error code when getting current source of clockTakashi Sakamoto1-0/+3
2019-09-10Merge tag 'asoc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-1/+1
2019-09-07ALSA: firewire-lib: remove WARN_ON() at destruction of AMDTP domainTakashi Sakamoto1-1/+2
2019-09-06ALSA: firewire-tascam: add note for FE-8Takashi Sakamoto2-1/+23
2019-08-30ALSA: firewire-motu: add support for MOTU 4preTakashi Sakamoto1-0/+12
2019-08-29ALSA: firewire-lib: fix isoc cycle count to which rx packet is scheduledTakashi Sakamoto1-1/+1
2019-08-29ALSA: dice: fix error path for initialization of stream structuresTakashi Sakamoto1-1/+1
2019-08-26ALSA: oxfw: fix to handle correct stream for PCM playbackTakashi Sakamoto1-1/+1
2019-08-26ALSA: oxfw: fix NULL pointer dereference to unused stream structureTakashi Sakamoto1-2/+7
2019-08-22Merge branch 'topic/usb-validation' into for-nextTakashi Iwai1-1/+1
2019-08-08ALSA: firewire: fix a memory leak bugWenwen Wang1-1/+1
2019-08-05ALSA: firewire-lib: localize kernel APIs to start/stop each AMDTP streamTakashi Sakamoto2-6/+2
2019-08-05ALSA: fireface: support AMDTP domainTakashi Sakamoto2-24/+35
2019-08-05ALSA: firewire-motu: support AMDTP domainTakashi Sakamoto2-43/+42
2019-08-05ALSA: firewire-tascam: support AMDTP domainTakashi Sakamoto2-22/+34
2019-08-05ALSA: firewire-digi00x: support AMDTP domainTakashi Sakamoto2-24/+33
2019-08-05ALSA: dice: support AMDTP domainTakashi Sakamoto2-7/+27
2019-08-05ALSA: oxfw: support AMDTP domainTakashi Sakamoto2-29/+45
2019-08-05ALSA: fireworks: support AMDTP domainTakashi Sakamoto2-43/+51
2019-08-05ALSA: bebob: support AMDTP domainTakashi Sakamoto2-35/+29
2019-08-05ALSA: fireface: code refactoring for initialization/destruction of AMDTP streamTakashi Sakamoto1-20/+19
2019-08-05ALSA: firewire-motu: code refactoring for initialization/destruction of AMDTP streamTakashi Sakamoto1-29/+19
2019-08-05ALSA: firewire-tascam: code refactoring for initialization/destruction of AMDTP streamTakashi Sakamoto1-27/+44
2019-08-05ALSA: firewire-digi00x: code refactoring for initialization/destruction of AMDTP streamTakashi Sakamoto1-23/+42
2019-08-05ALSA: fireworks: code refactoring for bus reset handlerTakashi Sakamoto1-8/+5
2019-08-05ALSA: fireworks: code refactoring for initialization/destruction of AMDTP streamsTakashi Sakamoto1-41/+36
2019-08-05ALSA: firewire-lib: add a kernel API to start AMDTP streams in AMDTP domainTakashi Sakamoto2-0/+25
2019-08-05ALSA: firewire-lib: add a kernel API to add AMDTP stream into AMDTP domainTakashi Sakamoto2-0/+31
2019-08-05ALSA: firewire-lib: add a kernel API to stop a couple of AMDTP streams in AMDTP domainTakashi Sakamoto2-0/+21
2019-08-05ALSA: firewire-lib: add AMDTP domain structure to handle several isoc contextsTakashi Sakamoto2-0/+29
2019-07-22ALSA: firewire-motu: more code refactoring for MOTU data block processing layerTakashi Sakamoto1-14/+36
2019-07-22ALSA: firewire-lib: process payload of isoc context according to packet descriptorsTakashi Sakamoto7-148/+212
2019-07-22ALSA: fireface: code refactoring for FF data block processing layerTakashi Sakamoto1-21/+28
2019-07-22ALSA: firewire-motu: code refactoring for MOTU data block processing layerTakashi Sakamoto1-24/+33
2019-07-22ALSA: firewire-tascam: code refactoring for TASCAM data block processing layerTakashi Sakamoto1-23/+32
2019-07-22ALSA: firewire-digi00x: code refactoring for DOT data block processing layerTakashi Sakamoto1-17/+28
2019-07-22ALSA: firewire-lib: code refactoring for AM824 data block processing layerTakashi Sakamoto1-21/+30
2019-07-22ALSA: firewire-lib: pass packet descriptor to data block processing layerTakashi Sakamoto7-88/+97
2019-07-22ALSA: firewire-lib: code refactoring to process context payloadsTakashi Sakamoto1-25/+22
2019-07-22ALSA: firewire-lib: code refactoring to process PCM substreamTakashi Sakamoto1-20/+25
2019-07-22ALSA: firewire-lib: use packet descriptor for IR contextTakashi Sakamoto1-33/+63
2019-07-22ALSA: firewire-lib: use packet descriptor for IT contextTakashi Sakamoto1-24/+44
2019-07-22ALSA: firewire-lib: add list of packet descriptorTakashi Sakamoto2-3/+21
2019-07-22ALSA: firewire-lib: pass no syt information to data block processing layerTakashi Sakamoto7-31/+23
2019-07-22ALSA: firewire-lib: add syt_override member for some protocolsTakashi Sakamoto4-3/+20