summaryrefslogtreecommitdiffstats
path: root/sound/firewire/digi00x
AgeCommit message (Expand)AuthorLines
2025-08-30ALSA: firewire: digi00x: Use guard() for spin locksTakashi Iwai-55/+21
2025-08-30ALSA: firewire: digi00x: Use guard() for mutex locksTakashi Iwai-60/+44
2025-07-11ALSA: firewire: digi00x: 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-7/+7
2023-06-26Merge branch 'for-next' into for-linusTakashi Iwai-1/+1
2023-06-12ALSA: firewire: use 'GPL' string for module license contributed by Takashi Sa...Takashi Sakamoto-1/+1
2023-05-12ALSA: firewire-digi00x: prevent potential use after freeDan Carpenter-1/+3
2023-01-12ALSA: firewire-lib: obsolete return value from context payload processing layerTakashi Sakamoto-12/+4
2023-01-12ALSA: firewire-lib: move parameter for pcm frame multiplier from context payl...Takashi Sakamoto-1/+1
2023-01-09ALSA: firewire-lib: use circular linked list for context payload processing l...Takashi Sakamoto-8/+10
2022-09-27ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai-2/+2
2021-06-07ALSA: firewire-digi00x: cease from delayed card registrationTakashi Sakamoto-75/+29
2021-06-01ALSA: firewire-digi00x: perform sequence replay for media clock recoveryTakashi Sakamoto-8/+9
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-5/+2
2021-05-18ALSA: firewire-lib/motu: use int type for the value of bitwise OR with enumer...Takashi Sakamoto-1/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-1/+1
2020-08-23ALSA: firewire-digi00x: exclude Avid Adrenaline from detectionTakashi Sakamoto-0/+5
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/+2
2019-10-18ALSA: firewire-digi00x: 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: firewire-digi00x: use the same size of period for PCM substream in AMDT...Takashi Sakamoto-7/+28
2019-10-17ALSA: firewire-digi00x: register the size of PCM period to AMDTP domainTakashi Sakamoto-4/+16
2019-08-05ALSA: firewire-digi00x: support AMDTP domainTakashi Sakamoto-24/+33
2019-08-05ALSA: firewire-digi00x: code refactoring for initialization/destruction of AM...Takashi Sakamoto-23/+42
2019-07-22ALSA: firewire-lib: process payload of isoc context according to packet descr...Takashi Sakamoto-26/+40
2019-07-22ALSA: firewire-digi00x: code refactoring for DOT data block processing layerTakashi Sakamoto-17/+28
2019-07-22ALSA: firewire-lib: pass packet descriptor to data block processing layerTakashi Sakamoto-15/+12
2019-07-22ALSA: firewire-lib: pass no syt information to data block processing layerTakashi Sakamoto-4/+4
2019-07-22ALSA: firewire-lib: pass data block counter to data block processing layerTakashi Sakamoto-9/+7
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: firewire-digi00x: fix wrong reference count for stream functionality at...Takashi Sakamoto-0/+2
2019-06-21ALSA: firewire-digi00x: unify stop and release method for duplex streamsTakashi Sakamoto-12/+5
2019-06-11ALSA: firewire-digi00x: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto-48/+7
2019-06-11ALSA: firewire-digi00x: update isochronous resources when starting packet str...Takashi Sakamoto-0/+11
2019-06-11ALSA: firewire-digi00x: reserve/release isochronous resources in pcm.hw_param...Takashi Sakamoto-51/+73
2019-06-11ALSA: firewire-digi00x: code refactoring to keep isochronous resourcesTakashi Sakamoto-24/+18
2019-06-11ALSA: firewire-digi00x: simplify error path to begin streaming sessionTakashi Sakamoto-6/+3
2019-06-11ALSA: firewire-digi00x: code refactoring to finish streaming sessionTakashi Sakamoto-13/+9
2019-06-11ALSA: firewire-digi00x: refactoring to move timing of registration for isochr...Takashi Sakamoto-22/+19
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner-18/+9