diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-10 00:22:04 +0900 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-10 00:22:04 +0900 |
commit | f20eca1c061ba6a56cb1fee09b0903a1befe149a (patch) | |
tree | ad6b2c2161e1d222c5ea2761cfb93ac2eff8754e /include/sound | |
parent | 93ac820df58de3b16e82fc3b9ff7437e66b2977d (diff) | |
parent | 293750f9bcb3368d5298ed1a091b5402de359d3b (diff) | |
download | linux-3.10-f20eca1c061ba6a56cb1fee09b0903a1befe149a.tar.gz linux-3.10-f20eca1c061ba6a56cb1fee09b0903a1befe149a.tar.bz2 linux-3.10-f20eca1c061ba6a56cb1fee09b0903a1befe149a.zip |
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 50a059e7d11..6d9e15ed1dc 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 */ |