[9610] ASoC: abox: Added abox driver for 4.14 kernel
authorShinHyung <s47.kang@samsung.com>
Fri, 18 May 2018 09:17:00 +0000 (18:17 +0900)
committer강신형 <s47.kang@samsung.com>
Tue, 19 Jun 2018 08:14:11 +0000 (17:14 +0900)
commit18a6abd743c692e03e56b3e59d89817a83d4f283
treec8b40761f1813b02256d400ed98019a73436c368
parent407699679f9e7ea17a5a78decc97609b44cde7ee
[9610] ASoC: abox: Added abox driver for 4.14 kernel

Change-Id: I4dff3f2d9254e54f581ad6fd0d5567ed16aaa980
Signed-off-by: ShinHyung <s47.kang@samsung.com>
58 files changed:
arch/arm64/boot/dts/exynos/exynos9610-erd9610.dts
arch/arm64/boot/dts/exynos/exynos9610-pinctrl.dtsi
arch/arm64/boot/dts/exynos/exynos9610.dtsi
arch/arm64/configs/erd9610_defconfig
include/sound/compress_driver.h
include/sound/samsung/abox.h [new file with mode: 0644]
include/sound/samsung/abox_ipc.h [new file with mode: 0644]
include/sound/samsung/dp_ado.h [new file with mode: 0644]
include/sound/samsung/mailbox.h [new file with mode: 0644]
include/sound/samsung/vts.h [new file with mode: 0644]
include/sound/soc-dai.h
include/sound/soc-dapm.h
include/sound/soc-dpcm.h
include/sound/soc.h
sound/soc/samsung/Kconfig
sound/soc/samsung/Makefile
sound/soc/samsung/abox/Kconfig [new file with mode: 0644]
sound/soc/samsung/abox/Makefile [new file with mode: 0644]
sound/soc/samsung/abox/abox.c [new file with mode: 0644]
sound/soc/samsung/abox/abox.h [new file with mode: 0644]
sound/soc/samsung/abox/abox_bt.c [new file with mode: 0644]
sound/soc/samsung/abox/abox_bt.h [new file with mode: 0644]
sound/soc/samsung/abox/abox_dbg.c [new file with mode: 0644]
sound/soc/samsung/abox/abox_dbg.h [new file with mode: 0644]
sound/soc/samsung/abox/abox_dump.c [new file with mode: 0644]
sound/soc/samsung/abox/abox_dump.h [new file with mode: 0644]
sound/soc/samsung/abox/abox_effect.c [new file with mode: 0644]
sound/soc/samsung/abox/abox_effect.h [new file with mode: 0644]
sound/soc/samsung/abox/abox_failsafe.c [new file with mode: 0644]
sound/soc/samsung/abox/abox_failsafe.h [new file with mode: 0644]
sound/soc/samsung/abox/abox_gic.c [new file with mode: 0644]
sound/soc/samsung/abox/abox_gic.h [new file with mode: 0644]
sound/soc/samsung/abox/abox_if.c [new file with mode: 0644]
sound/soc/samsung/abox/abox_if.h [new file with mode: 0644]
sound/soc/samsung/abox/abox_log.c [new file with mode: 0644]
sound/soc/samsung/abox/abox_log.h [new file with mode: 0644]
sound/soc/samsung/abox/abox_rdma.c [new file with mode: 0644]
sound/soc/samsung/abox/abox_util.c [new file with mode: 0644]
sound/soc/samsung/abox/abox_util.h [new file with mode: 0644]
sound/soc/samsung/abox/abox_vdma.c [new file with mode: 0644]
sound/soc/samsung/abox/abox_vdma.h [new file with mode: 0644]
sound/soc/samsung/abox/abox_vss.c [new file with mode: 0644]
sound/soc/samsung/abox/abox_wdma.c [new file with mode: 0644]
sound/soc/samsung/exynos9610_madera.c [new file with mode: 0644]
sound/soc/samsung/vts/Kconfig [new file with mode: 0644]
sound/soc/samsung/vts/Makefile [new file with mode: 0644]
sound/soc/samsung/vts/mailbox.c [new file with mode: 0644]
sound/soc/samsung/vts/mailbox.h [new file with mode: 0644]
sound/soc/samsung/vts/vts.c [new file with mode: 0644]
sound/soc/samsung/vts/vts.h [new file with mode: 0644]
sound/soc/samsung/vts/vts_dma.c [new file with mode: 0644]
sound/soc/samsung/vts/vts_dump.c [new file with mode: 0644]
sound/soc/samsung/vts/vts_dump.h [new file with mode: 0644]
sound/soc/samsung/vts/vts_log.c [new file with mode: 0644]
sound/soc/samsung/vts/vts_log.h [new file with mode: 0644]
sound/soc/soc-compress.c
sound/soc/soc-dapm.c
sound/soc/soc-pcm.c