From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolin Chen Subject: Re: =?iso-8859-1?q?No_sound_captured_with_SGTL5000_on_i?= =?iso-8859-1?q?=2EMX6_in_I=B2S_master_mode?= Date: Thu, 18 Sep 2014 10:49:37 -0700 Message-ID: <20140918174935.GB6432@Asurada> References: <20140918170524.GA6080@Asurada> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pd0-f175.google.com (mail-pd0-f175.google.com [209.85.192.175]) by alsa0.perex.cz (Postfix) with ESMTP id E43A7265282 for ; Thu, 18 Sep 2014 19:49:41 +0200 (CEST) Received: by mail-pd0-f175.google.com with SMTP id z10so1870078pdj.6 for ; Thu, 18 Sep 2014 10:49:41 -0700 (PDT) Content-Disposition: inline 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: Fabio Estevam Cc: Shengjiu Wang , Lars-Peter Clausen , "alsa-devel@alsa-project.org" , Markus Pargmann , Jean-Michel Hautbois , Michael Trimarchi , Shawn Guo List-Id: alsa-devel@alsa-project.org Hi Fabio, On Thu, Sep 18, 2014 at 02:28:29PM -0300, Fabio Estevam wrote: > Thanks for the hint on audmux swap! I can get ssi in master mode to > work correctly with the change below: > - mux-int-port = <2>; > - mux-ext-port = <3>; > + mux-int-port = <3>; > + mux-ext-port = <2>; Actually this looks a bit tricky as the internal and external ports are not physically swapped :) So that's why I put the swapping code in the fsl-asoc-card based on CBx_CFx configurations. Thanks Nicolin