aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sound/soc/codecs/rt5677.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/sound/soc/codecs/rt5677.c b/sound/soc/codecs/rt5677.c
index 31d969ac1192..985e437f559e 100644
--- a/sound/soc/codecs/rt5677.c
+++ b/sound/soc/codecs/rt5677.c
@@ -789,16 +789,15 @@ static const DECLARE_TLV_DB_SCALE(adc_bst_tlv, 0, 1200, 0);
789static const DECLARE_TLV_DB_SCALE(st_vol_tlv, -4650, 150, 0); 789static const DECLARE_TLV_DB_SCALE(st_vol_tlv, -4650, 150, 0);
790 790
791/* {0, +20, +24, +30, +35, +40, +44, +50, +52} dB */ 791/* {0, +20, +24, +30, +35, +40, +44, +50, +52} dB */
792static unsigned int bst_tlv[] = { 792static const DECLARE_TLV_DB_RANGE(bst_tlv,
793 TLV_DB_RANGE_HEAD(7),
794 0, 0, TLV_DB_SCALE_ITEM(0, 0, 0), 793 0, 0, TLV_DB_SCALE_ITEM(0, 0, 0),
795 1, 1, TLV_DB_SCALE_ITEM(2000, 0, 0), 794 1, 1, TLV_DB_SCALE_ITEM(2000, 0, 0),
796 2, 2, TLV_DB_SCALE_ITEM(2400, 0, 0), 795 2, 2, TLV_DB_SCALE_ITEM(2400, 0, 0),
797 3, 5, TLV_DB_SCALE_ITEM(3000, 500, 0), 796 3, 5, TLV_DB_SCALE_ITEM(3000, 500, 0),
798 6, 6, TLV_DB_SCALE_ITEM(4400, 0, 0), 797 6, 6, TLV_DB_SCALE_ITEM(4400, 0, 0),
799 7, 7, TLV_DB_SCALE_ITEM(5000, 0, 0), 798 7, 7, TLV_DB_SCALE_ITEM(5000, 0, 0),
800 8, 8, TLV_DB_SCALE_ITEM(5200, 0, 0), 799 8, 8, TLV_DB_SCALE_ITEM(5200, 0, 0)
801}; 800);
802 801
803static int rt5677_dsp_vad_get(struct snd_kcontrol *kcontrol, 802static int rt5677_dsp_vad_get(struct snd_kcontrol *kcontrol,
804 struct snd_ctl_elem_value *ucontrol) 803 struct snd_ctl_elem_value *ucontrol)