aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire
AgeCommit message (Expand)AuthorFilesLines
2017-06-20Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 2-3/+7
2017-06-19ALSA: firewire-lib: Fix stall of process context at packet errorGravatar Takashi Sakamoto 2-3/+7
2017-06-08ALSA: firewire: arrange common PCM info/constraints for AMDTP engine applicat...Gravatar Takashi Sakamoto 9-174/+36
2017-06-07ALSA: fireface: constify ALSA specific operationsGravatar Takashi Sakamoto 2-39/+35
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackGravatar Takashi Sakamoto 10-0/+150
2017-05-30ALSA: declare snd_kcontrol_new structures as constGravatar Bhumika Goyal 1-4/+4
2017-05-22ALSA: firewire: remove support for 16 bit PCM samples in playback substreamGravatar Takashi Sakamoto 12-227/+9
2017-04-20ALSA: fireface: obsolete usage of ktime_set() for zero assignmentGravatar Takashi Sakamoto 1-1/+1
2017-04-20ALSA: firewire-motu: mark trace helpers as __maybe_unusedGravatar Arnd Bergmann 1-4/+6
2017-04-14ALSA: firewire-tascam: support drain callback for MIDI playback substreamGravatar Takashi Sakamoto 1-2/+6
2017-04-14ALSA: firewire-tascam: move message parameters for async midi portGravatar Takashi Sakamoto 3-21/+19
2017-04-14ALSA: firewire-tascam: initialize parameters at open of rawmidi character dev...Gravatar Takashi Sakamoto 3-14/+7
2017-04-14ALSA: firewire-tascam: use fixed-length array for message cache to async midi...Gravatar Takashi Sakamoto 2-17/+2
2017-04-14ALSA: firewire-tascam: use the same address for asynchronous transaction for ...Gravatar Takashi Sakamoto 2-7/+5
2017-04-14ALSA: firewire-tascam: send fixed-length transaction for async midi portGravatar Takashi Sakamoto 2-17/+8
2017-04-14ALSA: firewire-tascam: remove callback function from async midi portGravatar Takashi Sakamoto 2-13/+4
2017-04-14ALSA: firewire-lib/firewire-tascam: localize async midi portGravatar Takashi Sakamoto 4-195/+170
2017-04-14Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-1/+1
2017-04-14ALSA: firewire-lib: fix inappropriate assignment between signed/unsigned typeGravatar Takashi Sakamoto 1-1/+1
2017-04-12ALSA: firewire-lib: cache maximum length of payload to reduce function callsGravatar Takashi Sakamoto 2-4/+6
2017-04-12Merge branch 'for-linus' into for-nextGravatar Takashi Iwai 1-2/+2
2017-04-11ALSA: firewire-motu: add tracepoints for messages for unique protocolGravatar Takashi Sakamoto 2-0/+67
2017-04-11ALSA: firewire-motu: add tracepoints for SPH in IEC 61883-1 fashionGravatar Takashi Sakamoto 3-0/+95
2017-04-11ALSA: firewire_lib: add tracepoints for packets without CIP headersGravatar Takashi Sakamoto 2-0/+96
2017-04-05ALSA: firewire-lib/bebob/oxfw: improve response evaluation for AV/C commandsGravatar Takashi Sakamoto 3-14/+40
2017-04-05ALSA: firewire-motu: remove invalid bitshift for register valueGravatar Takashi Sakamoto 1-2/+1
2017-04-05ALSA: oxfw: fix regression to handle Stanton SCS.1m/1dGravatar Takashi Sakamoto 1-2/+2
2017-04-05ALSA: firewire-digi00x: remove transaction handler for unknown purposeGravatar Takashi Sakamoto 2-77/+17
2017-04-05ALSA: firewire-digi00x: allow user space applications to read/write MIDI mess...Gravatar Takashi Sakamoto 1-129/+79
2017-04-05ALSA: firewire-digi00x: handle all MIDI messages on streaming packetsGravatar Takashi Sakamoto 1-18/+37
2017-04-05ALSA: firewire-digi00x: add support for console models of Digi00x seriesGravatar Takashi Sakamoto 2-2/+12
2017-04-05ALSA: fireface: add support for Fireface 400Gravatar Takashi Sakamoto 5-1/+396
2017-04-05ALSA: fireface: add hwdep interfaceGravatar Takashi Sakamoto 7-4/+267
2017-04-05ALSA: fireface: add support for PCM functionalityGravatar Takashi Sakamoto 4-1/+404
2017-04-05ALSA: fireface: add stream management functionalityGravatar Takashi Sakamoto 4-1/+267
2017-04-05ALSA: fireface: add unique data processing layerGravatar Takashi Sakamoto 3-1/+164
2017-04-05ALSA: firewire-lib: add no-header packet processingGravatar Takashi Sakamoto 2-5/+81
2017-04-05ALSA: firewire-lib: use the same prototype for functions to handle packetGravatar Takashi Sakamoto 2-18/+19
2017-04-05ALSA: fireface: add proc node to help debuggingGravatar Takashi Sakamoto 4-1/+68
2017-04-05ALSA: fireface: add support for MIDI functionalityGravatar Takashi Sakamoto 4-1/+140
2017-04-05ALSA: fireface: add transaction supportGravatar Takashi Sakamoto 4-1/+328
2017-04-05ALSA: fireface: add an abstraction layer for model-specific protocolsGravatar Takashi Sakamoto 1-0/+31
2017-04-05ALSA: fireface: add model specific structureGravatar Takashi Sakamoto 2-4/+19
2017-04-05ALSA: fireface: postpone sound card registrationGravatar Takashi Sakamoto 2-22/+67
2017-04-05ALSA: fireface: add skeleton for RME Fireface seriesGravatar Takashi Sakamoto 5-0/+150
2017-03-28ALSA: firewire-motu: add support for MOTU 828mk3 (FireWire/Hybrid) as a model...Gravatar Takashi Sakamoto 6-1/+345
2017-03-28ALSA: firewire-lib: add a quirk of packet without valid EOH in CIP formatGravatar Takashi Sakamoto 2-2/+6
2017-03-28ALSA: firewire-motu: add support for MOTU 828mk2 as a model with protocol ver...Gravatar Takashi Sakamoto 5-1/+256
2017-03-28ALSA: firewire-motu: enable to read transaction cache via hwdep interfaceGravatar Takashi Sakamoto 2-2/+28
2017-03-28ALSA: firewire-motu: add hwdep interfaceGravatar Takashi Sakamoto 7-5/+281