1# Sunxi Read/Write Platform Codec 2obj-$(SND_CODEC_SUNXI_RWFUNC) += sunxi_rw_func.o 3 4# Sun8iw19p1 Platform Codec 5obj-$(CONFIG_SND_CODEC_SUN8IW18_AUDIOCODEC) += sun8iw18-codec.o 6 7# Sun8iw19p1 Platform Codec 8obj-$(CONFIG_SND_CODEC_SUN8IW19_AUDIOCODEC) += sun8iw19-codec.o 9 10# Sun8iw20p1 Platform Codec 11obj-$(CONFIG_SND_CODEC_SUN8IW20_AUDIOCODEC) += sun8iw20-codec.o 12 13# Common dummy_codec 14obj-y += dummy_codec.o 15 16# AC108 Codec 17obj-$(CONFIG_SND_CODEC_AC108) += ac108.o 18