From mboxrd@z Thu Jan 1 00:00:00 1970 From: Axel Lin Subject: [PATCH 0/12] sound/alsa/soc/codec: fix memory leak and resource relaim in error path Date: Thu, 15 Jul 2010 10:49:07 +0800 Message-ID: <1279162147.29294.2.camel@mola> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: linux-kernel Cc: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Tejun Heo , alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org This serial of patches fixes memory leak and resource relaim in error path [PATCH 1/12] ad1836: fix a memory leak if another ad1836 is registered [PATCH 2/12] ak4642: fix a memory leak if failed to initialise AK4642 [PATCH 3/12] da7210: fix a memory leak if failed to initialise da7210 audio codec [PATCH 4/12] wm8523: fix resource reclaim in wm8523_register error path [PATCH 5/12] wm8711: fix a memory leak if another WM8711 is registered [PATCH 6/12] wm8904: fix resource reclaim in wm8904_register error path [PATCH 7/12] wm8940: fix resource reclaim in wm8940_register error path [PATCH 8/12] wm8955: fix resource reclaim in wm8955_register error path [PATCH 9/12] wm8961: fix resource reclaim in wm8961_register error path [PATCH 10/12] wm8974: fix a memory leak if another WM8974 is registered [PATCH 11/12] wm8978: fix a memory leak if another WM8978 is registered [PATCH 12/12] wm9081: fix resource reclaim in wm9081_register error path Regards, Axel