From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars-Peter Clausen Subject: Re: [PATCH v2 09/13] ASoC: The soc card can have auxiliary components Date: Thu, 26 Nov 2015 13:57:37 +0100 Message-ID: <565701C1.9040900@metafoo.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-out-194.synserver.de (smtp-out-208.synserver.de [212.40.185.208]) by alsa0.perex.cz (Postfix) with ESMTP id 615012619FB for ; Thu, 26 Nov 2015 13:57:41 +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: mengdong.lin@linux.intel.com, alsa-devel@alsa-project.org, broonie@kernel.org Cc: tiwai@suse.de, mengdong.lin@intel.com, liam.r.girdwood@linux.intel.com, vinod.koul@intel.com, jeeja.kp@intel.com, subhransu.s.prusty@intel.com List-Id: alsa-devel@alsa-project.org On 11/05/2015 10:59 AM, mengdong.lin@linux.intel.com wrote: > From: Mengdong Lin > > Machine drivers can set the name of one or more auxiliary components. > And the ASoC core will find and probe the auxiliary components. > > Machine drivers can use this to specify the components with topology. > Then when the components are probed, topology info will be loaded to > the core. How is this different from the existing aux_devs?