diff options
| -rw-r--r-- | sound/soc/codecs/tas2552.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/codecs/tas2552.c b/sound/soc/codecs/tas2552.c index 264df631b130..fe2e4d384a00 100644 --- a/sound/soc/codecs/tas2552.c +++ b/sound/soc/codecs/tas2552.c | |||
| @@ -406,11 +406,11 @@ static struct snd_soc_dai_driver tas2552_dai[] = { | |||
| 406 | /* | 406 | /* |
| 407 | * DAC digital volumes. From -7 to 24 dB in 1 dB steps | 407 | * DAC digital volumes. From -7 to 24 dB in 1 dB steps |
| 408 | */ | 408 | */ |
| 409 | static DECLARE_TLV_DB_SCALE(dac_tlv, -7, 100, 24); | 409 | static DECLARE_TLV_DB_SCALE(dac_tlv, -7, 100, 0); |
| 410 | 410 | ||
| 411 | static const struct snd_kcontrol_new tas2552_snd_controls[] = { | 411 | static const struct snd_kcontrol_new tas2552_snd_controls[] = { |
| 412 | SOC_SINGLE_TLV("Speaker Driver Playback Volume", | 412 | SOC_SINGLE_TLV("Speaker Driver Playback Volume", |
| 413 | TAS2552_PGA_GAIN, 0, 0x1f, 1, dac_tlv), | 413 | TAS2552_PGA_GAIN, 0, 0x1f, 0, dac_tlv), |
| 414 | }; | 414 | }; |
| 415 | 415 | ||
| 416 | static const struct reg_default tas2552_init_regs[] = { | 416 | static const struct reg_default tas2552_init_regs[] = { |
