Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753366AbbH0QZO (ORCPT ); Thu, 27 Aug 2015 12:25:14 -0400 Received: from mx0b-001ae601.pphosted.com ([67.231.152.168]:35212 "EHLO mx0b-001ae601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751357AbbH0QZM (ORCPT ); Thu, 27 Aug 2015 12:25:12 -0400 Date: Thu, 27 Aug 2015 17:04:45 +0100 From: Charles Keepax To: Mark Brown CC: , , , , , Subject: Re: [alsa-devel] [PATCH 2/2] ASoC: wm5110: Add DAPM/routing hookup for the ANC block Message-ID: <20150827160445.GC19411@ck-lbox> References: <1440689466-7941-1-git-send-email-ckeepax@opensource.wolfsonmicro.com> <1440689466-7941-2-git-send-email-ckeepax@opensource.wolfsonmicro.com> <20150827161132.GE5313@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20150827161132.GE5313@sirena.org.uk> User-Agent: Mutt/1.5.20 (2009-06-14) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.14.151,1.0.33,0.0.0000 definitions=2015-08-27_08:2015-08-26,2015-08-27,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1508030000 definitions=main-1508270251 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 657 Lines: 22 On Thu, Aug 27, 2015 at 05:11:32PM +0100, Mark Brown wrote: > On Thu, Aug 27, 2015 at 04:31:06PM +0100, Charles Keepax wrote: > > > + switch (event) { > > + case SND_SOC_DAPM_POST_PMU: > > + val = 1 << w->shift; > > + break; > > + case SND_SOC_DAPM_PRE_PMD: > > + val = 1 << (w->shift + 1); > > + default: > > It looks like there's a missing break here. Ooops... sorry let me fix that up. Thanks, Charles -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/