aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/bebob/bebob_midi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-18ALSA: bebob: share PCM buffer size for both directionTakashi Sakamoto1-1/+1
2019-10-17ALSA: bebob: register the size of PCM period to AMDTP domainTakashi Sakamoto1-1/+1
2019-07-08Merge tag 'asoc-v5.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-2/+1
2019-07-07ALSA: bebob: fix wrong reference count for stream functionality at error path of rawmidi interfaceTakashi Sakamoto1-0/+2
2019-06-17ALSA: bebob: code refactoring for callback function to rawmidi interfaceTakashi Sakamoto1-41/+6
2019-06-12ALSA: bebob: configure sampling transfer frequency in pcm.hw_params callbackTakashi Sakamoto1-8/+14
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner1-2/+1
2017-01-12ALSA: firewire: Constify snd_rawmidi_opsTakashi Iwai1-2/+2
2017-01-05ALSA: bebob: enclose identifiers referred by single functionTakashi Sakamoto1-14/+12
2016-02-20ALSA: bebob: change type of substream counter from atomic_t to unsigned intTakashi Sakamoto1-4/+4
2016-02-20ALSA: bebob: move mutex from function callee to callersTakashi Sakamoto1-0/+8
2015-09-29ALSA: firewire-lib: move MIDI trigger helper function to AM824 layerTakashi Sakamoto1-8/+8
2015-06-15ALSA: bebob: keep duplex streams always to keep internal multiplexer properlyTakashi Sakamoto1-4/+4
2014-05-27ALSA: fireworks/bebob: Improve indentationTakashi Sakamoto1-2/+2
2014-05-26ALSA: bebob: Add hwdep interfaceTakashi Sakamoto1-2/+22
2014-05-26ALSA: bebob: Add MIDI interfaceTakashi Sakamoto1-0/+148