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/wm8993.h | |
parent | 406089d01562f1e2bf9f089fd7637009ebaad589 (diff) |
Patched in Tegra support.
Diffstat (limited to 'include/sound/wm8993.h')
-rw-r--r-- | include/sound/wm8993.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/sound/wm8993.h b/include/sound/wm8993.h index 8016fd826f5..eee19f63c0d 100644 --- a/include/sound/wm8993.h +++ b/include/sound/wm8993.h | |||
@@ -32,10 +32,6 @@ struct wm8993_platform_data { | |||
32 | unsigned int lineout1fb:1; | 32 | unsigned int lineout1fb:1; |
33 | unsigned int lineout2fb:1; | 33 | unsigned int lineout2fb:1; |
34 | 34 | ||
35 | /* Delay to add for microphones to stabalise after power up */ | ||
36 | int micbias1_delay; | ||
37 | int micbias2_delay; | ||
38 | |||
39 | /* Microphone biases: 0=0.9*AVDD1 1=0.65*AVVD1 */ | 35 | /* Microphone biases: 0=0.9*AVDD1 1=0.65*AVVD1 */ |
40 | unsigned int micbias1_lvl:1; | 36 | unsigned int micbias1_lvl:1; |
41 | unsigned int micbias2_lvl:1; | 37 | unsigned int micbias2_lvl:1; |