diff options
Diffstat (limited to 'include/sound/wm8903.h')
-rw-r--r-- | include/sound/wm8903.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/sound/wm8903.h b/include/sound/wm8903.h index cf7ccb76a8de..b310c5a3a958 100644 --- a/include/sound/wm8903.h +++ b/include/sound/wm8903.h | |||
@@ -11,8 +11,11 @@ | |||
11 | #ifndef __LINUX_SND_WM8903_H | 11 | #ifndef __LINUX_SND_WM8903_H |
12 | #define __LINUX_SND_WM8903_H | 12 | #define __LINUX_SND_WM8903_H |
13 | 13 | ||
14 | /* Used to enable configuration of a GPIO to all zeros */ | 14 | /* |
15 | #define WM8903_GPIO_NO_CONFIG 0x8000 | 15 | * Used to enable configuration of a GPIO to all zeros; a gpio_cfg value of |
16 | * zero in platform data means "don't touch this pin". | ||
17 | */ | ||
18 | #define WM8903_GPIO_CONFIG_ZERO 0x8000 | ||
16 | 19 | ||
17 | /* | 20 | /* |
18 | * R6 (0x06) - Mic Bias Control 0 | 21 | * R6 (0x06) - Mic Bias Control 0 |