rk3188 sdk: config rt5616
authorwuhao <wuhao@wuhao@rock-chips.com>
Thu, 28 Mar 2013 07:57:33 +0000 (15:57 +0800)
committerwuhao <wuhao@wuhao@rock-chips.com>
Thu, 28 Mar 2013 07:57:33 +0000 (15:57 +0800)
arch/arm/configs/rk3188_sdk_defconfig
arch/arm/mach-rk3188/board-rk3188-sdk.c

index 4fced8d929a6dd187de3d3f6b7ca93ff13cfe492..55ad3455026e8d48f5fa6f7dc97b6be75bee0367 100644 (file)
@@ -320,7 +320,7 @@ CONFIG_SND=y
 CONFIG_SND_SOC=y
 CONFIG_SND_RK29_SOC=y
 CONFIG_SND_I2S_DMA_EVENT_STATIC=y
-CONFIG_SND_RK29_SOC_RT5631=y
+CONFIG_SND_RK29_SOC_RT5616=y
 CONFIG_SND_RK29_CODEC_SOC_SLAVE=y
 CONFIG_UHID=y
 CONFIG_HID_A4TECH=y
index 2d8004d5dedec72c8ff980e83fc8f7081d5869f1..65f8288d00462e7b10332dbae4e5c1cb7107db3a 100644 (file)
@@ -2052,6 +2052,15 @@ static struct i2c_board_info __initdata i2c3_info[] = {
 
 #ifdef CONFIG_I2C4_RK30
 static struct i2c_board_info __initdata i2c4_info[] = {
+    #if defined (CONFIG_SND_SOC_RT5616)
+    {
+                .type                   = "rt5616",
+                .addr                   = 0x1b,
+                .flags                  = 0,
+
+     },
+    #endif
+
 };
 #endif