aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/cs4271.h
diff options
context:
space:
mode:
authorDaniel Mack <zonque@gmail.com>2012-10-04 14:03:23 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-10-15 10:08:20 +0900
commit293750f9bcb3368d5298ed1a091b5402de359d3b (patch)
treec547f655f4751e170a1275035c9a96e0beccfd2b /include/sound/cs4271.h
parentLinux 3.7-rc1 (diff)
downloadlinux-dev-293750f9bcb3368d5298ed1a091b5402de359d3b.tar.xz
linux-dev-293750f9bcb3368d5298ed1a091b5402de359d3b.zip
ASoC: cs4271: add support for AMUTEB=BMUTEC feature
The CS4271 has a feature to sync its analog mute flags, so one mute circuitry can be used for both channels. Give users access to this feature with a new DT property and a flag in the platform data. Signed-off-by: Daniel Mack <zonque@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound/cs4271.h')
-rw-r--r--include/sound/cs4271.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/cs4271.h b/include/sound/cs4271.h
index 50a059e7d116..6d9e15ed1dcf 100644
--- a/include/sound/cs4271.h
+++ b/include/sound/cs4271.h
@@ -19,6 +19,7 @@
struct cs4271_platform_data {
int gpio_nreset; /* GPIO driving Reset pin, if any */
+ int amutec_eq_bmutec:1; /* flag to enable AMUTEC=BMUTEC */
};
#endif /* __CS4271_H */