aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/wm8991.h
diff options
context:
space:
mode:
authorMark Brown <broonie@linaro.org>2013-06-30 07:42:24 -0400
committerMark Brown <broonie@linaro.org>2013-06-30 07:42:24 -0400
commite4ca49d5d832c3eff23a44aacf21387629b1207b (patch)
tree997849dbb46b424ff52604b0345bf1267054310f /sound/soc/codecs/wm8991.h
parentfbc6c4ee659da5bdd49ab85c5d7e50c51db1b4fa (diff)
parentf0ddb219c9f92d0c43582a000e1ddc0a4ee43222 (diff)
Merge remote-tracking branch 'asoc/topic/ext' into asoc-next
Diffstat (limited to 'sound/soc/codecs/wm8991.h')
-rw-r--r--sound/soc/codecs/wm8991.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/sound/soc/codecs/wm8991.h b/sound/soc/codecs/wm8991.h
index 8a942efd18a5..07707d8d7e20 100644
--- a/sound/soc/codecs/wm8991.h
+++ b/sound/soc/codecs/wm8991.h
@@ -822,12 +822,7 @@
822 822
823#define SOC_WM899X_OUTPGA_SINGLE_R_TLV(xname, reg, shift, max, invert,\ 823#define SOC_WM899X_OUTPGA_SINGLE_R_TLV(xname, reg, shift, max, invert,\
824 tlv_array) \ 824 tlv_array) \
825{ .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = (xname), \ 825 SOC_SINGLE_EXT_TLV(xname, reg, shift, max, invert, \
826 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ |\ 826 snd_soc_get_volsw, wm899x_outpga_put_volsw_vu, tlv_array)
827 SNDRV_CTL_ELEM_ACCESS_READWRITE,\
828 .tlv.p = (tlv_array), \
829 .info = snd_soc_info_volsw, \
830 .get = snd_soc_get_volsw, .put = wm899x_outpga_put_volsw_vu, \
831 .private_value = SOC_SINGLE_VALUE(reg, shift, max, invert) }
832 827
833#endif /* _WM8991_H */ 828#endif /* _WM8991_H */