From mboxrd@z Thu Jan 1 00:00:00 1970 From: Charles Keepax Subject: Re: [PATCH 2/4] ASoC: dapm: Fix value setting for _ENUM_DOUBLE MUX's second channel Date: Tue, 30 Aug 2016 09:42:54 +0100 Message-ID: <20160830084254.GX21682@localhost.localdomain> References: <20160827112801.31010-1-wens@csie.org> <20160827112801.31010-3-wens@csie.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx0b-001ae601.pphosted.com (mx0b-001ae601.pphosted.com [67.231.152.168]) by alsa0.perex.cz (Postfix) with ESMTP id 55FFE2669D5 for ; Tue, 30 Aug 2016 10:42:46 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20160827112801.31010-3-wens@csie.org> 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: Chen-Yu Tsai Cc: alsa-devel@alsa-project.org, Liam Girdwood , linux-kernel@vger.kernel.org, Takashi Iwai , Mark Brown List-Id: alsa-devel@alsa-project.org On Sat, Aug 27, 2016 at 07:27:59PM +0800, Chen-Yu Tsai wrote: > The value for the second channel in _ENUM_DOUBLE (double channel) MUXs > is not correctly updated, due to using the wrong bit shift. > > Use the correct bit shift, so both channels toggle together. > > Fixes: 3727b4968453 ("ASoC: dapm: Consolidate MUXs and value MUXs") > Signed-off-by: Chen-Yu Tsai > --- Reviewed-by: Charles Keepax Thanks, Charles