aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-09-12ALSA: firewire: Use common error handling code in snd_motu_stream_start_duplex()Markus Elfring1-8/+8
2017-08-23ALSA: fireface: Use common error handling code in pcm_open()Markus Elfring1-10/+10
2017-08-22ALSA: firewire: add const qualifier to identifiers for read-only symbolsTakashi Sakamoto13-23/+22
2017-08-22Merge branch 'for-linus' into for-nextTakashi Iwai2-1/+7
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-20ALSA: firewire: fix NULL pointer dereference when releasing uninitialized data of iso-resourceTakashi Sakamoto1-1/+6
2017-08-19ALSA: firewire: constify snd_pcm_ops structuresArvind Yadav2-3/+3
2017-08-15ALSA: firewire-motu: constify snd_rawmidi_ops structuresJulia Lawall1-2/+2
2017-06-20Merge branch 'for-linus' into for-nextTakashi Iwai2-3/+7
2017-06-19ALSA: firewire-lib: Fix stall of process context at packet errorTakashi Sakamoto2-3/+7
2017-06-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicationsTakashi Sakamoto9-174/+36
2017-06-07ALSA: fireface: constify ALSA specific operationsTakashi Sakamoto2-39/+35
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto10-0/+150
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal1-4/+4
2017-05-22ALSA: firewire: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto12-227/+9
2017-04-20ALSA: fireface: obsolete usage of ktime_set() for zero assignmentTakashi Sakamoto1-1/+1
2017-04-20ALSA: firewire-motu: mark trace helpers as __maybe_unusedArnd Bergmann1-4/+6
2017-04-14ALSA: firewire-tascam: support drain callback for MIDI playback substreamTakashi Sakamoto1-2/+6
2017-04-14ALSA: firewire-tascam: move message parameters for async midi portTakashi Sakamoto3-21/+19
2017-04-14ALSA: firewire-tascam: initialize parameters at open of rawmidi character devicesTakashi Sakamoto3-14/+7
2017-04-14ALSA: firewire-tascam: use fixed-length array for message cache to async midi portTakashi Sakamoto2-17/+2
2017-04-14ALSA: firewire-tascam: use the same address for asynchronous transaction for MIDI messageTakashi Sakamoto2-7/+5
2017-04-14ALSA: firewire-tascam: send fixed-length transaction for async midi portTakashi Sakamoto2-17/+8
2017-04-14ALSA: firewire-tascam: remove callback function from async midi portTakashi Sakamoto2-13/+4
2017-04-14ALSA: firewire-lib/firewire-tascam: localize async midi portTakashi Sakamoto4-195/+170
2017-04-14Merge branch 'for-linus' into for-nextTakashi Iwai1-1/+1
2017-04-14ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned typeTakashi Sakamoto1-1/+1
2017-04-12ALSA: firewire-lib: cache maximum length of payload to reduce function callsTakashi Sakamoto2-4/+6
2017-04-12Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+2
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-11ALSA: firewire_lib: add tracepoints for packets without CIP headersTakashi Sakamoto2-0/+96
2017-04-05ALSA: firewire-lib/bebob/oxfw: improve response evaluation for AV/C commandsTakashi Sakamoto3-14/+40
2017-04-05ALSA: firewire-motu: remove invalid bitshift for register valueTakashi Sakamoto1-2/+1
2017-04-05ALSA: oxfw: fix regression to handle Stanton SCS.1m/1dTakashi Sakamoto1-2/+2
2017-04-05ALSA: firewire-digi00x: remove transaction handler for unknown purposeTakashi Sakamoto2-77/+17
2017-04-05ALSA: firewire-digi00x: allow user space applications to read/write MIDI messages for all portsTakashi Sakamoto1-129/+79
2017-04-05ALSA: firewire-digi00x: handle all MIDI messages on streaming packetsTakashi Sakamoto1-18/+37
2017-04-05ALSA: firewire-digi00x: add support for console models of Digi00x seriesTakashi Sakamoto2-2/+12
2017-04-05ALSA: fireface: add support for Fireface 400Takashi Sakamoto5-1/+396
2017-04-05ALSA: fireface: add hwdep interfaceTakashi Sakamoto7-4/+267
2017-04-05ALSA: fireface: add support for PCM functionalityTakashi Sakamoto4-1/+404
2017-04-05ALSA: fireface: add stream management functionalityTakashi Sakamoto4-1/+267
2017-04-05ALSA: fireface: add unique data processing layerTakashi Sakamoto3-1/+164
2017-04-05ALSA: firewire-lib: add no-header packet processingTakashi Sakamoto2-5/+81
2017-04-05ALSA: firewire-lib: use the same prototype for functions to handle packetTakashi Sakamoto2-18/+19
2017-04-05ALSA: fireface: add proc node to help debuggingTakashi Sakamoto4-1/+68
2017-04-05ALSA: fireface: add support for MIDI functionalityTakashi Sakamoto4-1/+140