diff options
| -rw-r--r-- | sound/soc/codecs/wm5102.c | 2 | ||||
| -rw-r--r-- | sound/soc/codecs/wm5110.c | 2 | ||||
| -rw-r--r-- | sound/soc/codecs/wm8997.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/codecs/wm5102.c b/sound/soc/codecs/wm5102.c index 0c6d1bc0526e..d476221dba51 100644 --- a/sound/soc/codecs/wm5102.c +++ b/sound/soc/codecs/wm5102.c | |||
| @@ -42,7 +42,7 @@ struct wm5102_priv { | |||
| 42 | static DECLARE_TLV_DB_SCALE(ana_tlv, 0, 100, 0); | 42 | static DECLARE_TLV_DB_SCALE(ana_tlv, 0, 100, 0); |
| 43 | static DECLARE_TLV_DB_SCALE(eq_tlv, -1200, 100, 0); | 43 | static DECLARE_TLV_DB_SCALE(eq_tlv, -1200, 100, 0); |
| 44 | static DECLARE_TLV_DB_SCALE(digital_tlv, -6400, 50, 0); | 44 | static DECLARE_TLV_DB_SCALE(digital_tlv, -6400, 50, 0); |
| 45 | static DECLARE_TLV_DB_SCALE(noise_tlv, 0, 600, 0); | 45 | static DECLARE_TLV_DB_SCALE(noise_tlv, -13200, 600, 0); |
| 46 | static DECLARE_TLV_DB_SCALE(ng_tlv, -10200, 600, 0); | 46 | static DECLARE_TLV_DB_SCALE(ng_tlv, -10200, 600, 0); |
| 47 | 47 | ||
| 48 | static const struct wm_adsp_region wm5102_dsp1_regions[] = { | 48 | static const struct wm_adsp_region wm5102_dsp1_regions[] = { |
diff --git a/sound/soc/codecs/wm5110.c b/sound/soc/codecs/wm5110.c index fbaeddb3e903..3ee6cfd0578b 100644 --- a/sound/soc/codecs/wm5110.c +++ b/sound/soc/codecs/wm5110.c | |||
| @@ -167,7 +167,7 @@ static int wm5110_sysclk_ev(struct snd_soc_dapm_widget *w, | |||
| 167 | static DECLARE_TLV_DB_SCALE(ana_tlv, 0, 100, 0); | 167 | static DECLARE_TLV_DB_SCALE(ana_tlv, 0, 100, 0); |
| 168 | static DECLARE_TLV_DB_SCALE(eq_tlv, -1200, 100, 0); | 168 | static DECLARE_TLV_DB_SCALE(eq_tlv, -1200, 100, 0); |
| 169 | static DECLARE_TLV_DB_SCALE(digital_tlv, -6400, 50, 0); | 169 | static DECLARE_TLV_DB_SCALE(digital_tlv, -6400, 50, 0); |
| 170 | static DECLARE_TLV_DB_SCALE(noise_tlv, 0, 600, 0); | 170 | static DECLARE_TLV_DB_SCALE(noise_tlv, -13200, 600, 0); |
| 171 | static DECLARE_TLV_DB_SCALE(ng_tlv, -10200, 600, 0); | 171 | static DECLARE_TLV_DB_SCALE(ng_tlv, -10200, 600, 0); |
| 172 | 172 | ||
| 173 | #define WM5110_NG_SRC(name, base) \ | 173 | #define WM5110_NG_SRC(name, base) \ |
diff --git a/sound/soc/codecs/wm8997.c b/sound/soc/codecs/wm8997.c index a4d11770630c..e7c81baefe66 100644 --- a/sound/soc/codecs/wm8997.c +++ b/sound/soc/codecs/wm8997.c | |||
| @@ -40,7 +40,7 @@ struct wm8997_priv { | |||
| 40 | static DECLARE_TLV_DB_SCALE(ana_tlv, 0, 100, 0); | 40 | static DECLARE_TLV_DB_SCALE(ana_tlv, 0, 100, 0); |
| 41 | static DECLARE_TLV_DB_SCALE(eq_tlv, -1200, 100, 0); | 41 | static DECLARE_TLV_DB_SCALE(eq_tlv, -1200, 100, 0); |
| 42 | static DECLARE_TLV_DB_SCALE(digital_tlv, -6400, 50, 0); | 42 | static DECLARE_TLV_DB_SCALE(digital_tlv, -6400, 50, 0); |
| 43 | static DECLARE_TLV_DB_SCALE(noise_tlv, 0, 600, 0); | 43 | static DECLARE_TLV_DB_SCALE(noise_tlv, -13200, 600, 0); |
| 44 | static DECLARE_TLV_DB_SCALE(ng_tlv, -10200, 600, 0); | 44 | static DECLARE_TLV_DB_SCALE(ng_tlv, -10200, 600, 0); |
| 45 | 45 | ||
| 46 | static const struct reg_default wm8997_sysclk_reva_patch[] = { | 46 | static const struct reg_default wm8997_sysclk_reva_patch[] = { |
