From patchwork Fri Oct 31 00:27:30 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kuninori Morimoto X-Patchwork-Id: 5201051 Return-Path: X-Original-To: patchwork-linux-sh@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 48DE5C11AC for ; Fri, 31 Oct 2014 00:27:33 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6F96820176 for ; Fri, 31 Oct 2014 00:27:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8BD6F20165 for ; Fri, 31 Oct 2014 00:27:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161391AbaJaA1b (ORCPT ); Thu, 30 Oct 2014 20:27:31 -0400 Received: from mail-pd0-f169.google.com ([209.85.192.169]:48836 "EHLO mail-pd0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161331AbaJaA1a (ORCPT ); Thu, 30 Oct 2014 20:27:30 -0400 Received: by mail-pd0-f169.google.com with SMTP id y10so6209313pdj.0 for ; Thu, 30 Oct 2014 17:27:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:subject:user-agent:mime-version:to:cc :in-reply-to:references:content-type; bh=CAatJAvI9vuJC9DZGZap2R+FkJwc1Gp3CdqXpIZ1JtE=; b=Sq6SxFkctn3cq1Cfeb0XfW8mAkVUH8YMOI4lPNMix+o6gRRC4feJgEiG01yXzk4g24 i88PD97H3b8kCqvwBu+XufVcFlYE7TbLXG+QrQ12jWtjJwVe2ynh/zvRaWezaZ6TQBUz 33NDtjEM8Ugxt1lyYfwU12R6LgsVJvo2n7sE2xqIZQTIbpBG+DlEY2Omk3t89Dd8ZdAK LgP3ds+I+u4pqORvR3CQWwC6mq5lqEGXgFzJSxNPy1lSNUUo8XcqmRHiayTCbBtO1BlC hW/d020ndkRqWyAmj3p2g1N30Gam29cmJu4fQUp/SyFyBl5bmCuHQLzjQxNdkZkQHgE/ EQQA== X-Received: by 10.68.235.103 with SMTP id ul7mr20987560pbc.63.1414715250501; Thu, 30 Oct 2014 17:27:30 -0700 (PDT) Received: from remon.gmail.com (49.14.32.202.bf.2iij.net. [202.32.14.49]) by mx.google.com with ESMTPSA id d17sm8228421pdj.32.2014.10.30.17.27.28 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 30 Oct 2014 17:27:30 -0700 (PDT) Date: Thu, 30 Oct 2014 17:27:30 -0700 (PDT) Message-ID: <87fve52idq.wl%kuninori.morimoto.gx@gmail.com> From: Kuninori Morimoto Subject: [PATCH 12/12 v2] ARM: shmobile: multiplatform: add AK4642 support on defconfig User-Agent: Wanderlust/2.14.0 Emacs/23.3 Mule/6.0 MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") To: Simon Cc: Magnus , linux-sh@vger.kernel.org, Kuninori Morimoto In-Reply-To: <87wq7h2ijk.wl%kuninori.morimoto.gx@gmail.com> References: <1414628894-24460-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> <87wq7h2ijk.wl%kuninori.morimoto.gx@gmail.com> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Kuninori Morimoto AK4642 is well used audio codec on Renesas reference board Signed-off-by: Kuninori Morimoto --- v1 -> v2 - independent from Kconfig arch/arm/configs/shmobile_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index a2de58e..63fb531 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -125,6 +125,7 @@ CONFIG_SND=y CONFIG_SND_SOC=y CONFIG_SND_SOC_SH4_FSI=y CONFIG_SND_SOC_RCAR=y +CONFIG_SND_SOC_AK4642=y CONFIG_SND_SOC_WM8978=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y