From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Do Q.Thang" Subject: Re: [PATCH] ASoC: fixup simple-card probe order Date: Tue, 02 Oct 2012 12:41:31 +0900 Message-ID: <506A626B.4030404@jinso.co.jp> References: <5068E775.7040601@jinso.co.jp> <20121001100154.GA4360@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20121001100154.GA4360@opensource.wolfsonmicro.com> Sender: linux-sh-owner@vger.kernel.org To: Mark Brown Cc: alsa-devel@alsa-project.org, linux-sh@vger.kernel.org, Simon Horman List-Id: alsa-devel@alsa-project.org On 10/01/2012 07:01 PM, Mark Brown wrote: > On Mon, Oct 01, 2012 at 09:44:37AM +0900, Do Q.Thang wrote: >> Hi all, >> >> KZM-A9-GT board and Armadillo-800eva board use the asoc-simple-card. >> but probe of this sound card needs the fsi-dai's registered before. >> So this message appear in the bootlog. >> >> " asoc-simple-card asoc-simple-card.0: CPU DAI fsia-dai not registered >> platform asoc-simple-card.0: Driver asoc-simple-card requests probe >> deferral " >> >> The asoc-simple-card was probed while fsi-dai probe hasn't run yet. >> So asoc-simple-card probe deferral is requested. >> I think the simple-card should be probed after the fsi-dai probe. >> I think this patch can fix this issue. >> >> What do you think about this? > The above is normal and expected behaviour, there is no issue here. > thanks. From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Do Q.Thang" Date: Tue, 02 Oct 2012 03:41:31 +0000 Subject: Re: [PATCH] ASoC: fixup simple-card probe order Message-Id: <506A626B.4030404@jinso.co.jp> List-Id: References: <5068E775.7040601@jinso.co.jp> <20121001100154.GA4360@opensource.wolfsonmicro.com> In-Reply-To: <20121001100154.GA4360@opensource.wolfsonmicro.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mark Brown Cc: alsa-devel@alsa-project.org, linux-sh@vger.kernel.org, Simon Horman On 10/01/2012 07:01 PM, Mark Brown wrote: > On Mon, Oct 01, 2012 at 09:44:37AM +0900, Do Q.Thang wrote: >> Hi all, >> >> KZM-A9-GT board and Armadillo-800eva board use the asoc-simple-card. >> but probe of this sound card needs the fsi-dai's registered before. >> So this message appear in the bootlog. >> >> " asoc-simple-card asoc-simple-card.0: CPU DAI fsia-dai not registered >> platform asoc-simple-card.0: Driver asoc-simple-card requests probe >> deferral " >> >> The asoc-simple-card was probed while fsi-dai probe hasn't run yet. >> So asoc-simple-card probe deferral is requested. >> I think the simple-card should be probed after the fsi-dai probe. >> I think this patch can fix this issue. >> >> What do you think about this? > The above is normal and expected behaviour, there is no issue here. > thanks.