summaryrefslogtreecommitdiffstats
path: root/sound/firewire
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+34Star
* 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/+6Star
|\
| * ALSA: firewire-lib: fix wrong value for FDF field as an empty packetTakashi Sakamoto2013-11-221-9/+6Star
* | 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
* | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
|/
* Merge branch 'dice-driver-playback-only' of git://git.alsa-project.org/alsa-k...Takashi Iwai2013-10-2213-150/+2137
|\
| * ALSA: dice: restrict the driver to playback-only devicesClemens Ladisch2013-10-202-4/+15
| * ALSA: dice: fix detection of Weiss devicesClemens Ladisch2013-10-201-5/+12
| * ALSA: dice: dice_proc_read: remove wrong typecastClemens Ladisch2013-10-201-2/+1Star
| * ALSA: dice: document quadlet alignmentClemens Ladisch2013-10-201-3/+3
| * ALSA: dice: add a proc file to show device informationClemens Ladisch2013-10-201-0/+246
| * ALSA: dice: check clock change timeoutClemens Ladisch2013-10-201-2/+3
| * ALSA: dice: dynamic sample rate selectionClemens Ladisch2013-10-201-35/+102
| * ALSA: dice: get rate-dependent parametersClemens Ladisch2013-10-201-2/+90
| * ALSA: dice: allow notifications during initializationClemens Ladisch2013-10-201-11/+11
| * ALSA: dice: get clock capabilitiesClemens Ladisch2013-10-201-2/+21
| * ALSA: dice: make amdtp_rates[] constClemens Ladisch2013-10-202-2/+2
| * ALSA: dice: fix lockingStefan Richter2013-10-201-4/+4
| * ALSA: dice: remove superfluous fieldClemens Ladisch2013-10-201-3/+1Star
| * ALSA: dice: remove 10s period length limitClemens Ladisch2013-10-201-1/+1
| * ALSA: dice: avoid superflous write at bus resetClemens Ladisch2013-10-201-0/+5
| * ALSA: firewire: extend snd_fw_transaction()Clemens Ladisch2013-10-208-206/+137Star
| * ALSA: dice: optimize reading of consecutive registersClemens Ladisch2013-10-201-16/+11Star
| * ALSA: dice: support dual-wire stream format at 192 kHzClemens Ladisch2013-10-204-67/+164
| * ALSA: dice: fix device detection for other vendorsClemens Ladisch2013-10-201-18/+84