.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * wm8998-tables.c -- data tables for wm8998-class codecs |
---|
3 | 4 | * |
---|
4 | 5 | * Copyright 2014 Wolfson Microelectronics plc |
---|
5 | 6 | * |
---|
6 | 7 | * 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. |
---|
11 | 8 | */ |
---|
12 | 9 | |
---|
13 | 10 | #include <linux/module.h> |
---|
.. | .. |
---|
809 | 806 | { 0x00000EF3, 0x0000 }, /* R3827 - ISRC 2 CTRL 1 */ |
---|
810 | 807 | { 0x00000EF4, 0x0001 }, /* R3828 - ISRC 2 CTRL 2 */ |
---|
811 | 808 | { 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 */ |
---|
818 | 809 | }; |
---|
819 | 810 | |
---|
820 | 811 | static bool wm8998_readable_register(struct device *dev, unsigned int reg) |
---|
.. | .. |
---|
1495 | 1486 | case ARIZONA_ISRC_2_CTRL_1: |
---|
1496 | 1487 | case ARIZONA_ISRC_2_CTRL_2: |
---|
1497 | 1488 | 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: |
---|
1504 | 1489 | return true; |
---|
1505 | 1490 | default: |
---|
1506 | 1491 | return false; |
---|