summaryrefslogtreecommitdiffstats
path: root/sound/firewire/dice
AgeCommit message (Expand)AuthorLines
2026-02-28ALSA: firewire: dice: Fix printf warning with W=1Takashi Iwai-1/+1
2025-12-01Merge branch 'for-linus' into for-nextTakashi Iwai-2/+2
2025-11-29ALSA: dice: fix buffer overflow in detect_stream_formats()Junrui Luo-2/+2
2025-10-18ALSA: dice: add support for TASCAM IF-FW/DM MkIITakashi Sakamoto-1/+58
2025-08-30ALSA: firewire: dice: Use guard() for spin locksTakashi Iwai-54/+21
2025-08-30ALSA: firewire: dice: Use guard() for mutex locksTakashi Iwai-70/+54
2025-07-11ALSA: firewire: dice: Use safer strscpy() instead of strcpy()Takashi Iwai-7/+7
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-08-10ALSA: dice: add stream format parameters for Weiss devicesTakashi Sakamoto-1/+169
2023-06-12ALSA: firewire: use 'GPL' string for module license contributed by Clemens La...Takashi Sakamoto-1/+1
2022-12-13Merge tag 'sound-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-1/+35
2022-12-01ALSA: dice: Remove left-over license textTakashi Sakamoto-2/+0
2022-11-30ALSA: dice: add support for Focusrite Saffire Pro 40 with TCD3070 ASICTakashi Sakamoto-1/+37
2022-11-30ALSA: dice: fix regression for Lexicon I-ONIX FW810STakashi Sakamoto-5/+7
2022-09-27ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai-2/+2
2022-09-27ALSA: firewire: Remove some left-over license text in sound/firewireChristophe JAILLET-4/+0
2021-06-07ALSA: dice: cease from delayed card registrationTakashi Sakamoto-94/+48
2021-06-01ALSA: dice: perform sequence replay for media clock recoveryTakashi Sakamoto-1/+5
2021-06-01ALSA: dice: wait just for NOTIFY_CLOCK_ACCEPTED after GLOBAL_CLOCK_SELECT ope...Takashi Sakamoto-23/+8
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-11/+4
2021-05-18ALSA: dice: fix stream format for TC Electronic Konnekt Live at high sampling...Takashi Sakamoto-2/+2
2021-05-18ALSA: dice: disable double_pcm_frames mode for M-Audio Profire 610, 2626 and ...Takashi Sakamoto-4/+29
2021-05-14ALSA: dice: fix stream format at middle sampling rate for Alesis iO 26Takashi Sakamoto-1/+1
2021-03-12ALSA: dice: fix null pointer dereference when node is disconnectedTakashi Sakamoto-3/+2
2021-01-15ALSA: dice: add support for Lexicon I-ONIX FW810sTakashi Sakamoto-1/+41
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-1/+1
2020-01-20Merge branch 'for-linus' into for-nextTakashi Iwai-1/+4
2020-01-13ALSA: dice: add support for Alesis MasterControlTakashi Sakamoto-0/+33
2020-01-13ALSA: dice: loosen stream format check for MIDI conformant data channelTakashi Sakamoto-6/+3
2020-01-13ALSA: dice: fix fallback from protocol extension into limited functionalityTakashi Sakamoto-1/+4
2019-12-11ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai-2/+0
2019-12-11ALSA: firewire: Use managed buffer allocationTakashi Iwai-9/+4
2019-11-06ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai-5/+6
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: dice: share PCM buffer size for both directionTakashi Sakamoto-7/+23
2019-10-18ALSA: firewire-lib: use variable size of queue for isoc packets instead of fi...Takashi Sakamoto-1/+1
2019-10-17ALSA: dice: use the same size of period for PCM substream in AMDTP streamsTakashi Sakamoto-12/+31
2019-10-17ALSA: dice: register the size of PCM period to AMDTP domainTakashi Sakamoto-4/+16
2019-09-16ALSA: dice: fix wrong packet parameter for Alesis iO26Takashi Sakamoto-1/+1
2019-08-29ALSA: dice: fix error path for initialization of stream structuresTakashi Sakamoto-1/+1
2019-08-05ALSA: dice: support AMDTP domainTakashi Sakamoto-7/+27
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai-15/+9
2019-07-07ALSA: dice: fix wrong reference count for stream functionality at error path ...Takashi Sakamoto-0/+2
2019-06-21ALSA: dice: unify stop and release method for duplex streamsTakashi Sakamoto-9/+2