[alsa-devel] [PATCH] ASoC: adau1761: Mark expected switch fall-though
Mark Brown
broonie at kernel.org
Thu Aug 9 11:31:00 CEST 2018
On Wed, Aug 08, 2018 at 02:22:13PM -0500, Gustavo A. R. Silva wrote:
> @@ -518,7 +518,8 @@ static int adau1761_setup_digmic_jackdetect(struct snd_soc_component *component)
> ARRAY_SIZE(adau1761_jack_detect_controls));
> if (ret)
> return ret;
> - case ADAU1761_DIGMIC_JACKDET_PIN_MODE_NONE: /* fallthrough */
> + /* fall through */
> + case ADAU1761_DIGMIC_JACKDET_PIN_MODE_NONE:
> ret = snd_soc_dapm_add_routes(dapm, adau1761_no_dmic_routes,
> ARRAY_SIZE(adau1761_no_dmic_routes));
> if (ret)
Again, are you *sure* here?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20180809/e43dc820/attachment.sig>
More information about the Alsa-devel
mailing list