aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27ALSA: firewire: Replace runtime->status->state reference to runtime->stateTakashi Iwai1-2/+2
2022-09-27ALSA: firewire: Remove some left-over license text in sound/firewireChristophe JAILLET2-5/+1
2021-06-07ALSA: fireface: cease from delayed card registrationTakashi Sakamoto2-65/+28
2021-06-01ALSA: fireface: perform sequence replay for media clock recoveryTakashi Sakamoto2-2/+6
2021-05-28ALSA: firewire-lib: transfer rx packets on-the-fly when replayingTakashi Sakamoto1-1/+1
2021-05-28ALSA: firewire-lib: add replay target to cache sequence of packetTakashi Sakamoto1-1/+1
2021-05-20ALSA: firewire-lib: change waking up timing to process packetsTakashi Sakamoto1-5/+2
2021-02-08ALSA: fireface: fix to parse sync status register of latter protocolTakashi Sakamoto1-18/+100
2021-01-25ALSA: fireface: remove unnecessary condition in hwdep_read()Dan Carpenter1-6/+4
2021-01-18Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2021-01-12ALSA: fireface: Fix integer overflow in transmit_midi_msg()Geert Uytterhoeven1-1/+1
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-1/+1
2020-05-10ALSA: fireface: add support for RME Fireface UFX (untested)Takashi Sakamoto3-3/+17
2020-05-10ALSA: fireface: add support for RME FireFace 802Takashi Sakamoto3-13/+58
2020-05-10ALSA: fireface: code refactoring to decide name of sound cardTakashi Sakamoto2-8/+13
2020-05-10ALSA: fireface: code refactoring to add enumeration constants for model identificationTakashi Sakamoto2-3/+9
2020-05-10ALSA: fireface: start IR context immediatelyTakashi Sakamoto1-9/+1
2020-05-10ALSA: fireface: fix configuration error for nominal sampling transfer frequencyTakashi Sakamoto1-6/+6
2020-03-06ALSA: firewire: use KBUILD_MODNAME for struct driver.name instead of stringTakashi Sakamoto1-1/+1
2019-12-11ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai1-2/+0
2019-12-11ALSA: firewire: Use managed buffer allocationTakashi Iwai1-8/+3
2019-12-09ALSA: fireface: fix return value in error path of isochronous resources reservationTakashi Sakamoto1-1/+1
2019-11-06ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai1-5/+4
2019-10-19ALSA: firewire-lib: postpone to start IR contextTakashi Sakamoto1-1/+9
2019-10-19ALSA: firewire-lib: replace ack callback to flush isoc contexts in AMDTP domainTakashi Sakamoto1-2/+2
2019-10-19ALSA: firewire-lib: replace pointer callback to flush isoc contexts in AMDTP domainTakashi Sakamoto1-2/+2
2019-10-18ALSA: fireface: share PCM buffer size for both directionTakashi Sakamoto3-4/+17
2019-10-18ALSA: firewire-lib: use variable size of queue for isoc packets instead of fixed sizeTakashi Sakamoto1-1/+1
2019-10-17ALSA: fireface: use the same size of period for PCM substreams in AMDTP streamsTakashi Sakamoto1-6/+23
2019-10-17ALSA: fireface: register the size of PCM period to AMDTP domainTakashi Sakamoto3-3/+14
2019-08-05ALSA: fireface: support AMDTP domainTakashi Sakamoto2-24/+35
2019-08-05ALSA: fireface: code refactoring for initialization/destruction of AMDTP streamTakashi Sakamoto1-20/+19
2019-07-22ALSA: firewire-lib: process payload of isoc context according to packet descriptorsTakashi Sakamoto1-21/+34
2019-07-22ALSA: fireface: code refactoring for FF data block processing layerTakashi Sakamoto1-21/+28
2019-07-22ALSA: firewire-lib: pass packet descriptor to data block processing layerTakashi Sakamoto1-11/+12
2019-07-22ALSA: firewire-lib: pass no syt information to data block processing layerTakashi Sakamoto1-4/+4
2019-07-22ALSA: firewire-lib: pass data block counter to data block processing layerTakashi Sakamoto1-6/+4
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai10-18/+10
2019-07-01Merge branch 'for-linus' into for-nextTakashi Iwai1-5/+5
2019-06-21ALSA: fireface: unify stop and release method for duplex streamsTakashi Sakamoto3-11/+5
2019-06-11ALSA: fireface: code refactoring for pcm.hw_params/hw_free callbacksTakashi Sakamoto1-48/+7
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 Sakamoto3-14/+36
2019-06-11ALSA: fireface: reserve/release isochronous resources in pcm.hw_params/hw_free callbacksTakashi Sakamoto3-30/+57
2019-06-11ALSA: fireface: support allocate_resources operation in latter protocolTakashi Sakamoto1-57/+56
2019-06-11ALSA: fireface: support allocate_resources operation in ff400 protocolTakashi Sakamoto1-20/+16
2019-06-11ALSA: fireface: support allocate_resources operation in ff800 protocolTakashi Sakamoto1-24/+22
2019-06-11ALSA: fireface: add protocol-specific operation to allocate isochronous resourcesTakashi Sakamoto2-0/+5
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner9-18/+9
2019-05-30Merge tag 'sound-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-5/+5