summaryrefslogtreecommitdiffstats
path: root/sound/firewire
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire-digi00x: add stream functionalityTakashi Sakamoto2015-09-304-2/+461
* ALSA: firewire-digi00x: add data block processing layerTakashi Sakamoto2015-09-303-1/+345
* ALSA: firewire-digi00x: add skeleton for Digi 002/003 familyTakashi Sakamoto2015-09-305-0/+187
* ALSA: firewire-lib: process_rx_data_blocks() can be statickbuild test robot2015-09-291-4/+4
* Merge branch 'topic/firewire-update' into for-nextTakashi Iwai2015-09-2923-483/+730
|\
| * ALSA: firewire-lib: complete AM824 data block processing layerTakashi Sakamoto2015-09-294-350/+401
| * ALSA: firewire-lib: rename macros with AM824 prefixTakashi Sakamoto2015-09-299-28/+28
| * ALSA: firewire-lib: rename PCM format helper functionTakashi Sakamoto2015-09-296-18/+17Star
| * ALSA: firewire-lib: move MIDI trigger helper function to AM824 layerTakashi Sakamoto2015-09-297-46/+50
| * ALSA: firewire-lib: add helper functions to set positions of data channelsTakashi Sakamoto2015-09-294-4/+40
| * ALSA: firewire-lib: move PCM substream constraint to AM824 layerTakashi Sakamoto2015-09-297-9/+29
| * ALSA: firewire-lib: rename parameter setting function for AM824 with FDF fieldTakashi Sakamoto2015-09-298-33/+62
| * ALSA: firewire-lib: add data block processing layer for AM824 formatTakashi Sakamoto2015-09-2913-16/+52
| * ALSA: firewire-lib: rename 'amdtp' to 'amdtp-stream' to prepare for functiona...Takashi Sakamoto2015-09-298-9/+9
| * ALSA: firewire-lib: add support arbitrary value for fmt/fdf fields in CIP headerTakashi Sakamoto2015-09-292-8/+25
| * ALSA: firewire-lib: add helper functions as interfaces between packet streami...Takashi Sakamoto2015-09-291-27/+55
| * ALSA: firewire-lib: add a member of frame_multiplier instead of double_pcm_fr...Takashi Sakamoto2015-09-292-11/+14
| * ALSA: firewire-lib: add an argument for Dice's dual wire modeTakashi Sakamoto2015-09-296-12/+17
| * ALSA: firewire-lib: return error code when amdtp_stream_set_parameters() dete...Takashi Sakamoto2015-09-296-22/+37
| * ALSA: firewire-lib: arrange structure for AMDTP streamTakashi Sakamoto2015-09-291-27/+31
* | ALSA: oxfw: add Mackie Onyx Satellite quirk to inform wrong value in 'dbs' fi...Takashi Sakamoto2015-09-243-1/+34
|/
* ALSA: fireworks/bebob/dice/oxfw: fix substreams counting at vmalloc failureTakashi Sakamoto2015-08-294-16/+57
* Merge branch 'for-linus' into for-nextTakashi Iwai2015-08-115-8/+23
|\
| * ALSA: fireworks/firewire-lib: add support for recent firmware quirkTakashi Sakamoto2015-08-055-2/+23
| * Revert "ALSA: fireworks: add support for AudioFire2 quirk"Takashi Sakamoto2015-08-053-6/+0Star
* | ALSA: firewire: use kmemdup rather than duplicating its implementationAndrzej Hajda2015-08-071-6/+3Star
|/
* ALSA: fireworks: add support for AudioFire2 quirkTakashi Sakamoto2015-07-273-0/+6
* ALSA: bebob: add support for Behringer FCA 610/1616Takashi Sakamoto2015-06-152-2/+5
* ALSA: bebob: keep duplex streams always to keep internal multiplexer properlyTakashi Sakamoto2015-06-154-27/+16Star
* ALSA: bebob: loosen up severity of checking continuity for BeBoB v3 quirkTakashi Sakamoto2015-06-151-0/+11
* ALSA: bebob: expand timeout for DM1500 quirkTakashi Sakamoto2015-06-151-1/+1
* ALSA: bebob: add 'version' member for BeBoB protocol versionTakashi Sakamoto2015-06-152-0/+11
* ALSA: bebob: add SYT-Match supportTakashi Sakamoto2015-06-152-7/+18
* ALSA: bebob: obsolete string literal expression for clock sourceTakashi Sakamoto2015-06-155-27/+6Star
* ALSA: bebob: use normalized representation for the type of clock sourceTakashi Sakamoto2015-06-154-31/+33
* ALSA: bebob: preparation for replacing string literals by normalized represen...Takashi Sakamoto2015-06-154-12/+72
* ALSA: bebob: apply new enumerator to normalize the type of clock sourceTakashi Sakamoto2015-06-151-0/+6
* ALSA: bebob: improve signal mode detection for clock sourceTakashi Sakamoto2015-06-152-9/+72
* ALSA: firewire-lib: fix buffer-over-run when detecting packet discontinuityTakashi Sakamoto2015-05-271-16/+16
* ALSA: bebob: add Digidesign Mbox 2 Pro supportTakashi Sakamoto2015-05-242-0/+4
* ALSA: firewire-lib: use protocol error when detecting wrong value in CIP headerTakashi Sakamoto2015-05-241-1/+1
* ALSA: firewire-lib: use dev_err() when detecting incoming streaming errorTakashi Sakamoto2015-05-241-4/+4
* ALSA: firewire-lib: macro arrangement for code cleanupTakashi Sakamoto2015-05-241-14/+20
* ALSA: firewire-lib: rename local functions for code cleanupTakashi Sakamoto2015-05-241-30/+30
* ALSA: firewire-lib: remove restriction for non-blocking modeTakashi Sakamoto2015-05-231-1/+1
* ALSA: firewire-lib: set streaming error outside of packetizationTakashi Sakamoto2015-05-231-15/+24
* ALSA: firewire-lib: pass the number of data blocks in incoming packets to out...Takashi Sakamoto2015-05-231-24/+30
* ALSA: firewire-lib: simplify function to calculate the number of data blocksTakashi Sakamoto2015-05-231-22/+27
* ALSA: firewire-lib: add buffer-over-run protection at receiving more data blo...Takashi Sakamoto2015-05-233-4/+31
* Merge branch 'for-next' into for-linusTakashi Iwai2015-04-132-5/+5
|\