aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface/ff.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner1-2/+1
2019-01-22ALSA: fireface: support rx MIDI functionality for Fireface UCXTakashi Sakamoto1-0/+1
2019-01-22ALSA: fireface: add model-dependent parameter for address to receive async transaction for MIDI messagesTakashi Sakamoto1-0/+3
2019-01-22ALSA: fireface: support tx MIDI functionality of Fireface UCXTakashi Sakamoto1-14/+11
2019-01-22ALSA: fireface: add model-dependent parameter for address range to receive async transactionTakashi Sakamoto1-0/+2
2019-01-21ALSA: fireface: add support for Fireface UCXTakashi Sakamoto1-8/+33
2018-12-16ALSA: fireface: code refactoring to handle model-specific registersTakashi Sakamoto1-6/+2
2018-12-16ALSA: fireface: add support for packet streaming on Fireface 800Takashi Sakamoto1-16/+13
2018-12-11ALSA: fireface: add support for Fireface 800 with MIDI functionality onlyTakashi Sakamoto1-12/+39
2018-12-11ALSA: fireface: add driver data for register for MIDI high addressTakashi Sakamoto1-0/+3
2018-10-10ALSA: firewire: simplify cleanup process when failing to register sound cardTakashi Sakamoto1-10/+5
2018-10-10ALSA: firewire: release reference count of firewire unit in .remove callback of bus driverTakashi Sakamoto1-6/+3
2018-10-10ALSA: firewire: block .remove callback of bus driver till all of ALSA character devices are releasedTakashi Sakamoto1-2/+2
2018-10-04ALSA: firewire: use managed-resource of fw unit device for private dataTakashi Sakamoto1-7/+3
2017-08-22ALSA: firewire: add const qualifier to identifiers for read-only symbolsTakashi Sakamoto1-1/+1
2017-04-05ALSA: fireface: add support for Fireface 400Takashi Sakamoto1-0/+21
2017-04-05ALSA: fireface: add hwdep interfaceTakashi Sakamoto1-0/+5
2017-04-05ALSA: fireface: add support for PCM functionalityTakashi Sakamoto1-0/+4
2017-04-05ALSA: fireface: add stream management functionalityTakashi Sakamoto1-0/+9
2017-04-05ALSA: fireface: add proc node to help debuggingTakashi Sakamoto1-0/+2
2017-04-05ALSA: fireface: add support for MIDI functionalityTakashi Sakamoto1-0/+5
2017-04-05ALSA: fireface: add transaction supportTakashi Sakamoto1-0/+9
2017-04-05ALSA: fireface: add model specific structureTakashi Sakamoto1-4/+5
2017-04-05ALSA: fireface: postpone sound card registrationTakashi Sakamoto1-22/+62
2017-04-05ALSA: fireface: add skeleton for RME Fireface seriesTakashi Sakamoto1-0/+113