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