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, 6 Jul 2020 09:07:44 +0000 (18:07 +0900)
commitd6ad971a7db3915c546956fd6c316b86972d843a
treeef4414ad489662c3ab761df4789bff036059cdf3
parentb86a32a982c73499b4d5a32a9caaa3493d647967
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]