32 lines
945 B
Diff
32 lines
945 B
Diff
From eabd19b9bb8a62764dfd5290205cf7431e0329d6 Mon Sep 17 00:00:00 2001
|
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
|
Date: Fri, 31 Mar 2017 15:55:03 +0200
|
|
Subject: [PATCH 08/53] ARM64: defconfig: enable audio support for meson SoCs
|
|
as module
|
|
|
|
Add audio support for meson SoCs. This includes the audio core
|
|
driver and the i2s and spdif output interfaces
|
|
|
|
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
|
|
---
|
|
arch/arm64/configs/defconfig | 3 +++
|
|
1 file changed, 3 insertions(+)
|
|
|
|
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
|
|
index ab1cb51319e7..a4bf54b3b50d 100644
|
|
--- a/arch/arm64/configs/defconfig
|
|
+++ b/arch/arm64/configs/defconfig
|
|
@@ -464,6 +464,9 @@ CONFIG_SOUND=y
|
|
CONFIG_SND=y
|
|
CONFIG_SND_SOC=y
|
|
CONFIG_SND_BCM2835_SOC_I2S=m
|
|
+CONFIG_SND_SOC_MESON=m
|
|
+CONFIG_SND_SOC_MESON_I2S=m
|
|
+CONFIG_SND_SOC_MESON_SPDIF=m
|
|
CONFIG_SND_SOC_ROCKCHIP=m
|
|
CONFIG_SND_SOC_ROCKCHIP_I2S=m
|
|
CONFIG_SND_SOC_ROCKCHIP_SPDIF=m
|
|
--
|
|
2.17.1
|
|
|