[alsa-devel] [PATCH 2/2] ASoC: wm5110: Add DAPM/routing hookup for the ANC block
Mark Brown
broonie at kernel.org
Thu Aug 27 18:11:32 CEST 2015
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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20150827/9dc60263/attachment.sig>
More information about the Alsa-devel
mailing list