diff options
author | Mark Brown <broonie@kernel.org> | 2015-07-16 16:35:01 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-07-16 16:35:01 -0400 |
commit | 7d9fb377a747025232fe4e8d17e54ff8032aba27 (patch) | |
tree | 275856c60130b84301673f3c9a302296227bee55 | |
parent | 1c07a4de5baad76585f7ffb86b5b0bc34c33e8a6 (diff) | |
parent | c418a84a8c8f98b1a0f30cd68d0cdf40d77aed01 (diff) |
Merge branches 'topic/owner' and 'topic/reg-default' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-max9877
-rw-r--r-- | sound/soc/codecs/adav80x.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/alc5632.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/da7210.c | 6 | ||||
-rw-r--r-- | sound/soc/codecs/da7213.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/da732x.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/da9055.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/isabelle.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/lm49453.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/max9768.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/max9877.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/ml26124.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/rt286.c | 4 | ||||
-rw-r--r-- | sound/soc/codecs/rt5651.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/tas2552.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/tfa9879.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm2200.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm8962.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm8993.c | 4 | ||||
-rw-r--r-- | sound/soc/codecs/wm8996.c | 2 | ||||
-rw-r--r-- | sound/soc/codecs/wm9081.c | 2 |
20 files changed, 24 insertions, 24 deletions
diff --git a/sound/soc/codecs/adav80x.c b/sound/soc/codecs/adav80x.c index 36d842570745..88fd37c683cd 100644 --- a/sound/soc/codecs/adav80x.c +++ b/sound/soc/codecs/adav80x.c | |||
@@ -113,7 +113,7 @@ | |||
113 | 113 | ||
114 | #define ADAV80X_PLL_OUTE_SYSCLKPD(x) BIT(2 - (x)) | 114 | #define ADAV80X_PLL_OUTE_SYSCLKPD(x) BIT(2 - (x)) |
115 | 115 | ||
116 | static struct reg_default adav80x_reg_defaults[] = { | 116 | static const struct reg_default adav80x_reg_defaults[] = { |
117 | { ADAV80X_PLAYBACK_CTRL, 0x01 }, | 117 | { ADAV80X_PLAYBACK_CTRL, 0x01 }, |
118 | { ADAV80X_AUX_IN_CTRL, 0x01 }, | 118 | { ADAV80X_AUX_IN_CTRL, 0x01 }, |
119 | { ADAV80X_REC_CTRL, 0x02 }, | 119 | { ADAV80X_REC_CTRL, 0x02 }, |
diff --git a/sound/soc/codecs/alc5632.c b/sound/soc/codecs/alc5632.c index 9277ac68b696..ef6de511dc7e 100644 --- a/sound/soc/codecs/alc5632.c +++ b/sound/soc/codecs/alc5632.c | |||
@@ -35,7 +35,7 @@ | |||
35 | /* | 35 | /* |
36 | * ALC5632 register cache | 36 | * ALC5632 register cache |
37 | */ | 37 | */ |
38 | static struct reg_default alc5632_reg_defaults[] = { | 38 | static const struct reg_default alc5632_reg_defaults[] = { |
39 | { 2, 0x8080 }, /* R2 - Speaker Output Volume */ | 39 | { 2, 0x8080 }, /* R2 - Speaker Output Volume */ |
40 | { 4, 0x8080 }, /* R4 - Headphone Output Volume */ | 40 | { 4, 0x8080 }, /* R4 - Headphone Output Volume */ |
41 | { 6, 0x8080 }, /* R6 - AUXOUT Volume */ | 41 | { 6, 0x8080 }, /* R6 - AUXOUT Volume */ |
diff --git a/sound/soc/codecs/da7210.c b/sound/soc/codecs/da7210.c index 9c7b41a8642d..457ed82d3e10 100644 --- a/sound/soc/codecs/da7210.c +++ b/sound/soc/codecs/da7210.c | |||
@@ -680,7 +680,7 @@ struct da7210_priv { | |||
680 | int master; | 680 | int master; |
681 | }; | 681 | }; |
682 | 682 | ||
683 | static struct reg_default da7210_reg_defaults[] = { | 683 | static const struct reg_default da7210_reg_defaults[] = { |
684 | { 0x00, 0x00 }, | 684 | { 0x00, 0x00 }, |
685 | { 0x01, 0x11 }, | 685 | { 0x01, 0x11 }, |
686 | { 0x03, 0x00 }, | 686 | { 0x03, 0x00 }, |
@@ -1182,7 +1182,7 @@ static struct snd_soc_codec_driver soc_codec_dev_da7210 = { | |||
1182 | 1182 | ||
1183 | #if IS_ENABLED(CONFIG_I2C) | 1183 | #if IS_ENABLED(CONFIG_I2C) |
1184 | 1184 | ||
1185 | static struct reg_default da7210_regmap_i2c_patch[] = { | 1185 | static const struct reg_default da7210_regmap_i2c_patch[] = { |
1186 | 1186 | ||
1187 | /* System controller master disable */ | 1187 | /* System controller master disable */ |
1188 | { DA7210_STARTUP1, 0x00 }, | 1188 | { DA7210_STARTUP1, 0x00 }, |
@@ -1268,7 +1268,7 @@ static struct i2c_driver da7210_i2c_driver = { | |||
1268 | 1268 | ||
1269 | #if defined(CONFIG_SPI_MASTER) | 1269 | #if defined(CONFIG_SPI_MASTER) |
1270 | 1270 | ||
1271 | static struct reg_default da7210_regmap_spi_patch[] = { | 1271 | static const struct reg_default da7210_regmap_spi_patch[] = { |
1272 | /* Dummy read to give two pulses over nCS for SPI */ | 1272 | /* Dummy read to give two pulses over nCS for SPI */ |
1273 | { DA7210_AUX2, 0x00 }, | 1273 | { DA7210_AUX2, 0x00 }, |
1274 | { DA7210_AUX2, 0x00 }, | 1274 | { DA7210_AUX2, 0x00 }, |
diff --git a/sound/soc/codecs/da7213.c b/sound/soc/codecs/da7213.c index f635401b7730..47fc3bec8a9c 100644 --- a/sound/soc/codecs/da7213.c +++ b/sound/soc/codecs/da7213.c | |||
@@ -954,7 +954,7 @@ static const struct snd_soc_dapm_route da7213_audio_map[] = { | |||
954 | {"LINE", NULL, "Lineout PGA"}, | 954 | {"LINE", NULL, "Lineout PGA"}, |
955 | }; | 955 | }; |
956 | 956 | ||
957 | static struct reg_default da7213_reg_defaults[] = { | 957 | static const struct reg_default da7213_reg_defaults[] = { |
958 | { DA7213_DIG_ROUTING_DAI, 0x10 }, | 958 | { DA7213_DIG_ROUTING_DAI, 0x10 }, |
959 | { DA7213_SR, 0x0A }, | 959 | { DA7213_SR, 0x0A }, |
960 | { DA7213_REFERENCES, 0x80 }, | 960 | { DA7213_REFERENCES, 0x80 }, |
diff --git a/sound/soc/codecs/da732x.c b/sound/soc/codecs/da732x.c index 5446d047d2de..0868568429a8 100644 --- a/sound/soc/codecs/da732x.c +++ b/sound/soc/codecs/da732x.c | |||
@@ -43,7 +43,7 @@ struct da732x_priv { | |||
43 | /* | 43 | /* |
44 | * da732x register cache - default settings | 44 | * da732x register cache - default settings |
45 | */ | 45 | */ |
46 | static struct reg_default da732x_reg_cache[] = { | 46 | static const struct reg_default da732x_reg_cache[] = { |
47 | { DA732X_REG_REF1 , 0x02 }, | 47 | { DA732X_REG_REF1 , 0x02 }, |
48 | { DA732X_REG_BIAS_EN , 0x80 }, | 48 | { DA732X_REG_BIAS_EN , 0x80 }, |
49 | { DA732X_REG_BIAS1 , 0x00 }, | 49 | { DA732X_REG_BIAS1 , 0x00 }, |
diff --git a/sound/soc/codecs/da9055.c b/sound/soc/codecs/da9055.c index 7d5baa66b132..04c76f37e1fd 100644 --- a/sound/soc/codecs/da9055.c +++ b/sound/soc/codecs/da9055.c | |||
@@ -948,7 +948,7 @@ struct da9055_priv { | |||
948 | struct da9055_platform_data *pdata; | 948 | struct da9055_platform_data *pdata; |
949 | }; | 949 | }; |
950 | 950 | ||
951 | static struct reg_default da9055_reg_defaults[] = { | 951 | static const struct reg_default da9055_reg_defaults[] = { |
952 | { 0x21, 0x10 }, | 952 | { 0x21, 0x10 }, |
953 | { 0x22, 0x0A }, | 953 | { 0x22, 0x0A }, |
954 | { 0x23, 0x00 }, | 954 | { 0x23, 0x00 }, |
diff --git a/sound/soc/codecs/isabelle.c b/sound/soc/codecs/isabelle.c index 58a43b11eb7e..34dc0f362482 100644 --- a/sound/soc/codecs/isabelle.c +++ b/sound/soc/codecs/isabelle.c | |||
@@ -33,7 +33,7 @@ | |||
33 | 33 | ||
34 | 34 | ||
35 | /* Register default values for ISABELLE driver. */ | 35 | /* Register default values for ISABELLE driver. */ |
36 | static struct reg_default isabelle_reg_defs[] = { | 36 | static const struct reg_default isabelle_reg_defs[] = { |
37 | { 0, 0x00 }, | 37 | { 0, 0x00 }, |
38 | { 1, 0x00 }, | 38 | { 1, 0x00 }, |
39 | { 2, 0x00 }, | 39 | { 2, 0x00 }, |
diff --git a/sound/soc/codecs/lm49453.c b/sound/soc/codecs/lm49453.c index 9b2e38395eb9..6c7d676deec0 100644 --- a/sound/soc/codecs/lm49453.c +++ b/sound/soc/codecs/lm49453.c | |||
@@ -30,7 +30,7 @@ | |||
30 | #include <asm/div64.h> | 30 | #include <asm/div64.h> |
31 | #include "lm49453.h" | 31 | #include "lm49453.h" |
32 | 32 | ||
33 | static struct reg_default lm49453_reg_defs[] = { | 33 | static const struct reg_default lm49453_reg_defs[] = { |
34 | { 0, 0x00 }, | 34 | { 0, 0x00 }, |
35 | { 1, 0x00 }, | 35 | { 1, 0x00 }, |
36 | { 2, 0x00 }, | 36 | { 2, 0x00 }, |
diff --git a/sound/soc/codecs/max9768.c b/sound/soc/codecs/max9768.c index 1526aef2f2a9..f987497a8411 100644 --- a/sound/soc/codecs/max9768.c +++ b/sound/soc/codecs/max9768.c | |||
@@ -35,7 +35,7 @@ struct max9768 { | |||
35 | u32 flags; | 35 | u32 flags; |
36 | }; | 36 | }; |
37 | 37 | ||
38 | static struct reg_default max9768_default_regs[] = { | 38 | static const struct reg_default max9768_default_regs[] = { |
39 | { 0, 0 }, | 39 | { 0, 0 }, |
40 | { 3, MAX9768_CTRL_FILTERLESS}, | 40 | { 3, MAX9768_CTRL_FILTERLESS}, |
41 | }; | 41 | }; |
diff --git a/sound/soc/codecs/max9877.c b/sound/soc/codecs/max9877.c index 7692623ad5c3..e1df06fab756 100644 --- a/sound/soc/codecs/max9877.c +++ b/sound/soc/codecs/max9877.c | |||
@@ -22,7 +22,7 @@ | |||
22 | 22 | ||
23 | static struct regmap *regmap; | 23 | static struct regmap *regmap; |
24 | 24 | ||
25 | static struct reg_default max9877_regs[] = { | 25 | static const struct reg_default max9877_regs[] = { |
26 | { 0, 0x40 }, | 26 | { 0, 0x40 }, |
27 | { 1, 0x00 }, | 27 | { 1, 0x00 }, |
28 | { 2, 0x00 }, | 28 | { 2, 0x00 }, |
diff --git a/sound/soc/codecs/ml26124.c b/sound/soc/codecs/ml26124.c index bda2bd751be4..f561c78b9e0e 100644 --- a/sound/soc/codecs/ml26124.c +++ b/sound/soc/codecs/ml26124.c | |||
@@ -199,7 +199,7 @@ static const struct clk_coeff coeff_div[] = { | |||
199 | {12288000, 48000, 0xc, 0x0, 0x30, 0x0, 0x4}, | 199 | {12288000, 48000, 0xc, 0x0, 0x30, 0x0, 0x4}, |
200 | }; | 200 | }; |
201 | 201 | ||
202 | static struct reg_default ml26124_reg[] = { | 202 | static const struct reg_default ml26124_reg[] = { |
203 | /* CLOCK control Register */ | 203 | /* CLOCK control Register */ |
204 | {0x00, 0x00 }, /* Sampling Rate */ | 204 | {0x00, 0x00 }, /* Sampling Rate */ |
205 | {0x02, 0x00}, /* PLL NL */ | 205 | {0x02, 0x00}, /* PLL NL */ |
diff --git a/sound/soc/codecs/rt286.c b/sound/soc/codecs/rt286.c index 83029e461309..4a658aba7372 100644 --- a/sound/soc/codecs/rt286.c +++ b/sound/soc/codecs/rt286.c | |||
@@ -38,7 +38,7 @@ | |||
38 | #define RT288_VENDOR_ID 0x10ec0288 | 38 | #define RT288_VENDOR_ID 0x10ec0288 |
39 | 39 | ||
40 | struct rt286_priv { | 40 | struct rt286_priv { |
41 | struct reg_default *index_cache; | 41 | const struct reg_default *index_cache; |
42 | int index_cache_size; | 42 | int index_cache_size; |
43 | struct regmap *regmap; | 43 | struct regmap *regmap; |
44 | struct snd_soc_codec *codec; | 44 | struct snd_soc_codec *codec; |
@@ -50,7 +50,7 @@ struct rt286_priv { | |||
50 | int clk_id; | 50 | int clk_id; |
51 | }; | 51 | }; |
52 | 52 | ||
53 | static struct reg_default rt286_index_def[] = { | 53 | static const struct reg_default rt286_index_def[] = { |
54 | { 0x01, 0xaaaa }, | 54 | { 0x01, 0xaaaa }, |
55 | { 0x02, 0x8aaa }, | 55 | { 0x02, 0x8aaa }, |
56 | { 0x03, 0x0002 }, | 56 | { 0x03, 0x0002 }, |
diff --git a/sound/soc/codecs/rt5651.c b/sound/soc/codecs/rt5651.c index 872121015dfc..54acd286bd00 100644 --- a/sound/soc/codecs/rt5651.c +++ b/sound/soc/codecs/rt5651.c | |||
@@ -46,7 +46,7 @@ static const struct regmap_range_cfg rt5651_ranges[] = { | |||
46 | .window_len = 0x1, }, | 46 | .window_len = 0x1, }, |
47 | }; | 47 | }; |
48 | 48 | ||
49 | static struct reg_default init_list[] = { | 49 | static const struct reg_default init_list[] = { |
50 | {RT5651_PR_BASE + 0x3d, 0x3e00}, | 50 | {RT5651_PR_BASE + 0x3d, 0x3e00}, |
51 | }; | 51 | }; |
52 | 52 | ||
diff --git a/sound/soc/codecs/tas2552.c b/sound/soc/codecs/tas2552.c index 083b6b3e6cd2..d36afcbbd354 100644 --- a/sound/soc/codecs/tas2552.c +++ b/sound/soc/codecs/tas2552.c | |||
@@ -38,7 +38,7 @@ | |||
38 | 38 | ||
39 | #include "tas2552.h" | 39 | #include "tas2552.h" |
40 | 40 | ||
41 | static struct reg_default tas2552_reg_defs[] = { | 41 | static const struct reg_default tas2552_reg_defs[] = { |
42 | {TAS2552_CFG_1, 0x22}, | 42 | {TAS2552_CFG_1, 0x22}, |
43 | {TAS2552_CFG_3, 0x80}, | 43 | {TAS2552_CFG_3, 0x80}, |
44 | {TAS2552_DOUT, 0x00}, | 44 | {TAS2552_DOUT, 0x00}, |
diff --git a/sound/soc/codecs/tfa9879.c b/sound/soc/codecs/tfa9879.c index 86d05f01e5f9..cb5310d89c0f 100644 --- a/sound/soc/codecs/tfa9879.c +++ b/sound/soc/codecs/tfa9879.c | |||
@@ -160,7 +160,7 @@ static int tfa9879_set_fmt(struct snd_soc_dai *dai, unsigned int fmt) | |||
160 | return 0; | 160 | return 0; |
161 | } | 161 | } |
162 | 162 | ||
163 | static struct reg_default tfa9879_regs[] = { | 163 | static const struct reg_default tfa9879_regs[] = { |
164 | { TFA9879_DEVICE_CONTROL, 0x0000 }, /* 0x00 */ | 164 | { TFA9879_DEVICE_CONTROL, 0x0000 }, /* 0x00 */ |
165 | { TFA9879_SERIAL_INTERFACE_1, 0x0a18 }, /* 0x01 */ | 165 | { TFA9879_SERIAL_INTERFACE_1, 0x0a18 }, /* 0x01 */ |
166 | { TFA9879_PCM_IOM2_FORMAT_1, 0x0007 }, /* 0x02 */ | 166 | { TFA9879_PCM_IOM2_FORMAT_1, 0x0007 }, /* 0x02 */ |
diff --git a/sound/soc/codecs/wm2200.c b/sound/soc/codecs/wm2200.c index d4fa224d68b1..cdaa175283df 100644 --- a/sound/soc/codecs/wm2200.c +++ b/sound/soc/codecs/wm2200.c | |||
@@ -166,7 +166,7 @@ static const struct wm_adsp_region wm2200_dsp2_regions[] = { | |||
166 | { .type = WMFW_ADSP1_ZM, .base = WM2200_DSP2_ZM_BASE }, | 166 | { .type = WMFW_ADSP1_ZM, .base = WM2200_DSP2_ZM_BASE }, |
167 | }; | 167 | }; |
168 | 168 | ||
169 | static struct reg_default wm2200_reg_defaults[] = { | 169 | static const struct reg_default wm2200_reg_defaults[] = { |
170 | { 0x000B, 0x0000 }, /* R11 - Tone Generator 1 */ | 170 | { 0x000B, 0x0000 }, /* R11 - Tone Generator 1 */ |
171 | { 0x0102, 0x0000 }, /* R258 - Clocking 3 */ | 171 | { 0x0102, 0x0000 }, /* R258 - Clocking 3 */ |
172 | { 0x0103, 0x0011 }, /* R259 - Clocking 4 */ | 172 | { 0x0103, 0x0011 }, /* R259 - Clocking 4 */ |
diff --git a/sound/soc/codecs/wm8962.c b/sound/soc/codecs/wm8962.c index 40c4617e3ef1..c67e3047f022 100644 --- a/sound/soc/codecs/wm8962.c +++ b/sound/soc/codecs/wm8962.c | |||
@@ -113,7 +113,7 @@ WM8962_REGULATOR_EVENT(5) | |||
113 | WM8962_REGULATOR_EVENT(6) | 113 | WM8962_REGULATOR_EVENT(6) |
114 | WM8962_REGULATOR_EVENT(7) | 114 | WM8962_REGULATOR_EVENT(7) |
115 | 115 | ||
116 | static struct reg_default wm8962_reg[] = { | 116 | static const struct reg_default wm8962_reg[] = { |
117 | { 0, 0x009F }, /* R0 - Left Input volume */ | 117 | { 0, 0x009F }, /* R0 - Left Input volume */ |
118 | { 1, 0x049F }, /* R1 - Right Input volume */ | 118 | { 1, 0x049F }, /* R1 - Right Input volume */ |
119 | { 2, 0x0000 }, /* R2 - HPOUTL volume */ | 119 | { 2, 0x0000 }, /* R2 - HPOUTL volume */ |
diff --git a/sound/soc/codecs/wm8993.c b/sound/soc/codecs/wm8993.c index 3f4dfb95d2d7..9638accb74b9 100644 --- a/sound/soc/codecs/wm8993.c +++ b/sound/soc/codecs/wm8993.c | |||
@@ -41,7 +41,7 @@ static const char *wm8993_supply_names[WM8993_NUM_SUPPLIES] = { | |||
41 | "SPKVDD", | 41 | "SPKVDD", |
42 | }; | 42 | }; |
43 | 43 | ||
44 | static struct reg_default wm8993_reg_defaults[] = { | 44 | static const struct reg_default wm8993_reg_defaults[] = { |
45 | { 1, 0x0000 }, /* R1 - Power Management (1) */ | 45 | { 1, 0x0000 }, /* R1 - Power Management (1) */ |
46 | { 2, 0x6000 }, /* R2 - Power Management (2) */ | 46 | { 2, 0x6000 }, /* R2 - Power Management (2) */ |
47 | { 3, 0x0000 }, /* R3 - Power Management (3) */ | 47 | { 3, 0x0000 }, /* R3 - Power Management (3) */ |
@@ -1595,7 +1595,7 @@ static int wm8993_resume(struct snd_soc_codec *codec) | |||
1595 | #endif | 1595 | #endif |
1596 | 1596 | ||
1597 | /* Tune DC servo configuration */ | 1597 | /* Tune DC servo configuration */ |
1598 | static struct reg_default wm8993_regmap_patch[] = { | 1598 | static const struct reg_default wm8993_regmap_patch[] = { |
1599 | { 0x44, 3 }, | 1599 | { 0x44, 3 }, |
1600 | { 0x56, 3 }, | 1600 | { 0x56, 3 }, |
1601 | { 0x44, 0 }, | 1601 | { 0x44, 0 }, |
diff --git a/sound/soc/codecs/wm8996.c b/sound/soc/codecs/wm8996.c index 29b6688fb6ee..66c09556da79 100644 --- a/sound/soc/codecs/wm8996.c +++ b/sound/soc/codecs/wm8996.c | |||
@@ -117,7 +117,7 @@ WM8996_REGULATOR_EVENT(0) | |||
117 | WM8996_REGULATOR_EVENT(1) | 117 | WM8996_REGULATOR_EVENT(1) |
118 | WM8996_REGULATOR_EVENT(2) | 118 | WM8996_REGULATOR_EVENT(2) |
119 | 119 | ||
120 | static struct reg_default wm8996_reg[] = { | 120 | static const struct reg_default wm8996_reg[] = { |
121 | { WM8996_POWER_MANAGEMENT_1, 0x0 }, | 121 | { WM8996_POWER_MANAGEMENT_1, 0x0 }, |
122 | { WM8996_POWER_MANAGEMENT_2, 0x0 }, | 122 | { WM8996_POWER_MANAGEMENT_2, 0x0 }, |
123 | { WM8996_POWER_MANAGEMENT_3, 0x0 }, | 123 | { WM8996_POWER_MANAGEMENT_3, 0x0 }, |
diff --git a/sound/soc/codecs/wm9081.c b/sound/soc/codecs/wm9081.c index 011516eec4b5..45223a20331f 100644 --- a/sound/soc/codecs/wm9081.c +++ b/sound/soc/codecs/wm9081.c | |||
@@ -30,7 +30,7 @@ | |||
30 | #include <sound/wm9081.h> | 30 | #include <sound/wm9081.h> |
31 | #include "wm9081.h" | 31 | #include "wm9081.h" |
32 | 32 | ||
33 | static struct reg_default wm9081_reg[] = { | 33 | static const struct reg_default wm9081_reg[] = { |
34 | { 2, 0x00B9 }, /* R2 - Analogue Lineout */ | 34 | { 2, 0x00B9 }, /* R2 - Analogue Lineout */ |
35 | { 3, 0x00B9 }, /* R3 - Analogue Speaker PGA */ | 35 | { 3, 0x00B9 }, /* R3 - Analogue Speaker PGA */ |
36 | { 4, 0x0001 }, /* R4 - VMID Control */ | 36 | { 4, 0x0001 }, /* R4 - VMID Control */ |