audio: add new audio features
authorShuai Li <shuai.li@amlogic.com>
Wed, 7 Jun 2017 03:41:42 +0000 (20:41 -0700)
committerXing Wang <xing.wang@amlogic.com>
Wed, 28 Jun 2017 03:18:53 +0000 (11:18 +0800)
commit189e32aa662d3fef7ce2b24dadc5956766dd5dd7
treeaf8d3239495d0084afb05f60269a9fb742863c60
parentabb7e885c1f7612731da18300c2c801390512b9e
audio: add new audio features

PD#145715: new audio features:
1. mute gpio
2. tas575x driver
3. multi-codec prefix name
4. tlv320adc3101 can revert bclk
5. set clkmsr to check mclk for AXG tdm

Change-Id: Ibd3d9ed8086715439c4bebeb574b998c1ffd1e45
Signed-off-by: Shuai Li <shuai.li@amlogic.com>
17 files changed:
MAINTAINERS
arch/arm64/boot/dts/amlogic/axg_s400.dts
arch/arm64/boot/dts/amlogic/axg_s420.dts
arch/arm64/configs/meson64_defconfig
drivers/amlogic/clk/clk_measure.c
include/linux/amlogic/clk_measure.h [new file with mode: 0644]
sound/soc/amlogic/auge/card.c
sound/soc/amlogic/auge/card_utils.c
sound/soc/amlogic/auge/card_utils.h
sound/soc/amlogic/auge/tdm.c
sound/soc/amlogic/auge/tdm_hw.c
sound/soc/codecs/amlogic/Kconfig
sound/soc/codecs/amlogic/Makefile
sound/soc/codecs/amlogic/pcm186x.c
sound/soc/codecs/amlogic/tas575x.c [new file with mode: 0644]
sound/soc/codecs/amlogic/tas575x.h [new file with mode: 0644]
sound/soc/codecs/amlogic/tlv320adc3101.c