All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] ASoC: Intel: Skylake: Topology sequence changes
@ 2016-02-05  6:49 Vinod Koul
  2016-02-05  6:49 ` [PATCH 1/7] ASoC: Intel: Skylake: Update the delay check Vinod Koul
                   ` (6 more replies)
  0 siblings, 7 replies; 17+ messages in thread
From: Vinod Koul @ 2016-02-05  6:49 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, tiwai, broonie, Vinod Koul, patches.audio

This series does some minor tweaks to the topology sequences and
supports a little more variety of topologies like a pipe that
does not have mixer at the end and is connected by a switch.

We add some helper functions and then support default params for
internal sinks and sources

Shutdown callback helps to get hardware to a cleaner state

MCLK configuration allows codec to configure and control the mclk
for these systems.

While at it, also fix the delay code to be simple if case

Dharageswari.R (3):
  ASoC: Intel: Skylake: Get node id using helper
  ASoC: Intel: Skylake: Add skl_tplg_be_get_cpr_module() helper
  ASoC: Intel: Skylake: Add MCLK configuration

Jeeja KP (3):
  ASoC: Intel: Skylake: Allow module parameter set after bind
  ASoC: Intel: Skylake: Add shutdown callback
  ASoC: Intel: Skylake: Fill BE blob with default params

Vinod Koul (1):
  ASoC: Intel: Skylake: Update the delay check

 sound/soc/intel/skylake/skl-messages.c       |  62 ++++++++-
 sound/soc/intel/skylake/skl-pcm.c            |  22 ++-
 sound/soc/intel/skylake/skl-topology.c       | 193 +++++++++++++++++++++++++++
 sound/soc/intel/skylake/skl-topology.h       |  27 ++++
 sound/soc/intel/skylake/skl-tplg-interface.h |   3 +-
 sound/soc/intel/skylake/skl.c                |  26 ++++
 6 files changed, 325 insertions(+), 8 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2016-02-09  2:41 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-05  6:49 [PATCH 0/7] ASoC: Intel: Skylake: Topology sequence changes Vinod Koul
2016-02-05  6:49 ` [PATCH 1/7] ASoC: Intel: Skylake: Update the delay check Vinod Koul
2016-02-08 18:01   ` Applied "ASoC: Intel: Skylake: Update the delay check" to the asoc tree Mark Brown
2016-02-05  6:49 ` [PATCH 2/7] ASoC: Intel: Skylake: Get node id using helper Vinod Koul
2016-02-08 18:01   ` Applied "ASoC: Intel: Skylake: Get node id using helper" to the asoc tree Mark Brown
2016-02-05  6:49 ` [PATCH 3/7] ASoC: Intel: Skylake: Add skl_tplg_be_get_cpr_module() helper Vinod Koul
2016-02-08 18:01   ` Applied "ASoC: Intel: Skylake: Add skl_tplg_be_get_cpr_module() helper" to the asoc tree Mark Brown
2016-02-05  6:49 ` [PATCH 4/7] ASoC: Intel: Skylake: Add MCLK configuration Vinod Koul
2016-02-08 16:43   ` Mark Brown
2016-02-09  2:45     ` Vinod Koul
2016-02-08 18:01   ` Applied "ASoC: Intel: Skylake: Add MCLK configuration" to the asoc tree Mark Brown
2016-02-05  6:49 ` [PATCH 5/7] ASoC: Intel: Skylake: Allow module parameter set after bind Vinod Koul
2016-02-08 18:01   ` Applied "ASoC: Intel: Skylake: Allow module parameter set after bind" to the asoc tree Mark Brown
2016-02-05  6:49 ` [PATCH 6/7] ASoC: Intel: Skylake: Add shutdown callback Vinod Koul
2016-02-08 18:01   ` Applied "ASoC: Intel: Skylake: Add shutdown callback" to the asoc tree Mark Brown
2016-02-05  6:49 ` [PATCH 7/7] ASoC: Intel: Skylake: Fill BE blob with default params Vinod Koul
2016-02-08 18:01   ` Applied "ASoC: Intel: Skylake: Fill BE blob with default params" 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.