summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/wm_hubs.h
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2011-08-01 13:10:16 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-08-01 22:14:49 +0900
commit4537c4e7618d05c77e9f8c5259c977f927a37e2f (patch)
tree77db5f2e919cace15a8f8d3f0043bf8310fb989c /sound/soc/codecs/wm_hubs.h
parent79ef0abcd85842bc12ffb3297b958565f060464c (diff)
downloadlinux-3.10-4537c4e7618d05c77e9f8c5259c977f927a37e2f.tar.gz
linux-3.10-4537c4e7618d05c77e9f8c5259c977f927a37e2f.tar.bz2
linux-3.10-4537c4e7618d05c77e9f8c5259c977f927a37e2f.zip
ASoC: Support separate left and right channel dcs_codes values
Some devices can have performance optimized by setting different offsets for left and right channels. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@ti.com>
Diffstat (limited to 'sound/soc/codecs/wm_hubs.h')
-rw-r--r--sound/soc/codecs/wm_hubs.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/codecs/wm_hubs.h b/sound/soc/codecs/wm_hubs.h
index 676b1252ab9..c674c7a502a 100644
--- a/sound/soc/codecs/wm_hubs.h
+++ b/sound/soc/codecs/wm_hubs.h
@@ -23,7 +23,8 @@ extern const unsigned int wm_hubs_spkmix_tlv[];
/* This *must* be the first element of the codec->private_data struct */
struct wm_hubs_data {
- int dcs_codes;
+ int dcs_codes_l;
+ int dcs_codes_r;
int dcs_readback_mode;
int hp_startup_mode;
int series_startup;