Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1214673
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] ASoC: wm5110: Add DAPM/routing hookup for the ANC block |
| Date | 2015-08-27 18:20 +0200 |
| Message-ID | <q284a-18X-9@gated-at.bofh.it> (permalink) |
| References | <q284a-18X-11@gated-at.bofh.it> <q284a-18X-13@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
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.
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH 2/2] ASoC: wm5110: Add DAPM/routing hookup for the ANC block Mark Brown <broonie@kernel.org> - 2015-08-27 18:20 +0200 Re: [alsa-devel] [PATCH 2/2] ASoC: wm5110: Add DAPM/routing hookup for the ANC block Charles Keepax <ckeepax@opensource.wolfsonmicro.com> - 2015-08-27 18:30 +0200
csiph-web