commit | 8bb4d9ce08b0a92ca174e41d92c180328f86173f | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Nov 08 14:36:18 2012 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Nov 08 14:36:18 2012 +0100 |
tree | ed2d1ed4e401736de2cc67f8660d43b156d3a0b4 | |
parent | 19a62823eae453619604636082085812c14ee391 [diff] |
ALSA: Fix card refcount unbalance There are uncovered cases whether the card refcount introduced by the commit a0830dbd isn't properly increased or decreased: - OSS PCM and mixer success paths - When lookup function gets NULL This patch fixes these places. Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=50251 Cc: <stable@vger.kernel.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>