Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ASoC: Change the PCM runtime array to a list
@ 2015-11-03  5:03 mengdong.lin
  2015-11-03  5:04 ` [PATCH 1/2] ASoC: Vendor drivers get a link's runtime by snd_soc_get_pcm_runtime() mengdong.lin
  2015-11-03  5:05 ` [PATCH 2/2] ASoC: Change the PCM runtime array to a list mengdong.lin
  0 siblings, 2 replies; 4+ messages in thread
From: mengdong.lin @ 2015-11-03  5:03 UTC (permalink / raw)
  To: alsa-devel, broonie
  Cc: Lin Mengdong, tiwai, mengdong.lin, liam.r.girdwood, vinod.koul,
	jeeja.kp, subhransu.s.prusty

From: Lin Mengdong <mengdong.lin@linux.intel.com>

The 2 patches are a preparation to allow the topology core to create
PCM devices dyanmically. Probing a compoent may load its topology and
come up with new DAI links and thus new runtimes. So impmenting the 
PCM runtimes in a list make it easier to add new runtimes.

Mengdong Lin (2):
  ASoC: Vendor drivers get a link's runtime by snd_soc_get_pcm_runtime()
  ASoC: Change the PCM runtime array to a list

 include/sound/soc.h                          |   5 +-
 sound/soc/fsl/fsl-asoc-card.c                |   5 +-
 sound/soc/fsl/imx-wm8962.c                   |  10 +-
 sound/soc/generic/simple-card.c              |  12 +-
 sound/soc/intel/atom/sst-mfld-platform-pcm.c |  12 +-
 sound/soc/intel/boards/cht_bsw_max98090_ti.c |   7 +-
 sound/soc/intel/boards/cht_bsw_rt5645.c      |   7 +-
 sound/soc/intel/boards/cht_bsw_rt5672.c      |   7 +-
 sound/soc/pxa/mioa701_wm9713.c               |   6 +-
 sound/soc/samsung/bells.c                    |  40 +++-
 sound/soc/samsung/littlemill.c               |  32 +++-
 sound/soc/samsung/odroidx2_max98090.c        |   9 +-
 sound/soc/samsung/snow.c                     |   9 +-
 sound/soc/samsung/speyside.c                 |  12 +-
 sound/soc/samsung/tobermory.c                |  21 ++-
 sound/soc/sh/rcar/core.c                     |   2 +-
 sound/soc/sh/rcar/rsrc-card.c                |   6 +-
 sound/soc/soc-core.c                         | 263 ++++++++++++++++-----------
 sound/soc/soc-dapm.c                         |   7 +-
 sound/soc/soc-pcm.c                          |  22 +--
 sound/soc/tegra/tegra_wm8903.c               |   3 +-
 21 files changed, 307 insertions(+), 190 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2015-11-18 18:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-03  5:03 [PATCH 0/2] ASoC: Change the PCM runtime array to a list mengdong.lin
2015-11-03  5:04 ` [PATCH 1/2] ASoC: Vendor drivers get a link's runtime by snd_soc_get_pcm_runtime() mengdong.lin
2015-11-18 18:32   ` Applied "ASoC: Vendor drivers get a link's runtime by snd_soc_get_pcm_runtime()" to the asoc tree Mark Brown
2015-11-03  5:05 ` [PATCH 2/2] ASoC: Change the PCM runtime array to a list mengdong.lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox