From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Nikula Subject: Re: [PATCH] ASoC: omap-mcbsp: Remove restrictive checks for cpu type Date: Wed, 11 May 2011 18:38:58 +0300 Message-ID: <20110511183858.4ada5071.jhnikula@gmail.com> References: <1305122135-27938-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-ew0-f51.google.com (mail-ew0-f51.google.com [209.85.215.51]) by alsa0.perex.cz (Postfix) with ESMTP id A067424799 for ; Wed, 11 May 2011 17:39:03 +0200 (CEST) Received: by ewy6 with SMTP id 6so196046ewy.38 for ; Wed, 11 May 2011 08:39:03 -0700 (PDT) In-Reply-To: <1305122135-27938-1-git-send-email-premi@ti.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: Sanjeev Premi Cc: alsa-devel@alsa-project.org, linux-omap@vger.kernel.org, Liam Girdwood , linux-arm-kernel@lists.infradead.org, Mark Brown List-Id: alsa-devel@alsa-project.org On Wed, 11 May 2011 19:25:35 +0530 Sanjeev Premi wrote: > Current checks for cpu type were 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 > cc: Mark Brown > cc: Liam Girdwood > cc: Jarkko Nikula > --- Acked-by: Jarkko Nikula