From mboxrd@z Thu Jan 1 00:00:00 1970 From: Vinod Koul Subject: Re: [PATCH 00/11] ASoC: Intel: Skylake: Bug fixes for skylake driver Date: Wed, 8 Nov 2017 19:45:01 +0530 Message-ID: <20171108141501.GV3187@localhost> References: <20171107104626.25800-1-guneshwor.o.singh@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by alsa0.perex.cz (Postfix) with ESMTP id 29E4E266D45 for ; Wed, 8 Nov 2017 15:11:48 +0100 (CET) Content-Disposition: inline In-Reply-To: <20171107104626.25800-1-guneshwor.o.singh@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Guneshwor Singh Cc: Takashi Iwai , Liam Girdwood , ALSA ML , Mark Brown , Patches Audio List-Id: alsa-devel@alsa-project.org On Tue, Nov 07, 2017 at 04:16:15PM +0530, Guneshwor Singh wrote: > This series include couple of bug fixes which include memory leak fixes, null > pointer dereference fixes, fixes for errors generated by static checker, updown > mixer module ipc format fix and use module uuid instead of module id which is > required for module pins. Acked-By: Vinod Koul > Guneshwor Singh (2): > ASoC: Intel: Skylake: Fix updown mixer module format > ASoC: Intel: Skylake: Add channel map in updown mixer module IPC > > Pankaj Bharadiya (3): > ASoC: Intel: Skylake: Fix potential NULL pointer dereference > ASoC: Intel: Skylake: Fix uuid_module memory leak in failure case > ASoC: Intel: Skylake: Check for NHLT ACPI header signature > > Sriram Periyasamy (2): > ASoC: Intel: Skylake: Optimize UUID handling to fill pin info > ASoC: Intel: Skylake: Add dynamic module id support > > Subhransu S. Prusty (4): > ASoC: Intel: Skylake: Remove second shim read in register_poll > ASoC: hdac_hdmi: Fix static checker warning for sprintf usage > ASoC: hdac_hdmi: Fix possible NULL pointer dereference > ASoC: hdac_hdmi: Fix possible memory leak on parse and map nid failure > > sound/soc/codecs/hdac_hdmi.c | 51 ++++++++++++++++++++++---- > sound/soc/intel/common/sst-dsp.c | 4 +- > sound/soc/intel/skylake/skl-messages.c | 9 +---- > sound/soc/intel/skylake/skl-nhlt.c | 9 +++++ > sound/soc/intel/skylake/skl-pcm.c | 3 +- > sound/soc/intel/skylake/skl-sst-utils.c | 15 ++++++-- > sound/soc/intel/skylake/skl-topology.c | 65 +++++++++++++++++++++------------ > sound/soc/intel/skylake/skl-topology.h | 3 +- > 8 files changed, 112 insertions(+), 47 deletions(-) > > -- > 2.14.2 > -- ~Vinod