From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Mack Subject: Re: [PATCH v4 2/2] ALSA: ASoC: davinci-mcasp: don't overwrite DIT settings Date: Mon, 04 Mar 2013 12:02:10 +0100 Message-ID: <51347F32.2020809@gmail.com> References: <1362393266-5127-1-git-send-email-yegorslists@googlemail.com> <1362393266-5127-2-git-send-email-yegorslists@googlemail.com> <51347AE4.9040403@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-bk0-f50.google.com (mail-bk0-f50.google.com [209.85.214.50]) by alsa0.perex.cz (Postfix) with ESMTP id 8EA5C26506D for ; Mon, 4 Mar 2013 12:02:08 +0100 (CET) Received: by mail-bk0-f50.google.com with SMTP id jg9so2274249bkc.23 for ; Mon, 04 Mar 2013 03:02:08 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Yegor Yefremov Cc: "Porter, Matt" , "alsa-devel@alsa-project.org" , Vaibhav Bedia List-Id: alsa-devel@alsa-project.org On 04.03.2013 11:58, Yegor Yefremov wrote: > On Mon, Mar 4, 2013 at 11:43 AM, Daniel Mack wrote: >> On 04.03.2013 11:34, yegorslists@googlemail.com wrote: >>> From: Yegor Yefremov >>> >>> Channel size settings will be made at the end of >>> davinci_mcasp_hw_params() routine and thus overwrite frame >>> format settings made for DIT mode. This patch fixes this issue >>> by taking op_mode into account. Tested with official PSP 3.2 >>> kernel and sii9022a HDMI transmitter. >>> >>> Signed-off-by: Yegor Yefremov >> >> For both, wrt a survived regression test :) >> >> Tested-by: Daniel Mack > > Thanks. > > How do you make the test? Is it "doesn't break compilation" test? Or > do you have S/PDIF capable device? No, I'm running the driver in IIS mode, with a codec attached to the I2S lines. All I can do for now is test that your patches do not break my environment. I can not test DIT. Daniel