From patchwork Sat Jun 18 17:04:08 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Shiyan X-Patchwork-Id: 9185757 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 947EB6075E for ; Sat, 18 Jun 2016 17:04:41 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7E30E2714B for ; Sat, 18 Jun 2016 17:04:41 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 6D45628360; Sat, 18 Jun 2016 17:04:41 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID autolearn=no version=3.3.1 Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 52D112714B for ; Sat, 18 Jun 2016 17:04:39 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id D40992654ED; Sat, 18 Jun 2016 19:04:37 +0200 (CEST) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 69CB12650D1; Sat, 18 Jun 2016 19:04:30 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa0.perex.cz (Postfix, from userid 1000) id 3909C26512F; Sat, 18 Jun 2016 19:04:29 +0200 (CEST) Received: from smtp43.i.mail.ru (smtp43.i.mail.ru [94.100.177.103]) by alsa0.perex.cz (Postfix) with ESMTP id C713A261A06 for ; Sat, 18 Jun 2016 19:04:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Message-Id:Date:Subject:Cc:To:From; bh=RT18Gc7YMp5+XXhwJCnhxBQiL5/OwlRhLbOrfSdD5pk=; b=FDzHCyUo9o5lo1zwkQ0CBewlkNtdRv6qUJGUiRaLnLE9xfs9al2p9XS8AWYUvsV0lz15pOx5XhiiIvM2urv5MzoopX57HMpb5V2UVNtjv9/0F9bK/11puS7bPYy67cjOzF9sa1QD1BjgkixMnEP4ZuWsleZFcS+DcROc3yi0vys=; Received: from [5.18.96.7] (port=39594 helo=shc.zet) by smtp43.i.mail.ru with esmtpa (envelope-from ) id 1bEJfO-0004xS-LU; Sat, 18 Jun 2016 20:04:19 +0300 From: Alexander Shiyan To: alsa-devel@alsa-project.org Date: Sat, 18 Jun 2016 20:04:08 +0300 Message-Id: <1466269448-8445-1-git-send-email-shc_work@mail.ru> X-Mailer: git-send-email 2.4.9 X-Mras: OK Cc: Takashi Iwai , Mark Brown , Liam Girdwood , Alexander Shiyan Subject: [alsa-devel] [PATCH] ASoC: codecs: Allow user to select WM9713 codec X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP Add simple description and necessary options to allow to select Wolfson WM9713 codec. Signed-off-by: Alexander Shiyan --- sound/soc/codecs/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 4d82a58..6721427 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1010,8 +1010,9 @@ config SND_SOC_WM9712 tristate config SND_SOC_WM9713 - tristate + tristate "Wolfson Microelectronics WM9713 codec" select REGMAP_AC97 + select SND_SOC_AC97_BUS # Amp config SND_SOC_LM4857