mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
rk3168m: spdif support
This commit is contained in:
@@ -326,8 +326,8 @@ CONFIG_SND=y
|
||||
# CONFIG_SND_ARM is not set
|
||||
CONFIG_SND_SOC=y
|
||||
CONFIG_SND_RK29_SOC=y
|
||||
CONFIG_SND_I2S_DMA_EVENT_STATIC=y
|
||||
CONFIG_SND_RK29_SOC_SPDIF=y
|
||||
CONFIG_SND_I2S_DMA_EVENT_DYNAMIC=y
|
||||
CONFIG_SND_RK_SOC_SPDIF=y
|
||||
CONFIG_SND_RK29_SOC_RK616=y
|
||||
CONFIG_SND_RK29_CODEC_SOC_SLAVE=y
|
||||
CONFIG_UHID=y
|
||||
|
||||
@@ -335,7 +335,11 @@ static __devinit int spdif_probe(struct platform_device *pdev)
|
||||
#endif
|
||||
|
||||
#if defined (CONFIG_ARCH_RK30)
|
||||
#if defined (CONFIG_ARCH_RK3066B)
|
||||
iomux_set(SPDIF_TX);
|
||||
#else
|
||||
rk30_mux_api_set(GPIO1B2_SPDIFTX_NAME, GPIO1B_SPDIF_TX);
|
||||
#endif
|
||||
#elif defined (CONFIG_ARCH_RK3188)
|
||||
iomux_set(SPDIF_TX);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user