]> nv-tegra.nvidia Code Review - linux-2.6.git/commit
ALSA: Add a reference counter to card instance
authorTakashi Iwai <tiwai@suse.de>
Wed, 7 Nov 2012 11:42:47 +0000 (12:42 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 17 Nov 2012 21:16:13 +0000 (13:16 -0800)
commit41a496238dae4c117548be819b0a3b3edbc48dc8
tree83190bcf55b89b79825b2f98ae493db4428f9885
parent1c694ffc72666085a5ad880fef913ee2c8c69c4a
ALSA: Add a reference counter to card instance

commit a0830dbd4e42b38aefdf3fb61ba5019a1a99ea85 upstream.

For more strict protection for wild disconnections, a refcount is
introduced to the card instance, and let it up/down when an object is
referred via snd_lookup_*() in the open ops.

The free-after-last-close check is also changed to check this refcount
instead of the empty list, too.

Reported-by: Matthieu CASTET <matthieu.castet@parrot.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
include/sound/core.h
sound/core/compress_offload.c
sound/core/control.c
sound/core/hwdep.c
sound/core/init.c
sound/core/oss/mixer_oss.c
sound/core/oss/pcm_oss.c
sound/core/pcm_native.c
sound/core/rawmidi.c
sound/core/sound.c
sound/core/sound_oss.c