From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH 1/3] ASoC: support sample sizes properly in the WM8776 codec driver Date: Fri, 16 Sep 2011 10:07:49 +0100 Message-ID: <20110916090749.GG22062@opensource.wolfsonmicro.com> References: <1315936777-27994-1-git-send-email-timur@freescale.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from opensource2.wolfsonmicro.com (opensource.wolfsonmicro.com [80.75.67.52]) by alsa0.perex.cz (Postfix) with ESMTP id BE2DC2412D for ; Fri, 16 Sep 2011 11:07:51 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1315936777-27994-1-git-send-email-timur@freescale.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: Timur Tabi Cc: alsa-devel@alsa-project.org, lrg@ti.com List-Id: alsa-devel@alsa-project.org On Tue, Sep 13, 2011 at 12:59:35PM -0500, Timur Tabi wrote: > Use snd_pcm_format_width() to determine the sample size, instead of > checking specify sample formats and assuming that those are the only > valid format. Applied with the legibility problem with i fixed.