aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/firewire/fireface/ff-transaction.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 transactions for MIDI messagesTakashi Sakamoto1-29/+7
2019-01-22ALSA: fireface: add protocol-specific operation to fill transaction buffer with MIDI messagesTakashi Sakamoto1-19/+12
2019-01-22ALSA: fireface: add model-dependent parameter for address to receive async transaction for MIDI messagesTakashi Sakamoto1-5/+2
2019-01-22ALSA: fireface: add model-dependent parameter for address range to receive async transactionTakashi Sakamoto1-1/+1
2019-01-22ALSA: fireface: change prototype of handler for async transaction with MIDI messagesTakashi 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 sourceTakashi Sakamoto1-0/+59
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()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