From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mengdong Lin Subject: Re: [PATCH v3 0/2] ASoC: topology: Add support for FE DAI & DAI links Date: Tue, 16 Feb 2016 14:17:20 +0800 Message-ID: <56C2BEF0.4090106@linux.intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by alsa0.perex.cz (Postfix) with ESMTP id EFE382607E9 for ; Tue, 16 Feb 2016 07:16:15 +0100 (CET) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org, broonie@kernel.org Cc: vinod.koul@intel.com, hardik.t.shah@intel.com, liam.r.girdwood@linux.intel.com, mengdong.lin@intel.com, jeeja.kp@intel.com, subhransu.s.prusty@intel.com List-Id: alsa-devel@alsa-project.org Please overlook this v3 series, since the v2 were just applied. I've sent out a separate patch to fix setting of a stream's rates: [PATCH] ASoC: topology: Fix setting of stream rates, rate_min and rate_max On 02/16/2016 01:39 PM, mengdong.lin@linux.intel.com wrote: > From: Mengdong Lin > > 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(-) >