summaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireworks
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire: Use *-y instead of *-objs in MakefileTakashi Iwai11 days1-1/+1
* ALSA: firewire: Fix -Wformat-truncation warning for MIDI stream namesTakashi Iwai2023-09-151-2/+2
* ALSA: firewire: Fix -Wformat-truncation warning for longname stringTakashi Iwai2023-09-151-5/+5
* ALSA: firewire: use 'GPL' string for module license contributed by Takashi Sa...Takashi Sakamoto2023-06-121-1/+1
* ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai2022-09-271-2/+2
* ALSA: fireworks: fix wrong return count shorter than expected by 4 bytesTakashi Sakamoto2022-04-251-0/+1
* ALSA: fireworks: add support for Loud Onyx 1200f quirkTakashi Sakamoto2021-11-111-2/+3
* ALSA: fireworks: fulfil device entriesTakashi Sakamoto2021-06-122-8/+15
* ALSA: fireworks: cease from delayed card registrationTakashi Sakamoto2021-06-072-77/+33
* ALSA: fireworks: perform sequence replay for media clock recoveryTakashi Sakamoto2021-06-011-3/+15
* ALSA: fireworks: delete SYTMATCH clock sourceTakashi Sakamoto2021-06-011-1/+1
* ALSA: firewire-lib: transfer rx packets on-the-fly when replayingTakashi Sakamoto2021-05-281-1/+1
* ALSA: firewire-lib: add replay target to cache sequence of packetTakashi Sakamoto2021-05-281-1/+1
* ALSA: firewire-lib: change waking up timing to process packetsTakashi Sakamoto2021-05-201-6/+2
* ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches2021-01-081-1/+1
* ALSA: firewire: Clean up a locking issue in copy_resp_to_buf()Dan Carpenter2020-11-131-2/+2
* ALSA: fireworks: use semicolons rather than commas to separate statementsJulia Lawall2020-10-121-1/+1
* ALSA: fireworks: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-05-081-1/+1
* ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of stringTakashi Sakamoto2020-03-061-1/+1
* ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-2/+0
* ALSA: firewire: Use managed buffer allocationTakashi Iwai2019-12-111-8/+3
* ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-5/+4
* ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto2019-10-191-1/+1
* ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto2019-10-191-2/+2
* ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Takashi Sakamoto2019-10-191-2/+4
* ALSA: fireworks: share PCM buffer size for both directionTakashi Sakamoto2019-10-184-5/+17
* ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto2019-10-181-1/+1
* ALSA: fireworks: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto2019-10-171-11/+28
* ALSA: fireworks: register the size of PCM period to AMDTP domainTakashi Sakamoto2019-10-174-4/+16
* ALSA: fireworks: support AMDTP domainTakashi Sakamoto2019-08-052-43/+51
* 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: obsolete ctx_data.tx.first_dbc with CIP_UNALIGHED_DBC flagTakashi Sakamoto2019-07-221-1/+1
* Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2019-07-0810-18/+10
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-059-18/+9
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* | ALSA: fireworks: fix wrong reference count for stream functionality at error ...Takashi Sakamoto2019-07-071-0/+2
* | ALSA: fireworks: ensure to release isochronous resources in pcm.hw_params cal...Takashi Sakamoto2019-06-211-0/+3
* | ALSA: firewire-lib: split allocation of isochronous resources from establishm...Takashi Sakamoto2019-06-171-5/+17
* | ALSA: fireworks: change the range of critical section for stream data in PCM....Takashi Sakamoto2019-06-171-4/+5
* | ALSA: fireworks: don't set XRUN in stop streamingTakashi Sakamoto2019-06-121-1/+0
* | ALSA: fireworks: configure stream parameters in pcm.hw_params callbackTakashi Sakamoto2019-06-121-33/+49
* | ALSA: fireworks: configure sampling transfer frequency in pcm.hw_params callbackTakashi Sakamoto2019-06-124-32/+57
* | ALSA: fireworks: code refactoring for pcm.hw_params/hw_freeTakashi Sakamoto2019-06-121-39/+6
* | ALSA: fireworks: code refactoring for rawmidi.open/closeTakashi Sakamoto2019-06-121-39/+6
* | ALSA: fireworks: unify substream counterTakashi Sakamoto2019-06-124-27/+19
* | ALSA: firewire-lib: use union for directional parametersTakashi Sakamoto2019-05-221-2/+2
|/
* ALSA: firewire: Remove superfluous snd_info_register() callsTakashi Iwai2019-02-061-10/+2
* ALSA: firewire: simplify cleanup process when failing to register sound cardTakashi Sakamoto2018-10-101-21/+7
* ALSA: bebob/fireworks: simplify handling of local device entry tableTakashi Sakamoto2018-10-101-14/+7