1menu "AllWinner CODEC drivers" 2 3config SND_CODEC_SUNXI_RWFUNC 4 bool 5 default n 6 7config SND_CODEC_SUN8IW18_AUDIOCODEC 8 bool "Allwinner AudioCodec support" 9 default n 10 select SND_PLATFORM_SUNXI_CPUDAI 11 select SND_PLATFORM_SUNXI_PCM 12 select SND_CODEC_SUNXI_RWFUNC 13 depends on (ARCH_SUN8IW18P1 || ARCH_SUN8IW18) 14 help 15 Select Y to add support the Codec embedded in the Allwinner 16 sun8iw18 and affiliated SoCs. 17 18config SND_CODEC_SUN8IW19_AUDIOCODEC 19 bool "Allwinner AudioCodec support" 20 default n 21 select SND_PLATFORM_SUNXI_CPUDAI 22 select SND_PLATFORM_SUNXI_PCM 23 depends on (ARCH_SUN8IW19P1 || ARCH_SUN8IW19) 24 help 25 Select Y to add support the Codec embedded in the Allwinner 26 sun8iw19 and affiliated SoCs. 27 28config SND_CODEC_SUN8IW20_AUDIOCODEC 29 bool "Allwinner AudioCodec support" 30 default n 31 select SND_PLATFORM_SUNXI_CPUDAI 32 select SND_PLATFORM_SUNXI_PCM 33 depends on SOC_SUN20IW1P1 34 help 35 Select Y to add support the Codec embedded in the Allwinner 36 sun8iw20 and affiliated SoCs. 37 38config SND_CODEC_AC108 39 bool "Sunxi AC108 codec" 40 default n 41 42endmenu 43