From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Ujfalusi Subject: Re: [PATCH 1/2] ASoC: omap-mcbsp: Correct the DSP_B mode Date: Tue, 14 Apr 2009 16:00:42 +0300 Message-ID: <200904141600.42704.peter.ujfalusi@nokia.com> References: <1239695131-30367-1-git-send-email-peter.ujfalusi@nokia.com> <200904141532.30478.peter.ujfalusi@nokia.com> <20090414154900.1e9dc607.jarkko.nikula@nokia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Return-path: Received: from mgw-mx09.nokia.com (smtp.nokia.com [192.100.105.134]) by alsa0.perex.cz (Postfix) with ESMTP id D643B24369 for ; Tue, 14 Apr 2009 15:01:09 +0200 (CEST) In-Reply-To: <20090414154900.1e9dc607.jarkko.nikula@nokia.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: "Nikula Jarkko (Nokia-D/Helsinki)" Cc: "alsa-devel@alsa-project.org" , ext Mark Brown List-Id: alsa-devel@alsa-project.org On Tuesday 14 April 2009 15:49:00 Nikula Jarkko (Nokia-D/Helsinki) wrote: > On Tue, 14 Apr 2009 14:32:30 +0200 > > "Ujfalusi Peter (Nokia-D/Tampere)" wrote: > > Should it be like this instead: > > + temp_fmt ^=3D SND_SOC_DAIFMT_NB_IF; > > Absolutely yes, good catch :-) > > > We only need to invert the FS polarity and the bclk should stay as it > > is.. Also should than this modified fmt stored to mcbsp_data->fmt later? > > No since it's used only inside omap_mcbsp_dai_set_dai_fmt to tune polarity > for the mode default. That's why there is this temp_fmt variable. Fair enough. Could you resend the patch? I think this is a good starting point for getting this DSP_A/_B mode right, = finally... I'll can than send the DSP_A patch on top of your DSP_B... Than I can resen= d = the TWL4030 four channel patches on top of these ;) > > > Jarkko -- = P=E9ter