From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Eric_B=E9nard?= Subject: Re: ASoC: Hooking a TI CODEC to a i.MX27 MCU Date: Fri, 28 May 2010 15:10:18 +0200 Message-ID: <4BFFC0BA.80409@eukrea.com> References: <20100524074946.GC16346@www.longlandclan.yi.org> <1274698156.3064.93.camel@odin> <20100525004126.GA10968@www.longlandclan.yi.org> <20100525022646.GA18030@www.longlandclan.yi.org> <1274806007.4728.3.camel@gnutoo-desktop> <20100526132129.GA13644@www.longlandclan.yi.org> <20100527004702.GA22091@sirena.org.uk> <20100528020621.GA12531@www.longlandclan.yi.org> <4BFF5AC7.3060409@eukrea.com> <20100528110805.GA9917@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from 63.mail-out.ovh.net (63.mail-out.ovh.net [91.121.185.56]) by alsa0.perex.cz (Postfix) with SMTP id A9675103AFC for ; Fri, 28 May 2010 15:10:21 +0200 (CEST) In-Reply-To: <20100528110805.GA9917@sirena.org.uk> 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: Mark Brown Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Le 28/05/2010 13:08, Mark Brown a =E9crit : > On Fri, May 28, 2010 at 07:55:19AM +0200, Eric B??nard wrote: >> Hi Stuart, > > Don't drop CCs from mailing list postings, you should always maintain > CCs for kernel related lists. > sorry, wrong button pushed. >> I'll try to find our I2C init sequence and send it to you as this was >> the hardest part of the thing to get the codec running. > > Under Linux you'd normally not be using just a hard coded sequence of > I2C writes... > I agree with you, but this can be useful for board bring up and hardware = debug. Eric