aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire/motu (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-10ALSA: firewire: simplify cleanup process when failing to register sound cardTakashi Sakamoto1-21/+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-6/+4
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai1-2/+0
2018-06-19ALSA: firewire-motu: add support for Motu TravelerTakashi Sakamoto3-2/+50
2018-06-19ALSA: firewire-motu: cancel chunk alignment for protocol version 2Takashi Sakamoto1-6/+3
2018-06-19ALSA: firewire-motu: add a flag for AES/EBU on XLR interfaceTakashi Sakamoto3-1/+11
2018-06-19ALSA: firewire-motu: add a flag for chunks for main 1/2 outTakashi Sakamoto4-10/+22
2018-06-19ALSA: firewire-motu: suppless consumption for unused element of array in stackTakashi Sakamoto1-1/+1
2018-05-28sound: Use octal not symbolic permissionsJoe Perches1-1/+1
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-27sound: annotate ->poll() instancesAl Viro1-2/+2
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-2/+2
2017-09-12ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex()Markus Elfring1-8/+8
2017-08-22ALSA: firewire: add const qualifier to identifiers for read-only symbolsTakashi Sakamoto1-3/+3
2017-08-22Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+1
2017-08-21ALSA: firewire-motu: add support for MOTU Audio ExpressTakashi Sakamoto1-0/+13
2017-08-21ALSA: firewire-motu: add specification flag for position of flag for MIDI messagesTakashi Sakamoto6-17/+50
2017-08-20ALSA: firewire-motu: destroy stream data surely at failure of card initializationTakashi Sakamoto1-0/+1
2017-08-19ALSA: firewire: constify snd_pcm_ops structuresArvind Yadav1-2/+2
2017-08-15ALSA: firewire-motu: constify snd_rawmidi_ops structuresJulia Lawall1-2/+2
2017-06-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicationsTakashi Sakamoto1-20/+0
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto1-0/+16
2017-04-20ALSA: firewire-motu: mark trace helpers as __maybe_unusedArnd Bergmann1-4/+6
2017-04-11ALSA: firewire-motu: add tracepoints for messages for unique protocolTakashi Sakamoto2-0/+67
2017-04-11ALSA: firewire-motu: add tracepoints for SPH in IEC 61883-1 fashionTakashi Sakamoto3-0/+95
2017-04-05ALSA: firewire-motu: remove invalid bitshift for register valueTakashi Sakamoto1-2/+1
2017-03-28ALSA: firewire-motu: add support for MOTU 828mk3 (FireWire/Hybrid) as a model with protocol version 3Takashi Sakamoto5-1/+344
2017-03-28ALSA: firewire-motu: add support for MOTU 828mk2 as a model with protocol version 2Takashi Sakamoto4-1/+255
2017-03-28ALSA: firewire-motu: enable to read transaction cache via hwdep interfaceTakashi Sakamoto2-2/+28
2017-03-28ALSA: firewire-motu: add hwdep interfaceTakashi Sakamoto7-5/+281
2017-03-28ALSA: firewire-motu: add MIDI functionalityTakashi Sakamoto6-4/+260
2017-03-28ALSA: firewire-motu: add PCM functionalityTakashi Sakamoto4-1/+393
2017-03-28ALSA: firewire-motu: add proc node to show current statuc of clock and packet formatsTakashi Sakamoto4-1/+125
2017-03-28ALSA: firewire-motu: add stream management functionalityTakashi Sakamoto4-1/+356
2017-03-28ALSA: firewire-motu: handle transactions specific for MOTU FireWire modelsTakashi Sakamoto4-1/+140
2017-03-28ALSA: firewire-motu: add MOTU specific protocol layerTakashi Sakamoto3-3/+304
2017-03-28ALSA: firewire-motu: add an abstraction layer for three types of protocolsTakashi Sakamoto2-0/+55
2017-03-28ALSA: firewire-motu: add a structure for model-dependent parameters.Takashi Sakamoto2-3/+30
2017-03-28ALSA: firewire-motu: postpone sound card registrationTakashi Sakamoto2-24/+78
2017-03-28ALSA: firewire-motu: add skeleton for Mark of the unicorn (MOTU) FireWire seriesTakashi Sakamoto3-0/+165