From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Subject: Re: [PATCH] ASoC: fsl_ssi: fix AC'97 mode Date: Sat, 27 Jun 2015 23:27:36 -0500 Message-ID: <558F77B8.9060307@tabi.org> References: <558F28E1.7040204@maciej.szmigiero.name> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from muin.pair.com (muin.pair.com [209.68.1.55]) by alsa0.perex.cz (Postfix) with ESMTP id 599EE2605E1 for ; Sun, 28 Jun 2015 06:27:39 +0200 (CEST) In-Reply-To: <558F28E1.7040204@maciej.szmigiero.name> 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: "Maciej S. Szmigiero" , "alsa-devel@alsa-project.org" Cc: Xiubo Li , Takashi Iwai , linux-kernel , Liam Girdwood , Nicolin Chen , Mark Brown , Fabio Estevam , linuxppc-dev@lists.ozlabs.org List-Id: alsa-devel@alsa-project.org Maciej S. Szmigiero wrote: > + if (newbinding && fsl_ssi_is_ac97(ssi_private)) { Is the "newbinding" necessary? I thought only the original PowerPC device trees were the only one that have the old binding, and they never supported AC97. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from muin.pair.com (muin.pair.com [209.68.1.55]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 1D1D51A0023 for ; Sun, 28 Jun 2015 14:27:42 +1000 (AEST) Message-ID: <558F77B8.9060307@tabi.org> Date: Sat, 27 Jun 2015 23:27:36 -0500 From: Timur Tabi MIME-Version: 1.0 To: "Maciej S. Szmigiero" , "alsa-devel@alsa-project.org" CC: Nicolin Chen , Xiubo Li , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , linuxppc-dev@lists.ozlabs.org, linux-kernel , Fabio Estevam Subject: Re: [PATCH] ASoC: fsl_ssi: fix AC'97 mode References: <558F28E1.7040204@maciej.szmigiero.name> In-Reply-To: <558F28E1.7040204@maciej.szmigiero.name> Content-Type: text/plain; charset=UTF-8; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Maciej S. Szmigiero wrote: > + if (newbinding && fsl_ssi_is_ac97(ssi_private)) { Is the "newbinding" necessary? I thought only the original PowerPC device trees were the only one that have the old binding, and they never supported AC97.