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.
History: v2: Remove first 2 patches in v1 that were accepted. Add Ack by Takashi to patch 'ALSA: pcm: Add snd_pcm_rate_range_to_bits()' and add his comments on the function's assumption to c file.
v3: remove 1st patch in v2 that was accepted. Revise setting of a stream's rates/rate_min/rate_max as Lars suggested.
Mengdong Lin (2): ASoC: topology: Add FE DAIs dynamically ASoC: topology: Add FE DAI links dynamically
include/sound/soc-topology.h | 21 +++-- include/sound/soc.h | 2 +- sound/soc/soc-topology.c | 195 ++++++++++++++++++++++++++++++++++--------- 3 files changed, 165 insertions(+), 53 deletions(-)