summaryrefslogtreecommitdiffstats
path: root/sound/firewire
Commit message (Expand)AuthorAgeFilesLines
...
* ALSA: bebob: Add support for M-Audio usual Firewire seriesTakashi Sakamoto2014-05-266-3/+240
* ALSA: bebob: Add support for Focusrite Saffire/SaffirePro seriesTakashi Sakamoto2014-05-265-2/+314
* ALSA: bebob: Add support for Yamaha GO seriesTakashi Sakamoto2014-05-265-1/+59
* ALSA: bebob: Add support for Terratec PHASE, EWS series and AureonTakashi Sakamoto2014-05-265-1/+87
* ALSA: bebob: Prepare for device specific operationsTakashi Sakamoto2014-05-267-42/+230
* ALSA: bebob: Add hwdep interfaceTakashi Sakamoto2014-05-268-7/+292
* ALSA: bebob: Add PCM interfaceTakashi Sakamoto2014-05-265-0/+379
* ALSA: bebob: Add MIDI interfaceTakashi Sakamoto2014-05-265-1/+161
* ALSA: bebob: Add proc interface for debugging purposeTakashi Sakamoto2014-05-264-1/+157
* ALSA: bebob/firewire-lib: Add a quirk for discontinuity at bus resetTakashi Sakamoto2014-05-264-8/+60
* ALSA: bebob: Add commands and connections/streams managementTakashi Sakamoto2014-05-265-2/+1208
* ALSA: bebob: Add skelton for BeBoB based devicesTakashi Sakamoto2014-05-265-0/+389
* ALSA: fireworks: Add command/response functionality into hwdep interfaceTakashi Sakamoto2014-05-266-48/+328
* ALSA: fireworks: Add hwdep interfaceTakashi Sakamoto2014-05-268-6/+292
* ALSA: fireworks: Add PCM interfaceTakashi Sakamoto2014-05-266-34/+404
* ALSA: fireworks/firewire-lib: Add a quirk of data blocks for MIDI in out-streamTakashi Sakamoto2014-05-263-1/+12
* ALSA: fireworks: Add MIDI interfaceTakashi Sakamoto2014-05-265-1/+159
* ALSA: fireworks: Add proc interface for debugging purposeTakashi Sakamoto2014-05-264-1/+243
* ALSA: fireworks/firewire-lib: Add a quirk to reset data block counter at bus ...Takashi Sakamoto2014-05-263-1/+8
* ALSA: fireworks/firewire-lib: Add a quirk for fixed interval of reported dbcTakashi Sakamoto2014-05-265-4/+19
* ALSA: fireworks/firewire-lib: Add a quirk for wrong dbs in tx packetsTakashi Sakamoto2014-05-265-0/+13
* ALSA: fireworks/firewire-lib: Add a quirk for the meaning of dbcTakashi Sakamoto2014-05-263-2/+18
* ALSA: fireworks/firewire-lib: Add a quirk for empty packet with TAG0Takashi Sakamoto2014-05-263-3/+10
* ALSA: fireworks: Add connection and stream managementTakashi Sakamoto2014-05-264-2/+441
* ALSA: fireworks: Add transaction and some commandsTakashi Sakamoto2014-05-266-7/+751
* ALSA: fireworks: Add skelton for Fireworks based devicesTakashi Sakamoto2014-05-265-0/+240
* ALSA: firewire-lib: Add some AV/C general commandsTakashi Sakamoto2014-05-265-49/+194
* ALSA: firewire-lib: Add support for deferred transactionTakashi Sakamoto2014-05-261-7/+28
* ALSA: firewire-lib: Add a new function to check others' connectionTakashi Sakamoto2014-05-262-0/+19
* ALSA: firewire-lib: Add handling output connection by CMPTakashi Sakamoto2014-05-261-9/+90
* ALSA: firewire-lib: Add 'direction' member to 'cmp_connection' structureTakashi Sakamoto2014-05-263-1/+9
* ALSA: firewire-lib: Rename macros, variables and functions for CMPTakashi Sakamoto2014-05-262-48/+49
* ALSA: firewire-lib: Restrict calling flush_context_completion() when context ...Takashi Sakamoto2014-05-261-1/+1
* ALSA: firewire-lib/dice/speakers: Add common PCM constraints for AMDTP streamsTakashi Sakamoto2014-05-264-23/+61
* ALSA: dice/firewire-lib: Keep dualwire mode but obsolete CIP_HI_DUALWIRETakashi Sakamoto2014-05-263-158/+34
* ALSA: firewire-lib: Add support for channel mappingTakashi Sakamoto2014-05-262-47/+79
* ALSA: firewire-lib: Add support for duplex streams synchronization in blockin...Takashi Sakamoto2014-05-262-10/+110
* ALSA: firewire-lib: Give syt value as parameter to handle_out_packet()Takashi Sakamoto2014-05-261-12/+12
* ALSA: firewire-lib: Add support for MIDI capture/playbackTakashi Sakamoto2014-05-262-8/+88
* ALSA: firewire-lib: Add support for AMDTP in-stream and PCM captureTakashi Sakamoto2014-05-262-17/+214
* ALSA: firewire-lib: Split some codes into functions to reuse for both streamsTakashi Sakamoto2014-05-261-73/+81
* ALSA: firewire-lib: Add 'direction' member to 'amdtp_stream' structureTakashi Sakamoto2014-05-264-3/+13
* ALSA: firewire-lib: Add macros instead of fixed value for AMDTPTakashi Sakamoto2014-05-261-7/+23
* ALSA: firewire-lib: Rename functions, structure, member for AMDTPTakashi Sakamoto2014-05-264-152/+158
* ALSA: firewire: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-144-8/+8
* ALSA: dice: fix array limits in dice_proc_read()Dan Carpenter2013-11-291-2/+2
* Merge branch 'fix/firewire' into for-linusTakashi Iwai2013-11-261-9/+6
|\
| * ALSA: firewire-lib: fix wrong value for FDF field as an empty packetTakashi Sakamoto2013-11-221-9/+6
* | Merge tag 'sound-fix2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-221-0/+1
|\|
| * ALSA: firewire-lib: include sound/asound.h to refer to snd_pcm_format_tTakashi Sakamoto2013-11-191-0/+1