summaryrefslogtreecommitdiffstats
path: root/sound/firewire/isight.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: firewire: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-111-1/+0
* ALSA: firewire: Use managed buffer allocationTakashi Iwai2019-12-111-8/+2
* ALSA: firewire: Convert to the common vmalloc memallocTakashi Iwai2019-11-061-4/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 345Thomas Gleixner2019-06-051-1/+1
* ALSA: isight: fix leak of reference to firewire unit in error path of .probe ...Takashi Sakamoto2018-10-121-5/+5
* ALSA: firewire: release reference count of firewire unit in .remove callback ...Takashi Sakamoto2018-10-101-2/+3
* ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...Takashi Sakamoto2018-10-101-1/+2
* ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Takashi Iwai2018-07-181-1/+0
* ALSA: isight: use position offset macro of TLV dataTakashi Sakamoto2018-05-141-4/+6
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-9/+9
* ALSA: firewire: constify snd_pcm_ops structuresArvind Yadav2017-08-191-1/+1
* ALSA: pcm: Add snd_pcm_stop_xrun() helperTakashi Iwai2014-11-091-8/+2
* ALSA: firewire: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-141-2/+2
* ALSA: firewire: extend snd_fw_transaction()Clemens Ladisch2013-10-201-23/+20
* firewire: introduce fw_driver.probe and .remove methodsStefan Richter2013-06-091-23/+21
* Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-03-221-3/+1
|\
| * firewire: move fw_device reference counting from drivers to coreStefan Richter2012-01-151-3/+1
* | ALSA: isight: remove superfluous fieldClemens Ladisch2011-08-151-1/+0
|/
* ALSA: isight: adjust for new queueing APIClemens Ladisch2011-06-171-0/+1
* ALSA: isight: fix lockingClemens Ladisch2011-05-111-3/+6
* ALSA: isight: fix hang when unplugging a running deviceClemens Ladisch2011-05-111-2/+1
* ALSA: isight: wrap up register accessesStefan Richter2011-05-111-46/+30
* ALSA: isight: add AudioEnable register writeStefan Richter2011-05-111-3/+14
* ALSA: isight: fix divide error when queueing packetsClemens Ladisch2011-05-111-0/+1
* ALSA: isight: fix packet requeueingClemens Ladisch2011-05-111-3/+2
* ALSA: isight: fix isight_pcm_abort() crashesClemens Ladisch2011-05-111-6/+20
* ALSA: add Apple iSight microphone driverClemens Ladisch2011-05-111-0/+744