Index: audio/wm8731.c
===================================================================
--- audio/wm8731.c	(revision 26825)
+++ audio/wm8731.c	(working copy)
@@ -201,7 +201,7 @@
 #if defined(IRIVER_H10) || defined(IRIVER_H10_5GB)
     /* We need to enable bit 4 of GPIOL for output for sound on H10 */
     GPIO_SET_BITWISE(GPIOL_OUTPUT_VAL, 0x10);
-#elif defined(PHILIPS_HDD1630)
+#elif defined(PHILIPS_HDD1630) || defined(PHILIPS_HDD6330)
     GPO32_ENABLE |= 0x2;
     GPO32_VAL &= ~0x2;
 #endif
Index: tuner/tea5767.c
===================================================================
--- tuner/tea5767.c	(revision 26825)
+++ tuner/tea5767.c	(working copy)
@@ -28,7 +28,7 @@
 #include "fmradio.h"
 #include "fmradio_i2c.h" /* physical interface driver */
 
-#if defined(PHILIPS_HDD1630) || defined(ONDA_VX747) || defined(ONDA_VX777)
+#if defined(PHILIPS_HDD1630) || defined(ONDA_VX747) || defined(ONDA_VX777) || defined(PHILIPS_HDD6330)
 #define I2C_ADR 0x60
 #else
 #define I2C_ADR 0xC0
