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>
Mon, 4 Nov 2019 09:00:55 +0000 (18:00 +0900)
commit83a414b701f7218b497fd95c4ed8d27aaf34bd64
treedd73c92daf37a47de20ad8c12cb4637aad08aecf
parent5ebfcf73c44a45b6c51bdb0b8e34b7fad10986d8
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: Idc034aafd39157ccfe19b2dae6c80ba6afd8e60c
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]