alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: Vinod Koul <vinod.koul@intel.com>
To: Guneshwor Singh <guneshwor.o.singh@intel.com>
Cc: Takashi Iwai <tiwai@suse.de>,
	Liam Girdwood <liam.r.girdwood@linux.intel.com>,
	ALSA ML <alsa-devel@alsa-project.org>,
	Mark Brown <broonie@kernel.org>,
	Patches Audio <patches.audio@intel.com>
Subject: Re: [PATCH 00/11] ASoC: Intel: Skylake: Bug fixes for skylake driver
Date: Wed, 8 Nov 2017 19:45:01 +0530	[thread overview]
Message-ID: <20171108141501.GV3187@localhost> (raw)
In-Reply-To: <20171107104626.25800-1-guneshwor.o.singh@intel.com>

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 <vinod.koul@intel.com>

> 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

      parent reply	other threads:[~2017-11-08 14:11 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-07 10:46 [PATCH 00/11] ASoC: Intel: Skylake: Bug fixes for skylake driver Guneshwor Singh
2017-11-07 10:46 ` [PATCH 01/11] ASoC: Intel: Skylake: Fix updown mixer module format Guneshwor Singh
2017-11-08 21:33   ` Applied "ASoC: Intel: Skylake: Fix updown mixer module format" to the asoc tree Mark Brown
2017-11-07 10:46 ` [PATCH 02/11] ASoC: Intel: Skylake: Add channel map in updown mixer module IPC Guneshwor Singh
2017-11-08 21:33   ` Applied "ASoC: Intel: Skylake: Add channel map in updown mixer module IPC" to the asoc tree Mark Brown
2017-11-07 10:46 ` [PATCH 03/11] ASoC: Intel: Skylake: Fix potential NULL pointer dereference Guneshwor Singh
2017-11-08 21:33   ` Applied "ASoC: Intel: Skylake: Fix potential NULL pointer dereference" to the asoc tree Mark Brown
2017-11-07 10:46 ` [PATCH 04/11] ASoC: Intel: Skylake: Fix uuid_module memory leak in failure case Guneshwor Singh
2017-11-08 21:33   ` Applied "ASoC: Intel: Skylake: Fix uuid_module memory leak in failure case" to the asoc tree Mark Brown
2017-11-07 10:46 ` [PATCH 05/11] ASoC: Intel: Skylake: Remove second shim read in register_poll Guneshwor Singh
2017-12-06 17:49   ` Applied "ASoC: Intel: Skylake: Remove second shim read in register_poll" to the asoc tree Mark Brown
2017-11-07 10:46 ` [PATCH 06/11] ASoC: Intel: Skylake: Check for NHLT ACPI header signature Guneshwor Singh
2017-11-08 21:33   ` Applied "ASoC: Intel: Skylake: Check for NHLT ACPI header signature" to the asoc tree Mark Brown
2017-11-07 10:46 ` [PATCH 07/11] ASoC: Intel: Skylake: Optimize UUID handling to fill pin info Guneshwor Singh
2017-11-08 21:33   ` Applied "ASoC: Intel: Skylake: Optimize UUID handling to fill pin info" to the asoc tree Mark Brown
2017-11-07 10:46 ` [PATCH 08/11] ASoC: Intel: Skylake: Add dynamic module id support Guneshwor Singh
2017-11-08 21:32   ` Applied "ASoC: Intel: Skylake: Add dynamic module id support" to the asoc tree Mark Brown
2017-11-07 10:46 ` [PATCH 09/11] ASoC: hdac_hdmi: Fix static checker warning for sprintf usage Guneshwor Singh
2017-11-08 21:32   ` Applied "ASoC: hdac_hdmi: Fix static checker warning for sprintf usage" to the asoc tree Mark Brown
2017-11-07 10:46 ` [PATCH 10/11] ASoC: hdac_hdmi: Fix possible NULL pointer dereference Guneshwor Singh
2017-11-08 21:32   ` Applied "ASoC: hdac_hdmi: Fix possible NULL pointer dereference" to the asoc tree Mark Brown
2017-11-07 10:46 ` [PATCH 11/11] ASoC: hdac_hdmi: Fix possible memory leak on parse and map nid failure Guneshwor Singh
2017-11-08 21:32   ` Applied "ASoC: hdac_hdmi: Fix possible memory leak on parse and map nid failure" to the asoc tree Mark Brown
2017-11-08 14:15 ` Vinod Koul [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171108141501.GV3187@localhost \
    --to=vinod.koul@intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=guneshwor.o.singh@intel.com \
    --cc=liam.r.girdwood@linux.intel.com \
    --cc=patches.audio@intel.com \
    --cc=tiwai@suse.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).