diff options
Diffstat (limited to 'include/sound/wm8960.h')
-rw-r--r-- | include/sound/wm8960.h | 2 |
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 @@ | |||
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 | int dres; /* Discharge resistance for headphone outputs */ | ||
22 | |||
23 | bool shared_lrclk; /* DAC and ADC LRCLKs are wired together */ | 21 | bool shared_lrclk; /* DAC and ADC LRCLKs are wired together */ |
24 | }; | 22 | }; |
25 | 23 | ||