aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/wm8960.h
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
committerJonathan Herman <hermanjl@cs.unc.edu>2013-01-17 16:15:55 -0500
commit8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch)
treea8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /include/sound/wm8960.h
parent406089d01562f1e2bf9f089fd7637009ebaad589 (diff)
Patched in Tegra support.
Diffstat (limited to 'include/sound/wm8960.h')
-rw-r--r--include/sound/wm8960.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/wm8960.h b/include/sound/wm8960.h
index e8ce8ee7d62..74e9a95529c 100644
--- a/include/sound/wm8960.h
+++ b/include/sound/wm8960.h
@@ -18,7 +18,7 @@
18struct wm8960_data { 18struct wm8960_data {
19 bool capless; /* Headphone outputs configured in capless mode */ 19 bool capless; /* Headphone outputs configured in capless mode */
20 20
21 bool shared_lrclk; /* DAC and ADC LRCLKs are wired together */ 21 int dres; /* Discharge resistance for headphone outputs */
22}; 22};
23 23
24#endif 24#endif