aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2015-04-29 13:37:26 +0100
committerMark Brown <broonie@kernel.org>2015-04-29 13:37:26 +0100
commit449f1ca6253cb8d7bbe84666ac7d2696308d16c8 (patch)
treeee0ad0fa000d9f2e48a7ab23874208c1ceb77c41 /include
parentLinux 4.1-rc1 (diff)
parentASoC: dapm: Enable autodisable on SOC_DAPM_SINGLE_TLV_AUTODISABLE (diff)
downloadlinux-dev-449f1ca6253cb8d7bbe84666ac7d2696308d16c8.tar.xz
linux-dev-449f1ca6253cb8d7bbe84666ac7d2696308d16c8.zip
Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linus
Diffstat (limited to 'include')
-rw-r--r--include/sound/soc-dapm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc-dapm.h b/include/sound/soc-dapm.h
index 0bc83647d3fa..1065095c6973 100644
--- a/include/sound/soc-dapm.h
+++ b/include/sound/soc-dapm.h
@@ -287,7 +287,7 @@ struct device;
.access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | SNDRV_CTL_ELEM_ACCESS_READWRITE,\
.tlv.p = (tlv_array), \
.get = snd_soc_dapm_get_volsw, .put = snd_soc_dapm_put_volsw, \
- .private_value = SOC_SINGLE_VALUE(reg, shift, max, invert, 0) }
+ .private_value = SOC_SINGLE_VALUE(reg, shift, max, invert, 1) }
#define SOC_DAPM_SINGLE_TLV_VIRT(xname, max, tlv_array) \
SOC_DAPM_SINGLE(xname, SND_SOC_NOPM, 0, max, 0, tlv_array)
#define SOC_DAPM_ENUM(xname, xenum) \