All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] ASoC: Intel: Skylake: Driver fixes
@ 2016-02-03 12:29 Vinod Koul
  2016-02-03 12:29 ` [PATCH 01/11] ASoC: Intel: Skylake: Fix the memory overwrite of tlv buffer Vinod Koul
                   ` (10 more replies)
  0 siblings, 11 replies; 25+ messages in thread
From: Vinod Koul @ 2016-02-03 12:29 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, patches.audio, broonie, Vinod Koul

Now that 4.5-rc1 has audio functional with driver, time to fix some corner
cases in driver.

This series tries to fix:
o resource leakage on error cases while allocation and freeup
o wrap of delay reporting
o fix of various corner cases in topology and support of multiple
sinks/source ona pipe and without a mixer termination
o tlv buffer overwrite as suggested by Takashi
o removal of autosuspend delay
o 2 ch support on rt286 machine

Although patches are 11, the diffstat is only +59, -29

Dharageswari.R (1):
  ASoC: Intel: Skylake: Fix pipe memory allocation leak

Guneshwor Singh (2):
  ASoC: Intel: Skylake: Fix delay wrap condition
  ASoC: Intel: Skylake: Fix mcps freeup after module unbind failure

Jeeja KP (6):
  ASoC: Intel: Skylake: Fix return of skl_get_queue_index
  ASoC: Intel: Skylake: Fix the module state check condition
  ASoC: Intel: Skylake: Fix not to stop sink pipe in pga pmd event
  ASoC: Intel: Skylake: Fix bind of source with multiple sinks
  ASoC: Intel: Skylake: Add missing PRE/POST_PMU handlers for vmixer
  ASoC: Intel: Skylake: Fix stereo DMIC record

Vinod Koul (2):
  ASoC: Intel: Skylake: Fix the memory overwrite of tlv buffer
  ASoC: Intel: Skylake: Remove autosuspend delay

 sound/soc/intel/boards/skl_rt286.c     |  5 ++-
 sound/soc/intel/skylake/skl-messages.c |  6 +--
 sound/soc/intel/skylake/skl-pcm.c      |  1 +
 sound/soc/intel/skylake/skl-topology.c | 74 +++++++++++++++++++++++-----------
 sound/soc/intel/skylake/skl.c          |  2 -
 5 files changed, 59 insertions(+), 29 deletions(-)

-- 
1.9.1

^ permalink raw reply	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2016-02-04 15:00 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-03 12:29 [PATCH 00/11] ASoC: Intel: Skylake: Driver fixes Vinod Koul
2016-02-03 12:29 ` [PATCH 01/11] ASoC: Intel: Skylake: Fix the memory overwrite of tlv buffer Vinod Koul
2016-02-04 12:16   ` Applied "ASoC: Intel: Skylake: Fix the memory overwrite of tlv buffer" to the asoc tree Mark Brown
2016-02-03 12:29 ` [PATCH 02/11] ASoC: Intel: Skylake: Fix delay wrap condition Vinod Koul
2016-02-04 11:24   ` Mark Brown
2016-02-04 15:03     ` Vinod Koul
2016-02-04 12:16   ` Applied "ASoC: Intel: Skylake: Fix delay wrap condition" to the asoc tree Mark Brown
2016-02-03 12:29 ` [PATCH 03/11] ASoC: Intel: Skylake: Fix mcps freeup after module unbind failure Vinod Koul
2016-02-04 12:16   ` Applied "ASoC: Intel: Skylake: Fix mcps freeup after module unbind failure" to the asoc tree Mark Brown
2016-02-03 12:29 ` [PATCH 04/11] ASoC: Intel: Skylake: Fix pipe memory allocation leak Vinod Koul
2016-02-04 12:16   ` Applied "ASoC: Intel: Skylake: Fix pipe memory allocation leak" to the asoc tree Mark Brown
2016-02-03 12:29 ` [PATCH 05/11] ASoC: Intel: Skylake: Fix return of skl_get_queue_index Vinod Koul
2016-02-04 12:16   ` Applied "ASoC: Intel: Skylake: Fix return of skl_get_queue_index" to the asoc tree Mark Brown
2016-02-03 12:29 ` [PATCH 06/11] ASoC: Intel: Skylake: Fix the module state check condition Vinod Koul
2016-02-04 12:16   ` Applied "ASoC: Intel: Skylake: Fix the module state check condition" to the asoc tree Mark Brown
2016-02-03 12:29 ` [PATCH 07/11] ASoC: Intel: Skylake: Fix not to stop sink pipe in pga pmd event Vinod Koul
2016-02-04 12:16   ` Applied "ASoC: Intel: Skylake: Fix not to stop sink pipe in pga pmd event" to the asoc tree Mark Brown
2016-02-03 12:29 ` [PATCH 08/11] ASoC: Intel: Skylake: Fix bind of source with multiple sinks Vinod Koul
2016-02-04 12:16   ` Applied "ASoC: Intel: Skylake: Fix bind of source with multiple sinks" to the asoc tree Mark Brown
2016-02-03 12:29 ` [PATCH 09/11] ASoC: Intel: Skylake: Add missing PRE/POST_PMU handlers for vmixer Vinod Koul
2016-02-04 12:16   ` Applied "ASoC: Intel: Skylake: Add missing PRE/POST_PMU handlers for vmixer" to the asoc tree Mark Brown
2016-02-03 12:29 ` [PATCH 10/11] ASoC: Intel: Skylake: Fix stereo DMIC record Vinod Koul
2016-02-04 12:16   ` Applied "ASoC: Intel: Skylake: Fix stereo DMIC record" to the asoc tree Mark Brown
2016-02-03 12:29 ` [PATCH 11/11] ASoC: Intel: Skylake: Remove autosuspend delay Vinod Koul
2016-02-04 12:16   ` Applied "ASoC: Intel: Skylake: Remove autosuspend delay" to the asoc tree Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.