hc
2023-12-08 01573e231f18eb2d99162747186f59511f56b64d
kernel/sound/soc/codecs/max98926.c
....@@ -1,9 +1,7 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * max98926.c -- ALSA SoC MAX98926 driver
34 * Copyright 2013-15 Maxim Integrated Products
4
- * This program is free software; you can redistribute it and/or modify
5
- * it under the terms of the GNU General Public License version 2 as
6
- * published by the Free Software Foundation.
75 */
86 #include <linux/delay.h>
97 #include <linux/i2c.h>
....@@ -20,15 +18,6 @@
2018 static const char * const max98926_boost_voltage_txt[] = {
2119 "8.5V", "8.25V", "8.0V", "7.75V", "7.5V", "7.25V", "7.0V", "6.75V",
2220 "6.5V", "6.5V", "6.5V", "6.5V", "6.5V", "6.5V", "6.5V", "6.5V"
23
-};
24
-
25
-static const char * const max98926_boost_current_txt[] = {
26
- "0.6", "0.8", "1.0", "1.2", "1.4", "1.6", "1.8", "2.0",
27
- "2.2", "2.4", "2.6", "2.8", "3.2", "3.6", "4.0", "4.4"
28
-};
29
-
30
-static const char *const max98926_dai_txt[] = {
31
- "Left", "Right", "LeftRight", "LeftRightDiv2",
3221 };
3322
3423 static const char *const max98926_pdm_ch_text[] = {