aboutsummaryrefslogtreecommitdiffstats
path: root/sound/firewire (follow)
AgeCommit message (Expand)AuthorFilesLines
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/git/tiwai/soundLinus 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-kprivate into for-nextTakashi 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
2013-10-20ALSA: dice: allow notifications during initializationClemens Ladisch1-11/+11
2013-10-20ALSA: dice: get clock capabilitiesClemens Ladisch1-2/+21
2013-10-20ALSA: dice: make amdtp_rates[] constClemens Ladisch2-2/+2
2013-10-20ALSA: dice: fix lockingStefan Richter1-4/+4
2013-10-20ALSA: dice: remove superfluous fieldClemens Ladisch1-3/+1
2013-10-20ALSA: dice: remove 10s period length limitClemens Ladisch1-1/+1
2013-10-20ALSA: dice: avoid superflous write at bus resetClemens Ladisch1-0/+5
2013-10-20ALSA: firewire: extend snd_fw_transaction()Clemens Ladisch8-206/+137
2013-10-20ALSA: dice: optimize reading of consecutive registersClemens Ladisch1-16/+11
2013-10-20ALSA: dice: support dual-wire stream format at 192 kHzClemens Ladisch4-67/+164
2013-10-20ALSA: dice: fix device detection for other vendorsClemens Ladisch1-18/+84
2013-10-20ALSA: dice: reorganize interface definitionsClemens Ladisch2-207/+373
2013-10-20ALSA: firewire: introduce amdtp_out_stream_running()Clemens Ladisch4-23/+18
2013-10-20ALSA: dice: clear device lock when closing hwdep deviceClemens Ladisch1-0/+13
2013-10-20ALSA: dice: implement hwdep deviceClemens Ladisch1-22/+203
2013-10-20ALSA: dice: fix hang when unplugging a running deviceClemens Ladisch1-2/+5
2013-10-20ALSA: dice, firewire-lib: add blocking modeClemens Ladisch3-27/+36
2013-10-20ALSA: dice: reduce noisy loggingClemens Ladisch1-2/+2
2013-10-20ALSA: dice: allow all sample ratesClemens Ladisch1-13/+42
2013-10-20ALSA: dice: optimize bus reset handlingClemens Ladisch1-55/+93
2013-10-17ALSA: add DICE driverClemens Ladisch3-0/+1023
2013-09-26ALSA: firewire-lib: use inlune function to calculate frame bytesTakashi Sakamoto1-2/+2
2013-07-15Merge branch 'for-3.12' into for-nextTakashi Iwai1-3/+1
2013-07-10Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds3-107/+82
2013-07-10ALSA: firewire-speakers: remove not-reused member from structureTakashi Sakamoto1-3/+1
2013-06-25ALSA: snd-firewire-lib: remove unused header inclusionTakashi Sakamoto1-1/+0
2013-06-18ALSA: firewire: fix error return code in scs_probe()Wei Yongjun1-1/+3
2013-06-09firewire: introduce fw_driver.probe and .remove methodsStefan Richter3-107/+82
2012-12-07ALSA: firewire-speakers: remove __dev* attributesBill Pemberton1-4/+4
2012-11-12ALSA: firewire: add Stanton SCS.1d/1m driverClemens Ladisch3-0/+542
2012-05-24Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394Linus Torvalds3-29/+2
2012-05-14ALSA: firewire-lib: optimize packet flushingClemens Ladisch2-1/+8
2012-05-14ALSA: firewire-lib: flush completed packets when reading PCM positionClemens Ladisch2-12/+15
2012-05-14ALSA: firewire-lib: taskletize the snd_pcm_period_elapsed() callClemens Ladisch2-13/+31