summaryrefslogtreecommitdiffstats
path: root/sound/firewire/fireface/ff-transaction.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-12ALSA: fireface: Fix integer overflow in transmit_midi_msg()Geert Uytterhoeven1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner1-2/+1
2019-01-24ALSA: fireface: comment cleanup about destination address of async transactio...Takashi Sakamoto1-29/+7
2019-01-22ALSA: fireface: add protocol-specific operation to fill transaction buffer wi...Takashi Sakamoto1-19/+12
2019-01-22ALSA: fireface: add model-dependent parameter for address to receive async tr...Takashi Sakamoto1-5/+2
2019-01-22ALSA: fireface: add model-dependent parameter for address range to receive as...Takashi Sakamoto1-1/+1
2019-01-22ALSA: fireface: change prototype of handler for async transaction with MIDI m...Takashi Sakamoto1-1/+3
2019-01-21ALSA: fireface: add protocol-dependent operation to get clock statusTakashi Sakamoto1-63/+0
2018-12-16ALSA: fireface: code refactoring to handle model-specific registersTakashi Sakamoto1-2/+2
2018-12-11ALSA: fireface: localize a handler for MIDI messages on tx transactionTakashi Sakamoto1-33/+1
2018-12-11ALSA: fireface: add driver data for register for MIDI high addressTakashi Sakamoto1-28/+25
2018-12-11ALSA: fireface: share register for async transaction of MIDI messagesTakashi Sakamoto1-2/+5
2018-12-11ALSA: fireface: add support for second optical interface for ADAT streamTakashi Sakamoto1-4/+8
2018-12-11ALSA: fireface: share helper function to get current sampling rate and clock ...Takashi Sakamoto1-0/+59
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland1-4/+4
2017-04-20ALSA: fireface: obsolete usage of ktime_set() for zero assignmentTakashi Sakamoto1-1/+1
2017-04-05ALSA: fireface: add transaction supportTakashi Sakamoto1-0/+295