summaryrefslogtreecommitdiffstats
path: root/sound/firewire/dice.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: dice: fix array limits in dice_proc_read()Dan Carpenter2013-11-291-2/+2
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* ALSA: dice: restrict the driver to playback-only devicesClemens Ladisch2013-10-201-0/+9
* ALSA: dice: fix detection of Weiss devicesClemens Ladisch2013-10-201-5/+12
* ALSA: dice: dice_proc_read: remove wrong typecastClemens Ladisch2013-10-201-2/+1
* 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: fix lockingStefan Richter2013-10-201-4/+4
* ALSA: dice: remove superfluous fieldClemens Ladisch2013-10-201-3/+1
* 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-201-143/+64
* ALSA: dice: optimize reading of consecutive registersClemens Ladisch2013-10-201-16/+11
* ALSA: dice: support dual-wire stream format at 192 kHzClemens Ladisch2013-10-201-8/+21
* ALSA: dice: fix device detection for other vendorsClemens Ladisch2013-10-201-18/+84
* ALSA: dice: reorganize interface definitionsClemens Ladisch2013-10-201-207/+2
* ALSA: firewire: introduce amdtp_out_stream_running()Clemens Ladisch2013-10-201-12/+5
* ALSA: dice: clear device lock when closing hwdep deviceClemens Ladisch2013-10-201-0/+13
* ALSA: dice: implement hwdep deviceClemens Ladisch2013-10-201-22/+203
* ALSA: dice: fix hang when unplugging a running deviceClemens Ladisch2013-10-201-2/+5
* ALSA: dice, firewire-lib: add blocking modeClemens Ladisch2013-10-201-1/+1
* ALSA: dice: reduce noisy loggingClemens Ladisch2013-10-201-2/+2
* ALSA: dice: allow all sample ratesClemens Ladisch2013-10-201-13/+42
* ALSA: dice: optimize bus reset handlingClemens Ladisch2013-10-201-55/+93
* ALSA: add DICE driverClemens Ladisch2013-10-171-0/+1008