aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30Merge tag 'sound-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-5/+5
2019-05-29ALSA: fireface: Use ULL suffixes for 64-bit constantsGeert Uytterhoeven1-5/+5
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner7-0/+7
2019-03-18ALSA: firewire-lib: use 8 byte header for IR context to get isochronous cycleTakashi Sakamoto1-25/+19
2019-03-18ALSA: firewire-motu: add support MOTU 8pre FireWireTakashi Sakamoto4-12/+53
2019-03-17ALSA: firewire-motu: use 'version' field of unit directory to identify modelTakashi Sakamoto1-10/+10
2019-02-26ALSA: firewire-motu: fix construction of PCM frame for capture directionTakashi Sakamoto1-1/+3
2019-02-26ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against Liquid Saffire 56Takashi Sakamoto1-1/+13
2019-02-06ALSA: firewire: Remove superfluous snd_info_register() callsTakashi Iwai8-84/+16
2019-01-28ALSA: dice: add support for Solid State Logic Duende Classic/MiniTakashi Sakamoto1-1/+11
2019-01-25ALSA: fireface: Off by one in latter_handle_midi_msg()Dan Carpenter1-1/+1
2019-01-24ALSA: fireface: comment cleanup about destination address of async transactions for MIDI messagesTakashi Sakamoto3-29/+48
2019-01-22ALSA: fireface: support rx MIDI functionality for Fireface UCXTakashi Sakamoto4-2/+99
2019-01-22ALSA: fireface: add protocol-specific operation to fill transaction buffer with MIDI messagesTakashi Sakamoto3-19/+38
2019-01-22ALSA: fireface: add model-dependent parameter for address to receive async transaction for MIDI messagesTakashi Sakamoto3-5/+6
2019-01-22ALSA: fireface: support tx MIDI functionality of Fireface UCXTakashi Sakamoto2-14/+54
2019-01-22ALSA: fireface: add model-dependent parameter for address range to receive async transactionTakashi Sakamoto3-1/+4
2019-01-22ALSA: fireface: change prototype of handler for async transaction with MIDI messagesTakashi Sakamoto3-4/+9
2019-01-21ALSA: fireface: add support for Fireface UCXTakashi Sakamoto5-9/+310
2019-01-21ALSA: fireface: code refactoring to parse of clock configurationTakashi Sakamoto3-101/+89
2019-01-21ALSA: fireface: code refactoring for dump of sync statusTakashi Sakamoto1-101/+75
2019-01-21ALSA: fireface: add protocol-dependent operation to get clock statusTakashi Sakamoto5-70/+71
2019-01-21ALSA: fireface: add protocol-dependent operation to switch mode to fetch PCM frameTakashi Sakamoto3-38/+41
2019-01-21ALSA: fireface: add protocol-dependent operation to dump statusTakashi Sakamoto3-204/+214
2019-01-21ALSA: fireface: obsolete proc node to leave one nodeTakashi Sakamoto1-8/+12
2019-01-21ALSA: fireface: unify protocol layer for FF400/FF800Takashi Sakamoto3-163/+148
2019-01-21ALSA: fireface: rename protocol layer for former modelsTakashi Sakamoto2-8/+7
2018-12-19ALSA: bebob: fix model-id of unit for Apogee EnsembleTakashi Sakamoto1-1/+1
2018-12-16ALSA: fireface: code refactoring to handle model-specific registersTakashi Sakamoto3-15/+6
2018-12-16ALSA: fireface: add support for packet streaming on Fireface 800Takashi Sakamoto2-16/+129
2018-12-16ALSA: fireface: allocate isochronous resources in mode-specific implementationTakashi Sakamoto2-55/+68
2018-12-16ALSA: fireface: code refactoring to handle multiplier modeTakashi Sakamoto3-28/+58
2018-12-16ALSA: fireface: share helper function to switch fetching modeTakashi Sakamoto3-33/+36
2018-12-16ALSA: fireface: fix for state to fetch PCM framesTakashi Sakamoto1-1/+1
2018-12-16ALSA: firewire-lib: use the same print format for 'without_header' tracepointsTakashi Sakamoto1-1/+1
2018-12-16ALSA: firewire-lib: fix wrong assignment for 'out_packet_without_header' tracepointTakashi Sakamoto1-1/+1
2018-12-16ALSA: firewire-lib: fix wrong handling payload_length as payload_quadletTakashi Sakamoto1-1/+3
2018-12-11ALSA: fireface: add support for Fireface 800 with MIDI functionality onlyTakashi Sakamoto5-13/+70
2018-12-11ALSA: fireface: localize a handler for MIDI messages on tx transactionTakashi Sakamoto3-33/+40
2018-12-11ALSA: fireface: add driver data for register for MIDI high addressTakashi Sakamoto4-34/+34
2018-12-11ALSA: fireface: share register for async transaction of MIDI messagesTakashi Sakamoto3-8/+5
2018-12-11ALSA: fireface: add support for second optical interface for ADAT streamTakashi Sakamoto3-10/+30
2018-12-11ALSA: fireface: share helper function to get current sampling rate and clock sourceTakashi Sakamoto5-64/+63
2018-12-11ALSA: fireface: share status and configuration dumpTakashi Sakamoto3-198/+176
2018-12-11ALSA: fireface: share some registers for status of clock synchronizationTakashi Sakamoto2-7/+9
2018-12-10Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2018-12-09ALSA: fireface: fix reference to wrong register for clock configurationTakashi Sakamoto1-1/+1
2018-11-23ALSA: firewire-tascam: notify events of change of state for userspace applicationsTakashi Sakamoto2-2/+65
2018-11-23ALSA: firewire-tascam: apply small refactoring to handle several type of event for hwdep interfaceTakashi Sakamoto1-12/+26
2018-11-23ALSA: firewire-tascam: queue events for change of control surfaceTakashi Sakamoto3-1/+41