From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1blp0182.outbound.protection.outlook.com [207.46.163.182]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 143E71A04F5 for ; Fri, 13 Jun 2014 14:22:37 +1000 (EST) Date: Fri, 13 Jun 2014 11:50:50 +0800 From: Nicolin Chen To: Timur Tabi Subject: Re: [alsa-devel] [RFC][PATCH v1] ASoC: fsl_ssi: Add DAI master mode support for SSI on i.MX series Message-ID: <20140613035049.GB15609@MrMyself> References: <1386845085-21682-1-git-send-email-Guangyu.Chen@freescale.com> <20140613032119.GA15609@MrMyself> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" In-Reply-To: Cc: Takashi Iwai , alsa-devel mailing list , Mark Brown , "linuxppc-dev@lists.ozlabs.org" , Liam Girdwood List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Jun 12, 2014 at 10:44:48PM -0500, Timur Tabi wrote: > On Thu, Jun 12, 2014 at 10:21 PM, Nicolin Chen > wrote: > > > It compiles well with my ARM cross compiler. I guess it might be related > > to the compiler's version? But we should fix it anyway. Would you mind if > > I submit a patch? Or you do it directly? > > I just submitted a patch, but I can't test the code since I don't have > any boards that configure the SSI into master mode, so this function > is never called. I just tested it with i.MX platform. It still works. Thank you, Nicolin