summaryrefslogtreecommitdiff
path: root/firmware/drivers/audio/wm8731.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/drivers/audio/wm8731.c')
-rw-r--r--firmware/drivers/audio/wm8731.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/drivers/audio/wm8731.c b/firmware/drivers/audio/wm8731.c
index 41c6757525..71050454f3 100644
--- a/firmware/drivers/audio/wm8731.c
+++ b/firmware/drivers/audio/wm8731.c
@@ -201,7 +201,7 @@ void audiohw_postinit(void)
201#if defined(IRIVER_H10) || defined(IRIVER_H10_5GB) 201#if defined(IRIVER_H10) || defined(IRIVER_H10_5GB)
202 /* We need to enable bit 4 of GPIOL for output for sound on H10 */ 202 /* We need to enable bit 4 of GPIOL for output for sound on H10 */
203 GPIO_SET_BITWISE(GPIOL_OUTPUT_VAL, 0x10); 203 GPIO_SET_BITWISE(GPIOL_OUTPUT_VAL, 0x10);
204#elif defined(PHILIPS_HDD1630) 204#elif defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330)
205 GPO32_ENABLE |= 0x2; 205 GPO32_ENABLE |= 0x2;
206 GPO32_VAL &= ~0x2; 206 GPO32_VAL &= ~0x2;
207#endif 207#endif