We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571b69f commit 579cd64Copy full SHA for 579cd64
sound/soc/codecs/tas2770.c
@@ -506,7 +506,7 @@ static int tas2770_codec_probe(struct snd_soc_component *component)
506
}
507
508
static DECLARE_TLV_DB_SCALE(tas2770_digital_tlv, 1100, 50, 0);
509
-static DECLARE_TLV_DB_SCALE(tas2770_playback_volume, -12750, 50, 0);
+static DECLARE_TLV_DB_SCALE(tas2770_playback_volume, -10050, 50, 0);
510
511
static const struct snd_kcontrol_new tas2770_snd_controls[] = {
512
SOC_SINGLE_TLV("Speaker Playback Volume", TAS2770_PLAY_CFG_REG2,
0 commit comments