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>
Wed, 23 Nov 2022 02:31:04 +0000 (11:31 +0900)
commit2ca6436a445765d39da1571cb95d5c4d37ad27d8
tree8cb4a10d383e482f0e4d1f75ceda78b65546a161
parent6e418bf3cb95a38d0f9cbc36c80b2957d9cd3a0e
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]