diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2015-07-15 00:35:10 +0000 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-07-15 11:21:31 +0900 |
commit | 9afa6c4980492f0305c57e6e8acb4161960df6f4 (patch) | |
tree | 2aca7dc9e924f6be2b72b5bc2d63e9efd1ab9065 /arch/arm/configs | |
parent | 6cec276808bc0a4ac5fc3ab9e42a1b5d1e3e9cc4 (diff) | |
download | op-kernel-dev-9afa6c4980492f0305c57e6e8acb4161960df6f4.zip op-kernel-dev-9afa6c4980492f0305c57e6e8acb4161960df6f4.tar.gz |
ARM: multi_v7_defconfig: add Renesas DPCM Sound Card
This patch enables Renesas DPCM related sound card.
It is used for...
- Sampline rate convert
- CTU/MIXer
Note: you need to enable these settings on DTS file
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 77f4b76..c2eae2a 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -462,6 +462,7 @@ CONFIG_SND_ATMEL_SOC=m CONFIG_SND_ATMEL_SOC_WM8904=m CONFIG_SND_SOC_SH4_FSI=m CONFIG_SND_SOC_RCAR=m +CONFIG_SND_SOC_RSRC_CARD=m CONFIG_SND_SOC_TEGRA=m CONFIG_SND_SOC_TEGRA_RT5640=m CONFIG_SND_SOC_TEGRA_WM8753=m |