summaryrefslogtreecommitdiff
path: root/sound/firewire
AgeCommit message (Expand)AuthorFilesLines
2020-09-09ALSA; firewire-tascam: exclude Tascam FE-8 from detectionTakashi Sakamoto1-4/+29
2020-09-09ALSA: firewire-digi00x: exclude Avid Adrenaline from detectionTakashi Sakamoto1-0/+5
2020-06-24ALSA: firewire-lib: fix invalid assignment to union data for directional para...Takashi Sakamoto1-1/+2
2020-06-17ALSA: fireface: fix configuration error for nominal sampling transfer frequencyTakashi Sakamoto1-6/+6
2020-05-20ALSA: firewire-lib: fix 'function sizeof not defined' error of tracepoints fo...Takashi Sakamoto1-2/+1
2020-01-23ALSA: firewire-tascam: fix corruption due to spin lock without restoration in...Takashi Sakamoto1-2/+3
2020-01-23ALSA: dice: fix fallback from protocol extension into limited functionalityTakashi Sakamoto1-1/+4
2020-01-09ALSA: firewire-motu: Correct a typo in the clock proc stringTakashi Iwai1-1/+1
2019-12-31ALSA: bebob: expand sleep just after breaking connections for protocol version 1Takashi Sakamoto1-5/+6
2019-12-17ALSA: oxfw: fix return value in error path of isochronous resources reservationTakashi Sakamoto1-1/+1
2019-12-17ALSA: fireface: fix return value in error path of isochronous resources reser...Takashi Sakamoto1-1/+1
2019-11-04ALSA: bebob: fix to detect configured source of sampling clock for Focusrite ...Takashi Sakamoto1-0/+3
2019-10-26ALSA: bebob: Fix prototype of helper function to return negative valueTakashi Sakamoto1-2/+1
2019-09-17ALSA: 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/brooni...Takashi 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...Takashi Sakamoto1-29/+19
2019-08-05ALSA: firewire-tascam: code refactoring for initialization/destruction of AMD...Takashi Sakamoto1-27/+44
2019-08-05ALSA: firewire-digi00x: code refactoring for initialization/destruction of AM...Takashi 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 str...Takashi 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 AMD...Takashi 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 descr...Takashi 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