audio: auge: add sound card support for tl1 [1/1]
authorXing Wang <xing.wang@amlogic.com>
Tue, 9 Oct 2018 11:36:05 +0000 (19:36 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Mon, 29 Oct 2018 11:19:49 +0000 (04:19 -0700)
commit9c7a42844f9a458d52b0b39323d7b95ee0632b1a
treedb753ef8901f8e526799629948808ad78590c956
parent63e22b6f69cba7f2c137ed0875fdd3d502cdf4e5
audio: auge: add sound card support for tl1 [1/1]

PD#172587

Problem:
Bringup tl1 sound card.

Solution:
Add tl1 sound card.
Add external interface for audio input/output.

Verify:
Tested by PTM
Sound card is setup.
TDM and SPDIF internel loopback is ok

Change-Id: I60830ca44a62ee2a8e16343e91e7311152cab161
Signed-off-by: Xing Wang <xing.wang@amlogic.com>
29 files changed:
MAINTAINERS
arch/arm/boot/dts/amlogic/mesontl1.dtsi
arch/arm/boot/dts/amlogic/tl1_pxp.dts
include/dt-bindings/clock/amlogic,tl1-audio-clk.h [new file with mode: 0644]
sound/soc/amlogic/auge/Makefile
sound/soc/amlogic/auge/audio_clks.c
sound/soc/amlogic/auge/audio_clks.h
sound/soc/amlogic/auge/audio_controller.c
sound/soc/amlogic/auge/audio_utils.c
sound/soc/amlogic/auge/audio_utils.h
sound/soc/amlogic/auge/axg,clocks.c
sound/soc/amlogic/auge/card.c
sound/soc/amlogic/auge/ddr_mngr.c
sound/soc/amlogic/auge/ddr_mngr.h
sound/soc/amlogic/auge/effects.c
sound/soc/amlogic/auge/effects_hw.c
sound/soc/amlogic/auge/extn.c [new file with mode: 0644]
sound/soc/amlogic/auge/frhdmirx_hw.c [new file with mode: 0644]
sound/soc/amlogic/auge/frhdmirx_hw.h [new file with mode: 0644]
sound/soc/amlogic/auge/g12a,clocks.c
sound/soc/amlogic/auge/pdm.c
sound/soc/amlogic/auge/pdm.h
sound/soc/amlogic/auge/regs.h
sound/soc/amlogic/auge/spdif.c
sound/soc/amlogic/auge/spdif_hw.c
sound/soc/amlogic/auge/tdm.c
sound/soc/amlogic/auge/tdm_hw.c
sound/soc/amlogic/auge/tdm_hw.h
sound/soc/amlogic/auge/tl1,clocks.c [new file with mode: 0644]