summaryrefslogtreecommitdiffstats
path: root/sound/firewire (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ALSA: firewire-motu: use the same size of period for PCM substream in AMDTP s...Takashi Sakamoto2019-10-171-8/+21
* | ALSA: firewire-tascam: use the same size of period for PCM substream in AMDTP...Takashi Sakamoto2019-10-171-8/+26
* | ALSA: firewire-digi00x: use the same size of period for PCM substream in AMDT...Takashi Sakamoto2019-10-171-7/+28
* | ALSA: dice: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-12/+31
* | ALSA: oxfw: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-11/+28
* | ALSA: fireworks: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-11/+28
* | ALSA: bebob: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-12/+27
* | ALSA: fireface: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-173-3/+14
* | ALSA: firewire-motu: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-4/+16
* | ALSA: firewire-tascam: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-173-3/+15
* | ALSA: firewire-digi00x: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-4/+16
* | ALSA: dice: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-4/+16
* | ALSA: oxfw: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-6/+19
* | ALSA: fireworks: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-4/+16
* | ALSA: bebob: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-4/+16
* | ALSA: firewire-lib: add a member into AMDTP domain for events per periodTakashi Sakamoto2019-10-172-0/+14
* | sound: Fix Kconfig indentationKrzysztof Kozlowski2019-10-071-3/+3
|/
* ALSA: dice: fix wrong packet parameter for Alesis iO26Takashi Sakamoto2019-09-161-1/+1
* Merge branch 'for-next' into for-linusTakashi Iwai2019-09-1426-721/+1169
|\
| * Merge tag 'asoc-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/brooni...Takashi Iwai2019-09-101-1/+1
| |\
| * | ALSA: firewire-lib: remove WARN_ON() at destruction of AMDTP domainTakashi Sakamoto2019-09-071-1/+2
| * | ALSA: firewire-tascam: add note for FE-8Takashi Sakamoto2019-09-062-1/+23
| * | ALSA: firewire-motu: add support for MOTU 4preTakashi Sakamoto2019-08-301-0/+12
| * | ALSA: firewire-lib: fix isoc cycle count to which rx packet is scheduledTakashi Sakamoto2019-08-291-1/+1
| * | ALSA: dice: fix error path for initialization of stream structuresTakashi Sakamoto2019-08-291-1/+1
| * | ALSA: oxfw: fix NULL pointer dereference to unused stream structureTakashi Sakamoto2019-08-261-2/+7
| * | Merge branch 'topic/usb-validation' into for-nextTakashi Iwai2019-08-221-1/+1
| |\ \
| * | | ALSA: firewire-lib: localize kernel APIs to start/stop each AMDTP streamTakashi Sakamoto2019-08-052-6/+2
| * | | ALSA: fireface: support AMDTP domainTakashi Sakamoto2019-08-052-24/+35
| * | | ALSA: firewire-motu: support AMDTP domainTakashi Sakamoto2019-08-052-43/+42
| * | | ALSA: firewire-tascam: support AMDTP domainTakashi Sakamoto2019-08-052-22/+34
| * | | ALSA: firewire-digi00x: support AMDTP domainTakashi Sakamoto2019-08-052-24/+33
| * | | ALSA: dice: support AMDTP domainTakashi Sakamoto2019-08-052-7/+27
| * | | ALSA: oxfw: support AMDTP domainTakashi Sakamoto2019-08-052-29/+45
| * | | ALSA: fireworks: support AMDTP domainTakashi Sakamoto2019-08-052-43/+51
| * | | ALSA: bebob: support AMDTP domainTakashi Sakamoto2019-08-052-35/+29
| * | | ALSA: fireface: code refactoring for initialization/destruction of AMDTP streamTakashi Sakamoto2019-08-051-20/+19
| * | | ALSA: firewire-motu: code refactoring for initialization/destruction of AMDTP...Takashi Sakamoto2019-08-051-29/+19
| * | | ALSA: firewire-tascam: code refactoring for initialization/destruction of AMD...Takashi Sakamoto2019-08-051-27/+44
| * | | ALSA: firewire-digi00x: code refactoring for initialization/destruction of AM...Takashi Sakamoto2019-08-051-23/+42
| * | | ALSA: fireworks: code refactoring for bus reset handlerTakashi Sakamoto2019-08-051-8/+5
| * | | ALSA: fireworks: code refactoring for initialization/destruction of AMDTP str...Takashi Sakamoto2019-08-051-41/+36
| * | | ALSA: firewire-lib: add a kernel API to start AMDTP streams in AMDTP domainTakashi Sakamoto2019-08-052-0/+25
| * | | ALSA: firewire-lib: add a kernel API to add AMDTP stream into AMDTP domainTakashi Sakamoto2019-08-052-0/+31
| * | | ALSA: firewire-lib: add a kernel API to stop a couple of AMDTP streams in AMD...Takashi Sakamoto2019-08-052-0/+21
| * | | ALSA: firewire-lib: add AMDTP domain structure to handle several isoc contextsTakashi Sakamoto2019-08-052-0/+29
| * | | ALSA: firewire-motu: more code refactoring for MOTU data block processing layerTakashi Sakamoto2019-07-221-14/+36
| * | | ALSA: firewire-lib: process payload of isoc context according to packet descr...Takashi Sakamoto2019-07-227-148/+212
| * | | ALSA: fireface: code refactoring for FF data block processing layerTakashi Sakamoto2019-07-221-21/+28
| * | | ALSA: firewire-motu: code refactoring for MOTU data block processing layerTakashi Sakamoto2019-07-221-24/+33