From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mengdong Lin Subject: Re: [PATCH v3 0/3] topology: Support widgets' stream name and file inclusion for text conf file Date: Mon, 24 Oct 2016 19:44:31 +0800 Message-ID: <580DF41F.1070207@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 mga14.intel.com (mga14.intel.com [192.55.52.115]) by alsa0.perex.cz (Postfix) with ESMTP id 05537266649 for ; Mon, 24 Oct 2016 13:43:32 +0200 (CEST) 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 Cc: tiwai@suse.de, hardik.t.shah@intel.com, guneshwor.o.singh@intel.com, liam.r.girdwood@linux.intel.com, vinod.koul@intel.com, broonie@kernel.org, mengdong.lin@intel.com List-Id: alsa-devel@alsa-project.org Sorry, please overlook this version. I forgot to modify the doxygen comment for static functions. Thanks Mengdong On 10/24/2016 07:37 PM, mengdong.lin@linux.intel.com wrote: > From: Mengdong Lin > > This series doesn't require or cause any ABI updates. It doesn't need the > kernel patches that trying to udpate ABI from v4 or v5. > > Patch 1 fixes a missing topology feature for text conf file to configure > stream name of a widget. > > Patch 2 allows alsaconf to search included files under global > configuration directories. This will benefit topology and UCM. > > Patch 3 adds document about how to include files for topology > configuration. There is no c code change but actually it depends > on patch 2. > > History: > v2: No longer use topology-specific code to support searching included > files, but extend alsaconf to support this and user can just use > alsaconf syntax and . > > v3: Not use but define new syntax to > define directories for searching included file. > > Mengdong Lin (3): > topology: Fix missing stream name of widgets in text conf file > alsaconf: Search included files under user specified configuration > directories > topology: Add doc for including other files in the text conf file > > include/topology.h | 31 ++++++++++ > src/conf.c | 170 +++++++++++++++++++++++++++++++++++++++++++++++++++- > src/topology/dapm.c | 10 ++++ > 3 files changed, 210 insertions(+), 1 deletion(-) >