rk3188 sdk: config rt5616

This commit is contained in:
wuhao
2013-03-28 15:57:33 +08:00
parent ea8be30a04
commit 7459a223dd
2 changed files with 10 additions and 1 deletions

View 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

View 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