[alsa-devel] [PATCH 0/5] ASoC: topology: Add support for FE DAI & DAI links

mengdong.lin at linux.intel.com mengdong.lin at linux.intel.com
Thu Dec 31 09:35:17 CET 2015


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

This series allows topology to create FE DAI and DAI links from the PCM
topology objects defined by the user space.

Mengdong Lin (5):
  ASoC: Define soc_add_dai() to add a DAI to a component
  ASoC: Support registering a DAI dynamically
  ALSA: pcm: Add snd_pcm_rate_range_to_bits()
  ASoC: topology: Add FE DAIs dynamically
  ASoC: topology: Add FE DAI links dynamically

 include/sound/pcm.h          |   2 +
 include/sound/soc-dai.h      |   1 +
 include/sound/soc-topology.h |  21 +++--
 include/sound/soc.h          |   5 +-
 sound/core/pcm_misc.c        |  27 ++++++
 sound/soc/soc-core.c         | 128 ++++++++++++++++++++--------
 sound/soc/soc-topology.c     | 195 ++++++++++++++++++++++++++++++++++---------
 7 files changed, 291 insertions(+), 88 deletions(-)

-- 
2.5.0



More information about the Alsa-devel mailing list