From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Nikula Subject: Re: [PATCH] omap3: alsa-soc: Remove restrictive check for cpu type Date: Mon, 14 Mar 2011 15:55:42 +0200 Message-ID: <20110314155542.b60bd852.jhnikula@gmail.com> References: <1300109513-29002-1-git-send-email-premi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from mail-ey0-f174.google.com ([209.85.215.174]:55445 "EHLO mail-ey0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750796Ab1CNNxj (ORCPT ); Mon, 14 Mar 2011 09:53:39 -0400 Received: by eyx24 with SMTP id 24so1616058eyx.19 for ; Mon, 14 Mar 2011 06:53:37 -0700 (PDT) In-Reply-To: <1300109513-29002-1-git-send-email-premi@ti.com> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Sanjeev Premi Cc: linux-omap@vger.kernel.org, alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org On Mon, 14 Mar 2011 19:01:53 +0530 Sanjeev Premi wrote: > Current check for cpu type is too restrictive leading to > failures for other silicons in same family. > > The problem was found while testing audio playback on > AM37x and AM35x processors. But should exist on OMAP36xx > as well. > > Signed-off-by: Sanjeev Premi > --- > sound/soc/omap/omap-mcbsp.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > There are two other cpu_is_omap343x tests as well. Care to check them too? -- Jarkko