From: Mengdong Lin mengdong.lin@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(-)