aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire/fireworks
AgeCommit message (Expand)AuthorFilesLines
2024-05-08ALSA: firewire: Use *-y instead of *-objs in MakefileGravatar Takashi Iwai 1-1/+1
2023-09-15ALSA: firewire: Fix -Wformat-truncation warning for MIDI stream namesGravatar Takashi Iwai 1-2/+2
2023-09-15ALSA: firewire: Fix -Wformat-truncation warning for longname stringGravatar Takashi Iwai 1-5/+5
2023-06-12ALSA: firewire: use 'GPL' string for module license contributed by Takashi Sa...Gravatar Takashi Sakamoto 1-1/+1
2022-09-27ALSA: firewire: Replace runtime->status->state reference to runtime->stateGravatar Takashi Iwai 1-2/+2
2022-04-25ALSA: fireworks: fix wrong return count shorter than expected by 4 bytesGravatar Takashi Sakamoto 1-0/+1
2021-11-11ALSA: fireworks: add support for Loud Onyx 1200f quirkGravatar Takashi Sakamoto 1-2/+3
2021-06-12ALSA: fireworks: fulfil device entriesGravatar Takashi Sakamoto 2-8/+15
2021-06-07ALSA: fireworks: cease from delayed card registrationGravatar Takashi Sakamoto 2-77/+33
2021-06-01ALSA: fireworks: perform sequence replay for media clock recoveryGravatar Takashi Sakamoto 1-3/+15
2021-06-01ALSA: fireworks: delete SYTMATCH clock sourceGravatar Takashi Sakamoto 1-1/+1
2021-05-28ALSA: firewire-lib: transfer rx packets on-the-fly when replayingGravatar Takashi Sakamoto 1-1/+1
2021-05-28ALSA: firewire-lib: add replay target to cache sequence of packetGravatar Takashi Sakamoto 1-1/+1
2021-05-20ALSA: firewire-lib: change waking up timing to process packetsGravatar Takashi Sakamoto 1-6/+2
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedGravatar Joe Perches 1-1/+1
2020-11-13ALSA: firewire: Clean up a locking issue in copy_resp_to_buf()Gravatar Dan Carpenter 1-2/+2
2020-10-12ALSA: fireworks: use semicolons rather than commas to separate statementsGravatar Julia Lawall 1-1/+1
2020-05-08ALSA: fireworks: Replace zero-length array with flexible-arrayGravatar Gustavo A. R. Silva 1-1/+1
2020-03-06ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of stringGravatar Takashi Sakamoto 1-1/+1
2019-12-11ALSA: firewire: Drop superfluous ioctl PCM opsGravatar Takashi Iwai 1-2/+0
2019-12-11ALSA: firewire: Use managed buffer allocationGravatar Takashi Iwai 1-8/+3
2019-11-06ALSA: firewire: Convert to the common vmalloc memallocGravatar Takashi Iwai 1-5/+4
2019-10-19ALSA: firewire-lib: postpone to start IR contextGravatar Takashi Sakamoto 1-1/+1
2019-10-19ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainGravatar Takashi Sakamoto 1-2/+2
2019-10-19ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP ...Gravatar Takashi Sakamoto 1-2/+4
2019-10-18ALSA: fireworks: share PCM buffer size for both directionGravatar Takashi Sakamoto 4-5/+17
2019-10-18ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Gravatar Takashi Sakamoto 1-1/+1
2019-10-17ALSA: fireworks: use the same size of period for PCM substream in AMDTP streamsGravatar Takashi Sakamoto 1-11/+28
2019-10-17ALSA: fireworks: register the size of PCM period to AMDTP domainGravatar Takashi Sakamoto 4-4/+16
2019-08-05ALSA: fireworks: support AMDTP domainGravatar Takashi Sakamoto 2-43/+51
2019-08-05ALSA: fireworks: code refactoring for bus reset handlerGravatar Takashi Sakamoto 1-8/+5
2019-08-05ALSA: fireworks: code refactoring for initialization/destruction of AMDTP str...Gravatar Takashi Sakamoto 1-41/+36
2019-07-22ALSA: firewire-lib: obsolete ctx_data.tx.first_dbc with CIP_UNALIGHED_DBC flagGravatar Takashi Sakamoto 1-1/+1
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Takashi Iwai 10-18/+10
2019-07-07ALSA: fireworks: fix wrong reference count for stream functionality at error ...Gravatar Takashi Sakamoto 1-0/+2
2019-06-21ALSA: fireworks: ensure to release isochronous resources in pcm.hw_params cal...Gravatar Takashi Sakamoto 1-0/+3
2019-06-17ALSA: firewire-lib: split allocation of isochronous resources from establishm...Gravatar Takashi Sakamoto 1-5/+17
2019-06-17ALSA: fireworks: change the range of critical section for stream data in PCM....Gravatar Takashi Sakamoto 1-4/+5
2019-06-12ALSA: fireworks: don't set XRUN in stop streamingGravatar Takashi Sakamoto 1-1/+0
2019-06-12ALSA: fireworks: configure stream parameters in pcm.hw_params callbackGravatar Takashi Sakamoto 1-33/+49
2019-06-12ALSA: fireworks: configure sampling transfer frequency in pcm.hw_params callbackGravatar Takashi Sakamoto 4-32/+57
2019-06-12ALSA: fireworks: code refactoring for pcm.hw_params/hw_freeGravatar Takashi Sakamoto 1-39/+6
2019-06-12ALSA: fireworks: code refactoring for rawmidi.open/closeGravatar Takashi Sakamoto 1-39/+6
2019-06-12ALSA: fireworks: unify substream counterGravatar Takashi Sakamoto 4-27/+19
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Gravatar Thomas Gleixner 9-18/+9
2019-05-22ALSA: firewire-lib: use union for directional parametersGravatar Takashi Sakamoto 1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-02-06ALSA: firewire: Remove superfluous snd_info_register() callsGravatar Takashi Iwai 1-10/+2
2018-10-10ALSA: firewire: simplify cleanup process when failing to register sound cardGravatar Takashi Sakamoto 1-21/+7
2018-10-10ALSA: bebob/fireworks: simplify handling of local device entry tableGravatar Takashi Sakamoto 1-14/+7