]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: firewire-lib: remove reference counting
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 21 Feb 2015 14:54:58 +0000 (23:54 +0900)
committerTakashi Iwai <tiwai@suse.de>
Mon, 23 Feb 2015 08:11:08 +0000 (09:11 +0100)
commit7cc3fc6bb88a84ead7cce883bef5b11c7e8e865f
tree25cdceedc71e9e9e39856d7f3e0672cc27e2342d
parent40e9ac213ca860848fa071d10e1db0223f3af627
ALSA: firewire-lib: remove reference counting

AMDTP helper functions increment/decrement reference counter for an
instance of FireWire unit, while it's complicated for each driver to
process error state.

In previous commit, each driver has the role of reference counting. This
commit removes this role from the helper function.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: <stable@vger.kernel.org> # 3.19+
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/firewire/amdtp.c