aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire
AgeCommit message (Expand)AuthorFilesLines
2013-11-19ALSA: firewire-lib: include sound/asound.h to refer to snd_pcm_format_tGravatar Takashi Sakamoto 1-0/+1
2013-10-22Merge branch 'dice-driver-playback-only' of git://git.alsa-project.org/alsa-k...Gravatar Takashi Iwai 13-150/+2137
2013-10-20ALSA: dice: restrict the driver to playback-only devicesGravatar Clemens Ladisch 2-4/+15
2013-10-20ALSA: dice: fix detection of Weiss devicesGravatar Clemens Ladisch 1-5/+12
2013-10-20ALSA: dice: dice_proc_read: remove wrong typecastGravatar Clemens Ladisch 1-2/+1
2013-10-20ALSA: dice: document quadlet alignmentGravatar Clemens Ladisch 1-3/+3
2013-10-20ALSA: dice: add a proc file to show device informationGravatar Clemens Ladisch 1-0/+246
2013-10-20ALSA: dice: check clock change timeoutGravatar Clemens Ladisch 1-2/+3
2013-10-20ALSA: dice: dynamic sample rate selectionGravatar Clemens Ladisch 1-35/+102
2013-10-20ALSA: dice: get rate-dependent parametersGravatar Clemens Ladisch 1-2/+90
2013-10-20ALSA: dice: allow notifications during initializationGravatar Clemens Ladisch 1-11/+11
2013-10-20ALSA: dice: get clock capabilitiesGravatar Clemens Ladisch 1-2/+21
2013-10-20ALSA: dice: make amdtp_rates[] constGravatar Clemens Ladisch 2-2/+2
2013-10-20ALSA: dice: fix lockingGravatar Stefan Richter 1-4/+4
2013-10-20ALSA: dice: remove superfluous fieldGravatar Clemens Ladisch 1-3/+1
2013-10-20ALSA: dice: remove 10s period length limitGravatar Clemens Ladisch 1-1/+1
2013-10-20ALSA: dice: avoid superflous write at bus resetGravatar Clemens Ladisch 1-0/+5
2013-10-20ALSA: firewire: extend snd_fw_transaction()Gravatar Clemens Ladisch 8-206/+137
2013-10-20ALSA: dice: optimize reading of consecutive registersGravatar Clemens Ladisch 1-16/+11
2013-10-20ALSA: dice: support dual-wire stream format at 192 kHzGravatar Clemens Ladisch 4-67/+164
2013-10-20ALSA: dice: fix device detection for other vendorsGravatar Clemens Ladisch 1-18/+84
2013-10-20ALSA: dice: reorganize interface definitionsGravatar Clemens Ladisch 2-207/+373
2013-10-20ALSA: firewire: introduce amdtp_out_stream_running()Gravatar Clemens Ladisch 4-23/+18
2013-10-20ALSA: dice: clear device lock when closing hwdep deviceGravatar Clemens Ladisch 1-0/+13
2013-10-20ALSA: dice: implement hwdep deviceGravatar Clemens Ladisch 1-22/+203
2013-10-20ALSA: dice: fix hang when unplugging a running deviceGravatar Clemens Ladisch 1-2/+5
2013-10-20ALSA: dice, firewire-lib: add blocking modeGravatar Clemens Ladisch 3-27/+36
2013-10-20ALSA: dice: reduce noisy loggingGravatar Clemens Ladisch 1-2/+2
2013-10-20ALSA: dice: allow all sample ratesGravatar Clemens Ladisch 1-13/+42
2013-10-20ALSA: dice: optimize bus reset handlingGravatar Clemens Ladisch 1-55/+93
2013-10-17ALSA: add DICE driverGravatar Clemens Ladisch 3-0/+1023
2013-09-26ALSA: firewire-lib: use inlune function to calculate frame bytesGravatar Takashi Sakamoto 1-2/+2
2013-07-15Merge branch 'for-3.12' into for-nextGravatar Takashi Iwai 1-3/+1
2013-07-10Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-107/+82
2013-07-10ALSA: firewire-speakers: remove not-reused member from structureGravatar Takashi Sakamoto 1-3/+1
2013-06-25ALSA: snd-firewire-lib: remove unused header inclusionGravatar Takashi Sakamoto 1-1/+0
2013-06-18ALSA: firewire: fix error return code in scs_probe()Gravatar Wei Yongjun 1-1/+3
2013-06-09firewire: introduce fw_driver.probe and .remove methodsGravatar Stefan Richter 3-107/+82
2012-12-07ALSA: firewire-speakers: remove __dev* attributesGravatar Bill Pemberton 1-4/+4
2012-11-12ALSA: firewire: add Stanton SCS.1d/1m driverGravatar Clemens Ladisch 3-0/+542
2012-05-24Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 3-29/+2
2012-05-14ALSA: firewire-lib: optimize packet flushingGravatar Clemens Ladisch 2-1/+8
2012-05-14ALSA: firewire-lib: flush completed packets when reading PCM positionGravatar Clemens Ladisch 2-12/+15
2012-05-14ALSA: firewire-lib: taskletize the snd_pcm_period_elapsed() callGravatar Clemens Ladisch 2-13/+31
2012-04-17firewire: move rcode_string() to coreGravatar Clemens Ladisch 3-29/+2
2012-03-22Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-7/+1
2012-01-15firewire: move fw_device reference counting from drivers to coreGravatar Stefan Richter 2-7/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-0/+2
2011-10-31treewide: use __printf not __attribute__((format(printf,...)))Gravatar Joe Perches 1-1/+1
2011-10-31sound: Add export.h for THIS_MODULE/EXPORT_SYMBOL where neededGravatar Paul Gortmaker 2-0/+2