summaryrefslogtreecommitdiffstats
path: root/sound/firewire
AgeCommit message (Expand)AuthorFilesLines
2014-05-26ALSA: bebob: Add commands and connections/streams managementTakashi Sakamoto5-2/+1208
2014-05-26ALSA: bebob: Add skelton for BeBoB based devicesTakashi Sakamoto5-0/+389
2014-05-26ALSA: fireworks: Add command/response functionality into hwdep interfaceTakashi Sakamoto6-48/+328
2014-05-26ALSA: fireworks: Add hwdep interfaceTakashi Sakamoto8-6/+292
2014-05-26ALSA: fireworks: Add PCM interfaceTakashi Sakamoto6-34/+404
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk of data blocks for MIDI in out-streamTakashi Sakamoto3-1/+12
2014-05-26ALSA: fireworks: Add MIDI interfaceTakashi Sakamoto5-1/+159
2014-05-26ALSA: fireworks: Add proc interface for debugging purposeTakashi Sakamoto4-1/+243
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk to reset data block counter at bus ...Takashi Sakamoto3-1/+8
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for fixed interval of reported dbcTakashi Sakamoto5-4/+19
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for wrong dbs in tx packetsTakashi Sakamoto5-0/+13
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for the meaning of dbcTakashi Sakamoto3-2/+18
2014-05-26ALSA: fireworks/firewire-lib: Add a quirk for empty packet with TAG0Takashi Sakamoto3-3/+10
2014-05-26ALSA: fireworks: Add connection and stream managementTakashi Sakamoto4-2/+441
2014-05-26ALSA: fireworks: Add transaction and some commandsTakashi Sakamoto6-7/+751
2014-05-26ALSA: fireworks: Add skelton for Fireworks based devicesTakashi Sakamoto5-0/+240
2014-05-26ALSA: firewire-lib: Add some AV/C general commandsTakashi Sakamoto5-49/+194
2014-05-26ALSA: firewire-lib: Add support for deferred transactionTakashi Sakamoto1-7/+28
2014-05-26ALSA: firewire-lib: Add a new function to check others' connectionTakashi Sakamoto2-0/+19
2014-05-26ALSA: firewire-lib: Add handling output connection by CMPTakashi Sakamoto1-9/+90
2014-05-26ALSA: firewire-lib: Add 'direction' member to 'cmp_connection' structureTakashi Sakamoto3-1/+9
2014-05-26ALSA: firewire-lib: Rename macros, variables and functions for CMPTakashi Sakamoto2-48/+49
2014-05-26ALSA: firewire-lib: Restrict calling flush_context_completion() when context ...Takashi Sakamoto1-1/+1
2014-05-26ALSA: firewire-lib/dice/speakers: Add common PCM constraints for AMDTP streamsTakashi Sakamoto4-23/+61
2014-05-26ALSA: dice/firewire-lib: Keep dualwire mode but obsolete CIP_HI_DUALWIRETakashi Sakamoto3-158/+34
2014-05-26ALSA: firewire-lib: Add support for channel mappingTakashi Sakamoto2-47/+79
2014-05-26ALSA: firewire-lib: Add support for duplex streams synchronization in blockin...Takashi Sakamoto2-10/+110
2014-05-26ALSA: firewire-lib: Give syt value as parameter to handle_out_packet()Takashi Sakamoto1-12/+12
2014-05-26ALSA: firewire-lib: Add support for MIDI capture/playbackTakashi Sakamoto2-8/+88
2014-05-26ALSA: firewire-lib: Add support for AMDTP in-stream and PCM captureTakashi Sakamoto2-17/+214
2014-05-26ALSA: firewire-lib: Split some codes into functions to reuse for both streamsTakashi Sakamoto1-73/+81
2014-05-26ALSA: firewire-lib: Add 'direction' member to 'amdtp_stream' structureTakashi Sakamoto4-3/+13
2014-05-26ALSA: firewire-lib: Add macros instead of fixed value for AMDTPTakashi Sakamoto1-7/+23
2014-05-26ALSA: firewire-lib: Rename functions, structure, member for AMDTPTakashi Sakamoto4-152/+158
2014-02-14ALSA: firewire: Convert to snd_card_new() with a device pointerTakashi Iwai4-8/+8
2013-11-29ALSA: dice: fix array limits in dice_proc_read()Dan Carpenter1-2/+2
2013-11-26Merge branch 'fix/firewire' into for-linusTakashi Iwai1-9/+6
2013-11-22Merge tag 'sound-fix2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2013-11-22ALSA: firewire-lib: fix wrong value for FDF field as an empty packetTakashi Sakamoto1-9/+6
2013-11-19ALSA: firewire-lib: include sound/asound.h to refer to snd_pcm_format_tTakashi Sakamoto1-0/+1
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-10-22Merge branch 'dice-driver-playback-only' of git://git.alsa-project.org/alsa-k...Takashi Iwai13-150/+2137
2013-10-20ALSA: dice: restrict the driver to playback-only devicesClemens Ladisch2-4/+15
2013-10-20ALSA: dice: fix detection of Weiss devicesClemens Ladisch1-5/+12
2013-10-20ALSA: dice: dice_proc_read: remove wrong typecastClemens Ladisch1-2/+1
2013-10-20ALSA: dice: document quadlet alignmentClemens Ladisch1-3/+3
2013-10-20ALSA: dice: add a proc file to show device informationClemens Ladisch1-0/+246
2013-10-20ALSA: dice: check clock change timeoutClemens Ladisch1-2/+3
2013-10-20ALSA: dice: dynamic sample rate selectionClemens Ladisch1-35/+102
2013-10-20ALSA: dice: get rate-dependent parametersClemens Ladisch1-2/+90