summaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireworks
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-08-30ALSA: firewire: fireworks: Use guard() for spin locksTakashi Iwai-85/+42
2025-08-30ALSA: firewire: fireworks: Use guard() for mutex locksTakashi Iwai-78/+61
2025-07-11ALSA: firewire: fireworks: Use safer strscpy() instead of strcpy()Takashi Iwai-4/+4
2024-09-04ALSA: firewire: use nonatomic PCM operationTakashi Sakamoto-0/+1
2024-05-08ALSA: firewire: Use *-y instead of *-objs in MakefileTakashi Iwai-1/+1
2023-09-15ALSA: firewire: Fix -Wformat-truncation warning for MIDI stream namesTakashi Iwai-2/+2
2023-09-15ALSA: firewire: Fix -Wformat-truncation warning for longname stringTakashi Iwai-5/+5
2023-06-12ALSA: firewire: use 'GPL' string for module license contributed by Takashi Sa...Takashi Sakamoto-1/+1
2022-09-27ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai-2/+2
2022-04-25ALSA: fireworks: fix wrong return count shorter than expected by 4 bytesTakashi Sakamoto-0/+1
2021-11-11ALSA: fireworks: add support for Loud Onyx 1200f quirkTakashi Sakamoto-2/+3
2021-06-12ALSA: fireworks: fulfil device entriesTakashi Sakamoto-8/+15
2021-06-07ALSA: fireworks: cease from delayed card registrationTakashi Sakamoto-77/+33
2021-06-01ALSA: fireworks: perform sequence replay for media clock recoveryTakashi Sakamoto-3/+15
2021-06-01ALSA: fireworks: delete SYTMATCH clock sourceTakashi Sakamoto-1/+1
2021-05-28ALSA: firewire-lib: transfer rx packets on-the-fly when replayingTakashi Sakamoto-1/+1
2021-05-28ALSA: firewire-lib: add replay target to cache sequence of packetTakashi Sakamoto-1/+1
2021-05-20ALSA: firewire-lib: change waking up timing to process packetsTakashi Sakamoto-6/+2
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-1/+1
2020-11-13ALSA: firewire: Clean up a locking issue in copy_resp_to_buf()Dan Carpenter-2/+2
2020-10-12ALSA: fireworks: use semicolons rather than commas to separate statementsJulia Lawall-1/+1
2020-05-08ALSA: fireworks: Replace zero-length array with flexible-arrayGustavo A. R. Silva-1/+1
2020-03-06ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of stringTakashi Sakamoto-1/+1
2019-12-11ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai-2/+0
2019-12-11ALSA: firewire: Use managed buffer allocationTakashi Iwai-8/+3
2019-11-06ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai-5/+4
2019-10-19ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto-1/+1
2019-10-19ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto-2/+2
2019-10-19ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Takashi Sakamoto-2/+4
2019-10-18ALSA: fireworks: share PCM buffer size for both directionTakashi Sakamoto-5/+17
2019-10-18ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto-1/+1
2019-10-17ALSA: fireworks: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto-11/+28
2019-10-17ALSA: fireworks: register the size of PCM period to AMDTP domainTakashi Sakamoto-4/+16
2019-08-05ALSA: fireworks: support AMDTP domainTakashi Sakamoto-43/+51
2019-08-05ALSA: fireworks: code refactoring for bus reset handlerTakashi Sakamoto-8/+5
2019-08-05ALSA: fireworks: code refactoring for initialization/destruction of AMDTP str...Takashi Sakamoto-41/+36
2019-07-22ALSA: firewire-lib: obsolete ctx_data.tx.first_dbc with CIP_UNALIGHED_DBC flagTakashi Sakamoto-1/+1
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai-18/+10
2019-07-07ALSA: fireworks: fix wrong reference count for stream functionality at error ...Takashi Sakamoto-0/+2
2019-06-21ALSA: fireworks: ensure to release isochronous resources in pcm.hw_params cal...Takashi Sakamoto-0/+3
2019-06-17ALSA: firewire-lib: split allocation of isochronous resources from establishm...Takashi Sakamoto-5/+17
2019-06-17ALSA: fireworks: change the range of critical section for stream data in PCM....Takashi Sakamoto-4/+5
2019-06-12ALSA: fireworks: don't set XRUN in stop streamingTakashi Sakamoto-1/+0
2019-06-12ALSA: fireworks: configure stream parameters in pcm.hw_params callbackTakashi Sakamoto-33/+49
2019-06-12ALSA: fireworks: configure sampling transfer frequency in pcm.hw_params callbackTakashi Sakamoto-32/+57
2019-06-12ALSA: fireworks: code refactoring for pcm.hw_params/hw_freeTakashi Sakamoto-39/+6
2019-06-12ALSA: fireworks: code refactoring for rawmidi.open/closeTakashi Sakamoto-39/+6
2019-06-12ALSA: fireworks: unify substream counterTakashi Sakamoto-27/+19