diff options
author | Jaechul Lee <jcsing.lee@samsung.com> | 2019-04-16 08:39:51 +0900 |
---|---|---|
committer | Junghoon Kim <jhoon20.kim@samsung.com> | 2019-06-11 09:35:56 +0900 |
commit | 9a6688b85b06f8bd67cc113f1540e0c6d0a66e57 (patch) | |
tree | f70a2c546fedd5e4d6bf3f378d633fdac26e2040 /arch/arm64 | |
parent | 9fa7787029dfc73420802d2014bca8b3340444ef (diff) | |
download | linux-rpi3-9a6688b85b06f8bd67cc113f1540e0c6d0a66e57.tar.gz linux-rpi3-9a6688b85b06f8bd67cc113f1540e0c6d0a66e57.tar.bz2 linux-rpi3-9a6688b85b06f8bd67cc113f1540e0c6d0a66e57.zip |
ARM64: config: tizen_bcmrpi3: Adds configures related to speaker profile
adds configures related to speaker profile
Change-Id: I365dd181a08fa59ed4986862f20f1817ea3c4c56
Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/configs/tizen_bcmrpi3_defconfig | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm64/configs/tizen_bcmrpi3_defconfig b/arch/arm64/configs/tizen_bcmrpi3_defconfig index d07d10f7542b..452cf35734f5 100644 --- a/arch/arm64/configs/tizen_bcmrpi3_defconfig +++ b/arch/arm64/configs/tizen_bcmrpi3_defconfig @@ -2816,7 +2816,7 @@ CONFIG_SND_SOC=y CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y # CONFIG_SND_SOC_AMD_ACP is not set # CONFIG_SND_ATMEL_SOC is not set -# CONFIG_SND_BCM2835_SOC_I2S is not set +CONFIG_SND_BCM2835_SOC_I2S=y # CONFIG_SND_DESIGNWARE_I2S is not set # @@ -2834,6 +2834,7 @@ CONFIG_SND_SOC_GENERIC_DMAENGINE_PCM=y # CONFIG_SND_SOC_IMX_AUDMUX is not set # CONFIG_SND_I2S_HI6210_I2S is not set # CONFIG_SND_SOC_IMG is not set +CONFIG_SND_SOC_SEEED_VOICECARD=y # # STMicroelectronics STM32 SOC audio support @@ -2845,6 +2846,8 @@ CONFIG_SND_SOC_I2C_AND_SPI=y # # CODEC drivers # +CONFIG_SND_SOC_AC101_CODEC=y +CONFIG_SND_SOC_AC108_CODEC=y # CONFIG_SND_SOC_AC97_CODEC is not set # CONFIG_SND_SOC_AD193X_SPI is not set # CONFIG_SND_SOC_AD193X_I2C is not set @@ -2943,7 +2946,8 @@ CONFIG_SND_SOC_I2C_AND_SPI=y # CONFIG_SND_SOC_NAU8810 is not set # CONFIG_SND_SOC_NAU8824 is not set # CONFIG_SND_SOC_TPA6130A2 is not set -# CONFIG_SND_SIMPLE_CARD is not set +CONFIG_SND_SIMPLE_CARD_UTILS=y +CONFIG_SND_SIMPLE_CARD=y # CONFIG_SND_SIMPLE_SCU_CARD is not set # CONFIG_SND_AUDIO_GRAPH_CARD is not set # CONFIG_SND_AUDIO_GRAPH_SCU_CARD is not set |