Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1328323
| Path | csiph.com!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Chen-Yu Tsai <wens@csie.org> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/6] ARM: sunxi_defconfig: Enable A10 audio codec driver |
| Date | Sat, 06 Feb 2016 17:00:03 +0100 |
| Message-ID | <qZdrd-Ve-7@gated-at.bofh.it> (permalink) |
| References | <qZdrd-Ve-9@gated-at.bofh.it> |
| X-Mailer | git-send-email 2.7.0 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 25 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | Chen-Yu Tsai <wens@csie.org>, linux-arm-kernel@lists.infradead.org, linux-sunxi@googlegroups.com, linux-kernel@vger.kernel.org |
| X-Original-Date | Sat, 6 Feb 2016 23:53:45 +0800 |
| X-Original-Message-ID | <1454774029-10469-3-git-send-email-wens@csie.org> |
| X-Original-References | <1454774029-10469-1-git-send-email-wens@csie.org> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1328323 |
Show key headers only | View raw
The A10 audio codec driver supports the on-chip audio codec found on Allwinner A10, A10s, A13, A20 SoCs. Signed-off-by: Chen-Yu Tsai <wens@csie.org> --- arch/arm/configs/sunxi_defconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/configs/sunxi_defconfig b/arch/arm/configs/sunxi_defconfig index 7d2e7bf81a47..efa12c88fe1c 100644 --- a/arch/arm/configs/sunxi_defconfig +++ b/arch/arm/configs/sunxi_defconfig @@ -100,6 +100,10 @@ CONFIG_FB=y CONFIG_FB_SIMPLE=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y +CONFIG_SOUND=y +CONFIG_SND=y +CONFIG_SND_SOC=y +CONFIG_SND_SUN4I_CODEC=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_HCD_PLATFORM=y -- 2.7.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 2/6] ARM: sunxi_defconfig: Enable A10 audio codec driver Chen-Yu Tsai <wens@csie.org> - 2016-02-06 17:00 +0100 Re: [PATCH 2/6] ARM: sunxi_defconfig: Enable A10 audio codec driver Maxime Ripard <maxime.ripard@free-electrons.com> - 2016-02-09 09:10 +0100
csiph-web