aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2012-09-20 13:57:27 -0500
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-09-21 08:35:06 -0400
commit0534951ba493a97eee646f62101cf88fac2308c6 (patch)
tree13a941ac3ae1d20f3cde2d56d3d2ab811ac3c372 /include/sound
parentASoC: wm8961: Move device identification and reset to I2C probe (diff)
downloadlinux-dev-0534951ba493a97eee646f62101cf88fac2308c6.tar.xz
linux-dev-0534951ba493a97eee646f62101cf88fac2308c6.zip
ASoC: wm8960: remove 'dres' field from platform data structure
The 'dres' field (discharge resistance for headphone outputs) is no longer used in the driver, so remove it. It was used in the original version of the driver when entering standby from off, but we stopped using it when we switched from having a single startup sequence to having separate cap and capless sequences. Signed-off-by: Timur Tabi <timur@freescale.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/wm8960.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/wm8960.h b/include/sound/wm8960.h
index b5a1ab9ebb4a..e8ce8ee7d62d 100644
--- a/include/sound/wm8960.h
+++ b/include/sound/wm8960.h
@@ -18,8 +18,6 @@
struct wm8960_data {
bool capless; /* Headphone outputs configured in capless mode */
- int dres; /* Discharge resistance for headphone outputs */
-
bool shared_lrclk; /* DAC and ADC LRCLKs are wired together */
};