aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/wm8960.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2010-03-03ASoC: Add support for WM8960 capless modeMark Brown1-0/+2
The WM8960 headphone outputs can be run in capless mode with OUT3 used to drive a pseudo ground for the headphone drivers. In this mode the mono mixer is not used, the mixer should be turned on in concert with the headphone output drivers and the device bias levels are managed differently. Also tweak the existing bias management to remove the use of active discharge while we're at it since that's often audible. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
2010-03-03ASoC: Move WM8960 platform data into include/soundMark Brown1-0/+22
Avoids machine files having to peer into sound/soc which is a bit rude and icky. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>