From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Kisky Subject: Re: [PATCH 2/3] ASoC: DaVinci: pcm, rename variables in prep for ping/pong Date: Tue, 29 Sep 2009 15:09:12 -0700 Message-ID: <4AC28588.9030802@boundarydevices.com> References: <1251761505-11353-1-git-send-email-troy.kisky@boundarydevices.com> <1251761505-11353-2-git-send-email-troy.kisky@boundarydevices.com> <20090902220152.GB4495@sirena.org.uk> <4A9F0A8C.1040509@boundarydevices.com> <4AA0113D.9030605@boundarydevices.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtpauth00.csee.onr.siteprotect.com (smtpauth00.csee.onr.siteprotect.com [64.26.60.144]) by alsa0.perex.cz (Postfix) with ESMTP id 7EC00103823 for ; Wed, 30 Sep 2009 00:09:29 +0200 (CEST) In-Reply-To: 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: "Nori, Sekhar" Cc: "davinci-linux-open-source@linux.davincidsp.com" , "alsa-devel@alsa-project.org" List-Id: alsa-devel@alsa-project.org > > Troy, do you have any theory yet on why your patch should permanently swap > channels? > Memory in 16 bit samples L1,R1,L2,R2 Shifting out in 16 bit samples L1,R1,L2,R2 Memory in 32 bit samples R1L1,R2L2,R3L3 Shifting out in 32 bit samples R1L1,R2L2 Codec sees 16 bit samples R1,L1,R2,L2