aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire/digi00x
AgeCommit message (Expand)AuthorFilesLines
2021-06-07ALSA: firewire-digi00x: cease from delayed card registrationGravatar Takashi Sakamoto 2-75/+29
2021-06-01ALSA: firewire-digi00x: perform sequence replay for media clock recoveryGravatar Takashi Sakamoto 2-8/+9
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-5/+2
2021-05-18ALSA: firewire-lib/motu: use int type for the value of bitwise OR with enumer...Gravatar Takashi Sakamoto 1-1/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedGravatar Joe Perches 1-1/+1
2020-08-23ALSA: firewire-digi00x: exclude Avid Adrenaline from detectionGravatar Takashi Sakamoto 1-0/+5
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/+2
2019-10-18ALSA: firewire-digi00x: 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: firewire-digi00x: use the same size of period for PCM substream in AMDT...Gravatar Takashi Sakamoto 1-7/+28
2019-10-17ALSA: firewire-digi00x: register the size of PCM period to AMDTP domainGravatar Takashi Sakamoto 4-4/+16
2019-08-05ALSA: firewire-digi00x: support AMDTP domainGravatar Takashi Sakamoto 2-24/+33
2019-08-05ALSA: firewire-digi00x: code refactoring for initialization/destruction of AM...Gravatar Takashi Sakamoto 1-23/+42
2019-07-22ALSA: firewire-lib: process payload of isoc context according to packet descr...Gravatar Takashi Sakamoto 1-26/+40
2019-07-22ALSA: firewire-digi00x: code refactoring for DOT data block processing layerGravatar Takashi Sakamoto 1-17/+28
2019-07-22ALSA: firewire-lib: pass packet descriptor to data block processing layerGravatar Takashi Sakamoto 1-15/+12
2019-07-22ALSA: firewire-lib: pass no syt information to data block processing layerGravatar Takashi Sakamoto 1-4/+4
2019-07-22ALSA: firewire-lib: pass data block counter to data block processing layerGravatar Takashi Sakamoto 1-9/+7
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: firewire-digi00x: fix wrong reference count for stream functionality at...Gravatar Takashi Sakamoto 1-0/+2
2019-06-21ALSA: firewire-digi00x: unify stop and release method for duplex streamsGravatar Takashi Sakamoto 4-12/+5
2019-06-11ALSA: firewire-digi00x: code refactoring for pcm.hw_params/hw_free callbacksGravatar Takashi Sakamoto 1-48/+7
2019-06-11ALSA: firewire-digi00x: update isochronous resources when starting packet str...Gravatar Takashi Sakamoto 1-0/+11
2019-06-11ALSA: firewire-digi00x: reserve/release isochronous resources in pcm.hw_param...Gravatar Takashi Sakamoto 4-51/+73
2019-06-11ALSA: firewire-digi00x: code refactoring to keep isochronous resourcesGravatar Takashi Sakamoto 1-24/+18
2019-06-11ALSA: firewire-digi00x: simplify error path to begin streaming sessionGravatar Takashi Sakamoto 1-6/+3
2019-06-11ALSA: firewire-digi00x: code refactoring to finish streaming sessionGravatar Takashi Sakamoto 1-13/+9
2019-06-11ALSA: firewire-digi00x: refactoring to move timing of registration for isochr...Gravatar Takashi Sakamoto 1-22/+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-1/+1
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-14/+2
2018-10-10ALSA: firewire: simplify cleanup process when failing to register sound cardGravatar Takashi Sakamoto 1-10/+5
2018-10-10ALSA: firewire: release reference count of firewire unit in .remove callback ...Gravatar Takashi Sakamoto 1-6/+3
2018-10-10ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...Gravatar Takashi Sakamoto 1-2/+2
2018-10-04ALSA: firewire: use managed-resource of fw unit device for private dataGravatar Takashi Sakamoto 1-5/+4
2018-09-13ALSA: firewire-digi00x: fix memory leak of private dataGravatar Takashi Sakamoto 1-0/+1
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Gravatar Takashi Iwai 1-1/+0
2018-05-28sound: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-1/+1
2017-11-27sound: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-3/+3