public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Mark Brown <broonie@kernel.org>
To: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Cc: lee.jones@linaro.org, sameo@linux.intel.com, lgirdwood@gmail.com,
	linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org,
	patches@opensource.wolfsonmicro.com
Subject: Re: [PATCH 2/2] ASoC: wm5110: Add DAPM/routing hookup for the ANC block
Date: Thu, 27 Aug 2015 17:11:32 +0100	[thread overview]
Message-ID: <20150827161132.GE5313@sirena.org.uk> (raw)
In-Reply-To: <1440689466-7941-2-git-send-email-ckeepax@opensource.wolfsonmicro.com>

[-- Attachment #1: Type: text/plain, Size: 277 bytes --]

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.

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 473 bytes --]

  reply	other threads:[~2015-08-27 16:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-27 15:31 [PATCH 1/2] mfd: arizona: Add register bits to support the ANC block Charles Keepax
2015-08-27 15:31 ` [PATCH 2/2] ASoC: wm5110: Add DAPM/routing hookup for " Charles Keepax
2015-08-27 16:11   ` Mark Brown [this message]
2015-08-27 16:04     ` [alsa-devel] " Charles Keepax

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20150827161132.GE5313@sirena.org.uk \
    --to=broonie@kernel.org \
    --cc=alsa-devel@alsa-project.org \
    --cc=ckeepax@opensource.wolfsonmicro.com \
    --cc=lee.jones@linaro.org \
    --cc=lgirdwood@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=patches@opensource.wolfsonmicro.com \
    --cc=sameo@linux.intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox