CS35L41: Smart PA driver
authorlijilai <lijilai@huaqin.com>
Thu, 19 Jul 2018 10:52:06 +0000 (18:52 +0800)
committerCosmin Tanislav <demonsingur@gmail.com>
Mon, 22 Apr 2024 17:23:42 +0000 (20:23 +0300)
commitb7d9070c98ec962afd987f859bd8dbba12d86027
tree3fb019f5b3e78b4932facd2ab19e1dca221929aa
parent0d57c8aae81988271cd58b55456fe2187507b84a
CS35L41: Smart PA driver

[CS35L41] Added SPA driver

Bug:HQ00000000

Workaround:no

Change-Id: I5d7232539dbd7b9ff97765e4d709e16165916a22
Signed-off-by: Shinhyung Kang<s47.kang@samsung.com>
14 files changed:
include/sound/cs35l41.h [new file with mode: 0755]
sound/soc/codecs/Kconfig [changed mode: 0644->0755]
sound/soc/codecs/Makefile [changed mode: 0644->0755]
sound/soc/codecs/cs35l41-i2c.c [new file with mode: 0755]
sound/soc/codecs/cs35l41-spi.c [new file with mode: 0755]
sound/soc/codecs/cs35l41-tables.c [new file with mode: 0755]
sound/soc/codecs/cs35l41.c [new file with mode: 0755]
sound/soc/codecs/cs35l41.h [new file with mode: 0755]
sound/soc/codecs/cs47l35.c [changed mode: 0644->0755]
sound/soc/codecs/madera-slimbus.c [new file with mode: 0755]
sound/soc/codecs/madera-slimbus.h [new file with mode: 0755]
sound/soc/codecs/wm_adsp.c [changed mode: 0644->0755]
sound/soc/codecs/wm_adsp.h [changed mode: 0644->0755]
sound/soc/codecs/wmfw.h [changed mode: 0644->0755]