diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2013-01-17 16:15:55 -0500 |
commit | 8dea78da5cee153b8af9c07a2745f6c55057fe12 (patch) | |
tree | a8f4d49d63b1ecc92f2fddceba0655b2472c5bd9 /include/sound/wm8960.h | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'include/sound/wm8960.h')
-rw-r--r-- | include/sound/wm8960.h | 2 |
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 @@ | |||
18 | struct wm8960_data { | 18 | struct 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 |