diff options
author | Mark Brown <broonie@kernel.org> | 2020-03-27 17:04:55 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-27 17:04:55 +0100 |
commit | 8c0b6e150c5b1e6359e4f478d9fa4aaae345979d (patch) | |
tree | d2075797f14eeae103213d0563c410931f5ad33e /sound/soc/codecs/tas2562.c | |
parent | Merge series "ASoC: remove rtd->cpu/codec_dai{s}" from Kuninori Morimoto <kun... (diff) | |
parent | ASoC: Intel: bdw-rt5650: Revert SSP0 link to use dummy components (diff) | |
download | linux-8c0b6e150c5b1e6359e4f478d9fa4aaae345979d.tar.xz linux-8c0b6e150c5b1e6359e4f478d9fa4aaae345979d.zip |
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7
Diffstat (limited to 'sound/soc/codecs/tas2562.c')
-rw-r--r-- | sound/soc/codecs/tas2562.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/codecs/tas2562.c b/sound/soc/codecs/tas2562.c index 6b7f7a18da36..7fae88655a0f 100644 --- a/sound/soc/codecs/tas2562.c +++ b/sound/soc/codecs/tas2562.c @@ -493,7 +493,7 @@ static const struct snd_kcontrol_new vsense_switch = 1, 1); static const struct snd_kcontrol_new tas2562_snd_controls[] = { - SOC_SINGLE_TLV("Amp Gain Volume", TAS2562_PB_CFG1, 0, 0x1c, 0, + SOC_SINGLE_TLV("Amp Gain Volume", TAS2562_PB_CFG1, 1, 0x1c, 0, tas2562_dac_tlv), { .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |