From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: core - Allow components to probe/remove in sequence. Date: Tue, 7 Jun 2011 18:41:08 +0100 Message-ID: <20110607174108.GK18544@opensource.wolfsonmicro.com> References: <1307459285-5040-1-git-send-email-lrg@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id A3D3E103A46 for ; Tue, 7 Jun 2011 19:41:12 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1307459285-5040-1-git-send-email-lrg@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Liam Girdwood Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On Tue, Jun 07, 2011 at 04:08:05PM +0100, Liam Girdwood wrote: > Some ASoC components depend on other ASoC components to provide clocks and > power resources in order to probe() and vice versa for remove(). > > Allow components to be ordered so that components can be probed() and removed() > in sequences that conform to their dependencies. Applied, thanks.