From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Brown Subject: Re: [PATCH] ASoC: Fix overflow bug in SOC_DOUBLE_R_SX_TLV Date: Sat, 19 Jun 2010 02:36:29 +0100 Message-ID: <20100619013629.GA2974@opensource.wolfsonmicro.com> References: <20100618023810.GS7759@www.longlandclan.yi.org> <1276829770-31557-1-git-send-email-redhatter@gentoo.org> 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 16B9B244DC for ; Sat, 19 Jun 2010 03:36:16 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1276829770-31557-1-git-send-email-redhatter@gentoo.org> 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: Stuart Longland Cc: Takashi Iwai , ALSA Development List , Linux Kernel , Linux ARM Kernel , Liam Girdwood List-Id: alsa-devel@alsa-project.org On Fri, Jun 18, 2010 at 12:56:10PM +1000, Stuart Longland wrote: > When SX_TLV widgets are read, if the gain is set to a value below 0dB, > the mixer control is erroniously read as being at maximum volume. Applied, thanks. BTW, you might want to have a look at the CCs - you probably don't need to CCing the ARM list for ASoC patches that aren't ARM specific, for example. From mboxrd@z Thu Jan 1 00:00:00 1970 From: broonie@opensource.wolfsonmicro.com (Mark Brown) Date: Sat, 19 Jun 2010 02:36:29 +0100 Subject: [PATCH] ASoC: Fix overflow bug in SOC_DOUBLE_R_SX_TLV In-Reply-To: <1276829770-31557-1-git-send-email-redhatter@gentoo.org> References: <20100618023810.GS7759@www.longlandclan.yi.org> <1276829770-31557-1-git-send-email-redhatter@gentoo.org> Message-ID: <20100619013629.GA2974@opensource.wolfsonmicro.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, Jun 18, 2010 at 12:56:10PM +1000, Stuart Longland wrote: > When SX_TLV widgets are read, if the gain is set to a value below 0dB, > the mixer control is erroniously read as being at maximum volume. Applied, thanks. BTW, you might want to have a look at the CCs - you probably don't need to CCing the ARM list for ASoC patches that aren't ARM specific, for example. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754516Ab0FSBgR (ORCPT ); Fri, 18 Jun 2010 21:36:17 -0400 Received: from opensource.wolfsonmicro.com ([80.75.67.52]:60149 "EHLO opensource2.wolfsonmicro.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754407Ab0FSBgQ (ORCPT ); Fri, 18 Jun 2010 21:36:16 -0400 Date: Sat, 19 Jun 2010 02:36:29 +0100 From: Mark Brown To: Stuart Longland Cc: ALSA Development List , Takashi Iwai , Liam Girdwood , Linux ARM Kernel , Linux Kernel Subject: Re: [PATCH] ASoC: Fix overflow bug in SOC_DOUBLE_R_SX_TLV Message-ID: <20100619013629.GA2974@opensource.wolfsonmicro.com> References: <20100618023810.GS7759@www.longlandclan.yi.org> <1276829770-31557-1-git-send-email-redhatter@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1276829770-31557-1-git-send-email-redhatter@gentoo.org> X-Cookie: Just to have it is enough. User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 18, 2010 at 12:56:10PM +1000, Stuart Longland wrote: > When SX_TLV widgets are read, if the gain is set to a value below 0dB, > the mixer control is erroniously read as being at maximum volume. Applied, thanks. BTW, you might want to have a look at the CCs - you probably don't need to CCing the ARM list for ASoC patches that aren't ARM specific, for example.