Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 39be1aff authored by Andrey Danin's avatar Andrey Danin Committed by Mark Brown
Browse files

ASoC: alc5632: Fixed voice DAC volume step.



Remove extra zero from volume step in DECLARE_TLV_DB_SCALE macro.

Signed-off-by: default avatarAndrey Danin <danindrey@mail.ru>
Signed-off-by: default avatarLeon Romanovsky <leon@leon.nu>
Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
parent 7fb7528a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -153,7 +153,7 @@ static const unsigned int boost_tlv[] = {
/* 0db min scale, 6 db steps, no mute */
static const DECLARE_TLV_DB_SCALE(dig_tlv, 0, 600, 0);
/* 0db min scalem 0.75db steps, no mute */
static const DECLARE_TLV_DB_SCALE(vdac_tlv, -3525, 075, 0);
static const DECLARE_TLV_DB_SCALE(vdac_tlv, -3525, 75, 0);

static const struct snd_kcontrol_new alc5632_vol_snd_controls[] = {
	/* left starts at bit 8, right at bit 0 */