hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/sound/soc/codecs/sta350.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Codec driver for ST STA350 2.1-channel high-efficiency digital audio system
34 *
....@@ -11,11 +12,6 @@
1112 * Mark Brown <broonie@opensource.wolfsonmicro.com>
1213 * Freescale Semiconductor, Inc.
1314 * Timur Tabi <timur@freescale.com>
14
- *
15
- * This program is free software; you can redistribute it and/or modify it
16
- * under the terms of the GNU General Public License as published by the
17
- * Free Software Foundation; either version 2 of the License, or (at your
18
- * option) any later version.
1915 */
2016
2117 #define pr_fmt(fmt) KBUILD_MODNAME ":%s:%d: " fmt, __func__, __LINE__
....@@ -730,7 +726,7 @@
730726 switch (params_width(params)) {
731727 case 24:
732728 dev_dbg(component->dev, "24bit\n");
733
- /* fall through */
729
+ fallthrough;
734730 case 32:
735731 dev_dbg(component->dev, "24bit or 32bit\n");
736732 switch (sta350->format) {