aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface/ff-stream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-19ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto1-1/+9
2019-10-18ALSA: fireface: share PCM buffer size for both directionTakashi Sakamoto1-2/+3
2019-10-18ALSA: firewire-lib: use variable size of queue for isoc packets instead of fixed sizeTakashi Sakamoto1-1/+1
2019-10-17ALSA: fireface: register the size of PCM period to AMDTP domainTakashi Sakamoto1-1/+10
2019-08-05ALSA: fireface: support AMDTP domainTakashi Sakamoto1-24/+33
2019-08-05ALSA: fireface: code refactoring for initialization/destruction of AMDTP streamTakashi Sakamoto1-20/+19
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-2/+1
2019-06-21ALSA: fireface: unify stop and release method for duplex streamsTakashi Sakamoto1-9/+5
2019-06-11ALSA: fireface: minor code refactoring to finish streaming sessionTakashi Sakamoto1-17/+6
2019-06-11ALSA: fireface: update isochronous resources when starting packet streaming after bus-resetTakashi Sakamoto1-4/+1
2019-06-11ALSA: fireface: reserve/release isochronous resources in pcm.hw_params/hw_free callbacksTakashi Sakamoto1-26/+41
2019-06-11ALSA: fireface: add protocol-specific operation to allocate isochronous resourcesTakashi Sakamoto1-0/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner1-2/+1
2019-01-21ALSA: fireface: add protocol-dependent operation to get clock statusTakashi Sakamoto1-1/+1
2019-01-21ALSA: fireface: add protocol-dependent operation to switch mode to fetch PCM frameTakashi Sakamoto1-36/+2
2018-12-16ALSA: fireface: allocate isochronous resources in mode-specific implementationTakashi Sakamoto1-50/+22
2018-12-16ALSA: fireface: code refactoring to handle multiplier modeTakashi Sakamoto1-13/+25
2018-12-16ALSA: fireface: share helper function to switch fetching modeTakashi Sakamoto1-2/+36
2018-12-11ALSA: fireface: share helper function to get current sampling rate and clock sourceTakashi Sakamoto1-1/+1
2017-04-05ALSA: fireface: add hwdep interfaceTakashi Sakamoto1-0/+39
2017-04-05ALSA: fireface: add stream management functionalityTakashi Sakamoto1-0/+243