From patchwork Wed Dec 19 20:11:15 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?TWljaGHFgiBNaXJvc8WCYXc=?= X-Patchwork-Id: 10738093 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id A9D1C14E2 for ; Wed, 19 Dec 2018 20:11:30 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 9D2D0286DF for ; Wed, 19 Dec 2018 20:11:30 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 9B415286EE; Wed, 19 Dec 2018 20:11:30 +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.9 required=2.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_INVALID,DKIM_SIGNED,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE 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 1A883286E0 for ; Wed, 19 Dec 2018 20:11:30 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 68852267B38; Wed, 19 Dec 2018 21:11:23 +0100 (CET) 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 280CE267B34; Wed, 19 Dec 2018 21:11:18 +0100 (CET) Received: from rere.qmqm.pl (rere.qmqm.pl [91.227.64.183]) by alsa0.perex.cz (Postfix) with ESMTP id 20533267A8E for ; Wed, 19 Dec 2018 21:11:15 +0100 (CET) Received: from remote.user (localhost [127.0.0.1]) by rere.qmqm.pl (Postfix) with ESMTPSA id 43KmFl43Djz6R; Wed, 19 Dec 2018 21:09:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rere.qmqm.pl; s=1; t=1545250187; bh=6wFLghiwC1NnirPTAXQvmgCbUTagArCFG3w5930KLSc=; h=Date:In-Reply-To:References:From:Subject:To:Cc:From; b=la3EmXFHHAFQIZKCKH6FLlDAnXL3hGuo8pBsYJvlnDGERd7cmOpzWVm141jC13SlT YQMd5wvBdREH+QE/oqNEhwVmWjgcj6uXIXEesm0A04dbxqwXHXtutUQS6JpjnUWu+U 8rDV4SkYiUQvR+eIHackKb0qZY2aZm4g/6pHglCvIUYf2zBNHBvHeNWa7LMuSiE1Ax K+REEJz8OKk/oc1TquiSD7MZExPgu6fYYuffTtXAioq161nrdjD7hHxmH2AhxxyUJO yyc9p981bQYsWBskeIHTd9DX+UENy2w7rwgjXYZGyNA9vaRtwFZga4uIydHjHMUm+n fR2aLQvBB6OAw== X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.100.2 at mail Date: Wed, 19 Dec 2018 21:11:15 +0100 Message-Id: <138161713c87d094c8e4f966f88b08a4dec16df9.1545249666.git.mirq-linux@rere.qmqm.pl> In-Reply-To: References: From: =?utf-8?b?TWljaGHFgiBNaXJvc8WCYXc=?= MIME-Version: 1.0 To: patches@opensource.cirrus.com, alsa-devel@alsa-project.org Cc: Takashi Iwai , Mark Brown , Liam Girdwood Subject: [alsa-devel] [PATCH 1/4] ASoC: wm8904: make the driver visible in Kconfig 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: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org X-Virus-Scanned: ClamAV using ClamSMTP For platforms that use the audio-graph-card driver, the codec is not selected by SoC-platform driver. Make it available. Signed-off-by: Michał Mirosław Acked-by: Charles Keepax --- 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 9cc4f1848c9b..f9e6e07be005 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1205,7 +1205,8 @@ config SND_SOC_WM8903 depends on I2C config SND_SOC_WM8904 - tristate + tristate "Wolfson Microelectronics WM8904 CODEC" + depends on I2C config SND_SOC_WM8940 tristate