hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/sound/soc/codecs/pcm186x.c
....@@ -2,7 +2,7 @@
22 /*
33 * Texas Instruments PCM186x Universal Audio ADC
44 *
5
- * Copyright (C) 2015-2017 Texas Instruments Incorporated - http://www.ti.com
5
+ * Copyright (C) 2015-2017 Texas Instruments Incorporated - https://www.ti.com
66 * Andreas Dannenberg <dannenberg@ti.com>
77 * Andrew F. Davis <afd@ti.com>
88 */
....@@ -401,7 +401,8 @@
401401 break;
402402 case SND_SOC_DAIFMT_DSP_A:
403403 priv->tdm_offset += 1;
404
- /* Fall through... DSP_A uses the same basic config as DSP_B
404
+ fallthrough;
405
+ /* DSP_A uses the same basic config as DSP_B
405406 * except we need to shift the TDM output by one BCK cycle
406407 */
407408 case SND_SOC_DAIFMT_DSP_B: