lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Thu, 27 Aug 2015 17:04:45 +0100
From:	Charles Keepax <ckeepax@...nsource.wolfsonmicro.com>
To:	Mark Brown <broonie@...nel.org>
CC:	<alsa-devel@...a-project.org>, <sameo@...ux.intel.com>,
	<patches@...nsource.wolfsonmicro.com>,
	<linux-kernel@...r.kernel.org>, <lgirdwood@...il.com>,
	<lee.jones@...aro.org>
Subject: Re: [alsa-devel] [PATCH 2/2] ASoC: wm5110: Add DAPM/routing hookup
 for the ANC block

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ