hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/mfd/wm8998-tables.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * wm8998-tables.c -- data tables for wm8998-class codecs
34 *
45 * Copyright 2014 Wolfson Microelectronics plc
56 *
67 * Author: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
7
- *
8
- * This program is free software; you can redistribute it and/or modify
9
- * it under the terms of the GNU General Public License version 2 as
10
- * published by the Free Software Foundation.
118 */
129
1310 #include <linux/module.h>
....@@ -809,12 +806,6 @@
809806 { 0x00000EF3, 0x0000 }, /* R3827 - ISRC 2 CTRL 1 */
810807 { 0x00000EF4, 0x0001 }, /* R3828 - ISRC 2 CTRL 2 */
811808 { 0x00000EF5, 0x0000 }, /* R3829 - ISRC 2 CTRL 3 */
812
- { 0x00001700, 0x0000 }, /* R5888 - FRF_COEFF_1 */
813
- { 0x00001701, 0x0000 }, /* R5889 - FRF_COEFF_2 */
814
- { 0x00001702, 0x0000 }, /* R5890 - FRF_COEFF_3 */
815
- { 0x00001703, 0x0000 }, /* R5891 - FRF_COEFF_4 */
816
- { 0x00001704, 0x0000 }, /* R5892 - DAC_COMP_1 */
817
- { 0x00001705, 0x0000 }, /* R5893 - DAC_COMP_2 */
818809 };
819810
820811 static bool wm8998_readable_register(struct device *dev, unsigned int reg)
....@@ -1495,12 +1486,6 @@
14951486 case ARIZONA_ISRC_2_CTRL_1:
14961487 case ARIZONA_ISRC_2_CTRL_2:
14971488 case ARIZONA_ISRC_2_CTRL_3:
1498
- case ARIZONA_FRF_COEFF_1:
1499
- case ARIZONA_FRF_COEFF_2:
1500
- case ARIZONA_FRF_COEFF_3:
1501
- case ARIZONA_FRF_COEFF_4:
1502
- case ARIZONA_V2_DAC_COMP_1:
1503
- case ARIZONA_V2_DAC_COMP_2:
15041489 return true;
15051490 default:
15061491 return false;