summaryrefslogtreecommitdiffstats
path: root/sound/firewire/dice.c
AgeCommit message (Expand)AuthorLines
2014-11-29ALSA: dice: Move file to its own directoryTakashi Sakamoto-1512/+0
2014-11-29ALSA: dice: Rename structure and its membersTakashi Sakamoto-81/+81
2014-11-29ALSA: dice: suppress checkpatch.pl warningsTakashi Sakamoto-4/+5
2014-08-29ALSA: firewire-lib/dice: add arrangements of PCM pointer and interrupts for D...Takashi Sakamoto-4/+11
2014-08-29ALSA: dice: fix wrong channel mappping at higher sampling rateTakashi Sakamoto-5/+9
2014-05-26ALSA: firewire-lib/dice/speakers: Add common PCM constraints for AMDTP streamsTakashi Sakamoto-16/+1
2014-05-26ALSA: dice/firewire-lib: Keep dualwire mode but obsolete CIP_HI_DUALWIRETakashi Sakamoto-6/+27
2014-05-26ALSA: firewire-lib: Add 'direction' member to 'amdtp_stream' structureTakashi Sakamoto-1/+1
2014-05-26ALSA: firewire-lib: Rename functions, structure, member for AMDTPTakashi Sakamoto-23/+23
2014-02-14ALSA: firewire: Convert to snd_card_new() with a device pointerTakashi Iwai-2/+2
2013-11-29ALSA: dice: fix array limits in dice_proc_read()Dan Carpenter-2/+2
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang-1/+1
2013-10-20ALSA: dice: restrict the driver to playback-only devicesClemens Ladisch-0/+9
2013-10-20ALSA: dice: fix detection of Weiss devicesClemens Ladisch-5/+12
2013-10-20ALSA: dice: dice_proc_read: remove wrong typecastClemens Ladisch-2/+1
2013-10-20ALSA: dice: add a proc file to show device informationClemens Ladisch-0/+246
2013-10-20ALSA: dice: check clock change timeoutClemens Ladisch-2/+3
2013-10-20ALSA: dice: dynamic sample rate selectionClemens Ladisch-35/+102
2013-10-20ALSA: dice: get rate-dependent parametersClemens Ladisch-2/+90
2013-10-20ALSA: dice: allow notifications during initializationClemens Ladisch-11/+11
2013-10-20ALSA: dice: get clock capabilitiesClemens Ladisch-2/+21
2013-10-20ALSA: dice: fix lockingStefan Richter-4/+4
2013-10-20ALSA: dice: remove superfluous fieldClemens Ladisch-3/+1
2013-10-20ALSA: dice: remove 10s period length limitClemens Ladisch-1/+1
2013-10-20ALSA: dice: avoid superflous write at bus resetClemens Ladisch-0/+5
2013-10-20ALSA: firewire: extend snd_fw_transaction()Clemens Ladisch-143/+64
2013-10-20ALSA: dice: optimize reading of consecutive registersClemens Ladisch-16/+11
2013-10-20ALSA: dice: support dual-wire stream format at 192 kHzClemens Ladisch-8/+21
2013-10-20ALSA: dice: fix device detection for other vendorsClemens Ladisch-18/+84
2013-10-20ALSA: dice: reorganize interface definitionsClemens Ladisch-207/+2
2013-10-20ALSA: firewire: introduce amdtp_out_stream_running()Clemens Ladisch-12/+5
2013-10-20ALSA: dice: clear device lock when closing hwdep deviceClemens Ladisch-0/+13
2013-10-20ALSA: dice: implement hwdep deviceClemens Ladisch-22/+203
2013-10-20ALSA: dice: fix hang when unplugging a running deviceClemens Ladisch-2/+5
2013-10-20ALSA: dice, firewire-lib: add blocking modeClemens Ladisch-1/+1
2013-10-20ALSA: dice: reduce noisy loggingClemens Ladisch-2/+2
2013-10-20ALSA: dice: allow all sample ratesClemens Ladisch-13/+42
2013-10-20ALSA: dice: optimize bus reset handlingClemens Ladisch-55/+93
2013-10-17ALSA: add DICE driverClemens Ladisch-0/+1008