ASoC: ac108: Adds ac108 codec and machine code
authorJaechul Lee <jcsing.lee@samsung.com>
Mon, 1 Apr 2019 02:08:55 +0000 (11:08 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 09:35:23 +0000 (18:35 +0900)
commitaee445541c59b1837f5bf65caa8e5198ea405e21
treef9d455c40a1227b87b9b64ac19165e8a7c37225b
parent4f01d18f9375eda2fd708ddb5d9e4db5dc3cc4c0
ASoC: ac108: Adds ac108 codec and machine code

adds respeaker machine code and ac101/ac108 codec code.

ReSpeaker driver
https://github.com/respeaker/seeed-voicecard

Change-Id: I30e687bef34f1e579d1646db43d9835a470df16f
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
12 files changed:
sound/soc/Kconfig
sound/soc/Makefile
sound/soc/codecs/Kconfig
sound/soc/codecs/Makefile
sound/soc/codecs/ac101.c [new file with mode: 0644]
sound/soc/codecs/ac101_regs.h [new file with mode: 0644]
sound/soc/codecs/ac108.c [new file with mode: 0644]
sound/soc/codecs/ac108.h [new file with mode: 0644]
sound/soc/codecs/ac10x.h [new file with mode: 0644]
sound/soc/seeed/Kconfig [new file with mode: 0644]
sound/soc/seeed/Makefile [new file with mode: 0644]
sound/soc/seeed/seeed-voicecard.c [new file with mode: 0644]