aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire/dice
AgeCommit message (Expand)AuthorFilesLines
2022-09-27ALSA: firewire: Replace runtime->status->state reference to runtime->stateGravatar Takashi Iwai 1-2/+2
2022-09-27ALSA: firewire: Remove some left-over license text in sound/firewireGravatar Christophe JAILLET 2-4/+0
2021-06-07ALSA: dice: cease from delayed card registrationGravatar Takashi Sakamoto 2-94/+48
2021-06-01ALSA: dice: perform sequence replay for media clock recoveryGravatar Takashi Sakamoto 1-1/+5
2021-06-01ALSA: dice: wait just for NOTIFY_CLOCK_ACCEPTED after GLOBAL_CLOCK_SELECT ope...Gravatar Takashi Sakamoto 2-23/+8
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-11/+4
2021-05-18ALSA: dice: fix stream format for TC Electronic Konnekt Live at high sampling...Gravatar Takashi Sakamoto 1-2/+2
2021-05-18ALSA: dice: disable double_pcm_frames mode for M-Audio Profire 610, 2626 and ...Gravatar Takashi Sakamoto 4-4/+29
2021-05-14ALSA: dice: fix stream format at middle sampling rate for Alesis iO 26Gravatar Takashi Sakamoto 1-1/+1
2021-03-12ALSA: dice: fix null pointer dereference when node is disconnectedGravatar Takashi Sakamoto 1-3/+2
2021-01-15ALSA: dice: add support for Lexicon I-ONIX FW810sGravatar Takashi Sakamoto 4-1/+41
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedGravatar Joe Perches 1-1/+1
2020-01-20Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-1/+4
2020-01-13ALSA: dice: add support for Alesis MasterControlGravatar Takashi Sakamoto 3-0/+33
2020-01-13ALSA: dice: loosen stream format check for MIDI conformant data channelGravatar Takashi Sakamoto 1-6/+3
2020-01-13ALSA: dice: fix fallback from protocol extension into limited functionalityGravatar Takashi Sakamoto 1-1/+4
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-9/+4
2019-11-06ALSA: firewire: Convert to the common vmalloc memallocGravatar Takashi Iwai 1-5/+6
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/+2
2019-10-18ALSA: dice: share PCM buffer size for both directionGravatar Takashi Sakamoto 4-7/+23
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: dice: use the same size of period for PCM substream in AMDTP streamsGravatar Takashi Sakamoto 1-12/+31
2019-10-17ALSA: dice: register the size of PCM period to AMDTP domainGravatar Takashi Sakamoto 4-4/+16
2019-09-16ALSA: dice: fix wrong packet parameter for Alesis iO26Gravatar Takashi Sakamoto 1-1/+1
2019-08-29ALSA: dice: fix error path for initialization of stream structuresGravatar Takashi Sakamoto 1-1/+1
2019-08-05ALSA: dice: support AMDTP domainGravatar Takashi Sakamoto 2-7/+27
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Gravatar Takashi Iwai 9-15/+9
2019-07-07ALSA: dice: fix wrong reference count for stream functionality at error path ...Gravatar Takashi Sakamoto 1-0/+2
2019-06-21ALSA: dice: unify stop and release method for duplex streamsGravatar Takashi Sakamoto 4-9/+2
2019-06-13ALSA: dice: fix compiler warning due to returning uninitialized valueGravatar Takashi Sakamoto 1-1/+1
2019-06-11ALSA: dice: code refactoring for pcm.hw_params/hw_free callbacksGravatar Takashi Sakamoto 1-47/+7
2019-06-11ALSA: dice: update isochronous resources when starting packet streaming after...Gravatar Takashi Sakamoto 1-0/+10
2019-06-11ALSA: dice: reserve/release isochronous resources in pcm.hw_params/hw_free ca...Gravatar Takashi Sakamoto 4-115/+143
2019-06-11ALSA: dice: code refactoring to keep isochronous resourcesGravatar Takashi Sakamoto 1-59/+74
2019-06-11ALSA: dice: code refactoring to stop packet streamingGravatar Takashi Sakamoto 1-13/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Gravatar Thomas Gleixner 8-15/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-20ALSA: dice: add stream format parameters for PreSonus FireStudioGravatar Takashi Sakamoto 4-1/+73
2019-02-06ALSA: firewire: Remove superfluous snd_info_register() callsGravatar Takashi Iwai 1-10/+2
2019-01-28ALSA: dice: add support for Solid State Logic Duende Classic/MiniGravatar Takashi Sakamoto 1-1/+11
2018-10-27ALSA: dice: fix to wait for releases of all ALSA character devicesGravatar Takashi Sakamoto 1-2/+2
2018-10-10ALSA: firewire: simplify cleanup process when failing to register sound cardGravatar Takashi Sakamoto 1-21/+5
2018-10-10ALSA: firewire: release reference count of firewire unit in .remove callback ...Gravatar Takashi Sakamoto 1-6/+3
2018-10-04ALSA: firewire: use managed-resource of fw unit device for private dataGravatar Takashi Sakamoto 1-5/+3
2018-08-12Merge branch 'for-next' into for-linusGravatar Takashi Iwai 1-2/+0