diff options
Diffstat (limited to 'firmware/drivers/audio/wm8751.c')
-rw-r--r-- | firmware/drivers/audio/wm8751.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/wm8751.c b/firmware/drivers/audio/wm8751.c index 1f2213c9a3..06b5f61bd3 100644 --- a/firmware/drivers/audio/wm8751.c +++ b/firmware/drivers/audio/wm8751.c | |||
@@ -194,7 +194,7 @@ void audiohw_preinit(void) | |||
194 | /* control headphone output | 194 | /* control headphone output |
195 | * disabled on startup | 195 | * disabled on startup |
196 | */ | 196 | */ |
197 | and_l((1<<25),&GPIO1_OUT); | 197 | and_l(~(1<<25),&GPIO1_OUT); |
198 | or_l((1<<25), &GPIO1_ENABLE); | 198 | or_l((1<<25), &GPIO1_ENABLE); |
199 | or_l((1<<25), &GPIO1_FUNCTION); | 199 | or_l((1<<25), &GPIO1_FUNCTION); |
200 | #endif | 200 | #endif |