diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-02 13:35:00 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-02 13:35:00 +0900 |
commit | 0998deb561fd2fd0e8743643afdc3477750e21fa (patch) | |
tree | d92f8d2821c373e0cc6e04085cbcd56ce5162f6b /include/sound | |
parent | 3bc324922663bda59af5cdc409e8df3ed217d296 (diff) | |
parent | 293750f9bcb3368d5298ed1a091b5402de359d3b (diff) |
Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-next
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/cs4271.h | 1 |
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 */ |