https://github.com/torvalds/linux
Revision 59294a01d7037f63fb8bf994af10ce63c618770a authored by Takashi Sakamoto on 10 March 2015, 12:54:35 UTC, committed by Takashi Iwai on 10 March 2015, 14:27:19 UTC
With previous commit, this module managed to leave the counting to each
drivers, but the isochronous resources functionality still increment/decrement
the count.

This commit purge such codes to leave the responsibility to each drivers.

Fix: c6f224dc20ad ('ALSA: firewire-lib: remove reference counting')
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 5b1274e
Raw File
Tip revision: 59294a01d7037f63fb8bf994af10ce63c618770a authored by Takashi Sakamoto on 10 March 2015, 12:54:35 UTC
ALSA: firewire-lib: leave unit reference counting completely
Tip revision: 59294a0
00-INDEX
Virtualization support in the Linux kernel.

00-INDEX
	- this file.

paravirt_ops.txt
	- Describes the Linux kernel pv_ops to support different hypervisors
kvm/
	- Kernel Virtual Machine.  See also http://linux-kvm.org
uml/
	- User Mode Linux, builds/runs Linux kernel as a userspace program.
back to top