aboutsummaryrefslogtreecommitdiff
path: root/sound/firewire/isight.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-12ALSA: isight: fix leak of reference to firewire unit in error path of .probe ...Gravatar Takashi Sakamoto 1-5/+5
2018-10-10ALSA: firewire: release reference count of firewire unit in .remove callback ...Gravatar Takashi Sakamoto 1-2/+3
2018-10-10ALSA: firewire: block .remove callback of bus driver till all of ALSA charact...Gravatar Takashi Sakamoto 1-1/+2
2018-07-18ALSA: pcm: Nuke snd_pcm_lib_mmap_vmalloc()Gravatar Takashi Iwai 1-1/+0
2018-05-14ALSA: isight: use position offset macro of TLV dataGravatar Takashi Sakamoto 1-4/+6
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Gravatar Mark Rutland 1-9/+9
2017-08-19ALSA: firewire: constify snd_pcm_ops structuresGravatar Arvind Yadav 1-1/+1
2014-11-09ALSA: pcm: Add snd_pcm_stop_xrun() helperGravatar Takashi Iwai 1-8/+2
2014-02-14ALSA: firewire: Convert to snd_card_new() with a device pointerGravatar Takashi Iwai 1-2/+2
2013-10-20ALSA: firewire: extend snd_fw_transaction()Gravatar Clemens Ladisch 1-23/+20
2013-06-09firewire: introduce fw_driver.probe and .remove methodsGravatar Stefan Richter 1-23/+21
2012-03-22Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+1
2012-01-15firewire: move fw_device reference counting from drivers to coreGravatar Stefan Richter 1-3/+1
2011-08-15ALSA: isight: remove superfluous fieldGravatar Clemens Ladisch 1-1/+0
2011-06-17ALSA: isight: adjust for new queueing APIGravatar Clemens Ladisch 1-0/+1
2011-05-11ALSA: isight: fix lockingGravatar Clemens Ladisch 1-3/+6
2011-05-11ALSA: isight: fix hang when unplugging a running deviceGravatar Clemens Ladisch 1-2/+1
2011-05-11ALSA: isight: wrap up register accessesGravatar Stefan Richter 1-46/+30
2011-05-11ALSA: isight: add AudioEnable register writeGravatar Stefan Richter 1-3/+14
2011-05-11ALSA: isight: fix divide error when queueing packetsGravatar Clemens Ladisch 1-0/+1
2011-05-11ALSA: isight: fix packet requeueingGravatar Clemens Ladisch 1-3/+2
2011-05-11ALSA: isight: fix isight_pcm_abort() crashesGravatar Clemens Ladisch 1-6/+20
2011-05-11ALSA: add Apple iSight microphone driverGravatar Clemens Ladisch 1-0/+744