Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1328328

[PATCH 5/6] ARM: multi_v7_defconfig: Enable A10 audio codec driver as module

From Chen-Yu Tsai <wens@csie.org>
Newsgroups linux.kernel
Subject [PATCH 5/6] ARM: multi_v7_defconfig: Enable A10 audio codec driver as module
Date 2016-02-06 17:00 +0100
Message-ID <qZdre-Ve-25@gated-at.bofh.it> (permalink)
References <qZdrd-Ve-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The A10 audio codec driver supports the on-chip audio codec found on
Allwinner A10, A10s, A13, A20 SoCs.

Build it as a module, since it is not critical.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 314f6be2dca2..03703b7ea530 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -559,6 +559,7 @@ CONFIG_SND_SOC_ROCKCHIP_RT5645=m
 CONFIG_SND_SOC_SH4_FSI=m
 CONFIG_SND_SOC_RCAR=m
 CONFIG_SND_SOC_RSRC_CARD=m
+CONFIG_SND_SUN4I_CODEC=m
 CONFIG_SND_SOC_SAMSUNG=m
 CONFIG_SND_SOC_SNOW=m
 CONFIG_SND_SOC_ODROIDX2=m
-- 
2.7.0

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] ARM: defconfig: Enable recently merged drivers for sunxi Chen-Yu Tsai <wens@csie.org> - 2016-02-06 17:00 +0100
  [PATCH 5/6] ARM: multi_v7_defconfig: Enable A10 audio codec driver as module Chen-Yu Tsai <wens@csie.org> - 2016-02-06 17:00 +0100
    Re: [PATCH 5/6] ARM: multi_v7_defconfig: Enable A10 audio codec  driver as module Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-09 09:20 +0100
  [PATCH 6/6] ARM: multi_v7_defconfig: Enable MUSB HDRC driver with Allwinner glue Chen-Yu Tsai <wens@csie.org> - 2016-02-06 17:00 +0100
    Re: [PATCH 6/6] ARM: multi_v7_defconfig: Enable MUSB HDRC driver  with Allwinner glue Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-09 09:20 +0100

csiph-web