From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH 0/4] topology: Support using "index" to group objects when generating binary for kernel Date: Fri, 21 Apr 2017 12:58:40 +0200 Message-ID: References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.suse.de (mx2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id B114E266F52 for ; Fri, 21 Apr 2017 12:58:41 +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: fuweix.tang@intel.com Cc: liam.r.girdwood@linux.intel.com, mengdong.lin@intel.com, alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Thu, 13 Apr 2017 08:52:43 +0200, fuweix.tang@intel.com wrote: > > From: Fuwei Tang > > The index value of an topology object can be used to group objects for different > use cases. And so the audio kernel driver can ask topology core to load all > objects of the specified index value(use case). The function is already supported > in kernel. > So in the user space, for topology objects of the same type but with different > index values, they should be written into different blocks in the binary for > kernel. The index value is stored in the block header. > > Fuwei Tang (4): > topology: Insert new element based on its index value > topology: Remove code parsing index value in paring each object > topology: Look up references for an object based on its index > topology: Group elements with the same index value into a block Applied these four patches now. Thanks. Takashi