mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
rk3188 sdk: config rt5616
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user