From patchwork Wed Dec 19 20:11:12 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: 10738091 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 D795E6C5 for ; Wed, 19 Dec 2018 20:11:23 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C9921286D0 for ; Wed, 19 Dec 2018 20:11:23 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C7C5C286D4; Wed, 19 Dec 2018 20:11:23 +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 C34D1286D0 for ; Wed, 19 Dec 2018 20:11:22 +0000 (UTC) Received: from alsa0.perex.cz (localhost [127.0.0.1]) by alsa0.perex.cz (Postfix) with ESMTP id 7D995267A8E; Wed, 19 Dec 2018 21:11:20 +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 1AA70267B36; 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 1F0A526782E 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 43KmFj08Pfz60; Wed, 19 Dec 2018 21:09:44 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=rere.qmqm.pl; s=1; t=1545250187; bh=X5jYmgkFJQQxChEn2ANSR+F/yFFCcaE1xKRoAPQelkw=; h=Date:From:Subject:To:Cc:From; b=mj7lzP03VDPqclfBg5AYLs+oQ7rg2/QeooUoY2rlsrSpfPkup+J+GCkVZs2pptiu6 0k25phPMFVwb0U/vpl5KHp5T/1HxcBd8gcyYLORMjw9ZydQK+PtQtdFa2t8fiO0J1X SAoLzKkzzKvZfIDqxtJBeXL1sqGuLfCGOleLjyZijm/oE7ajzAJ4c9WG1eG5LaKQZq 871N8kWqiMqJGYj3la3c+NklZdEZWtlJ1EmKLm5BvuZp7iVAf6c4OqVtgU68DdhBRT IwlquoNC2+hYAiXb5BLRycg8Q0e5ZA2iNWU0+4BSknOn0xNNMGjMXLCRBycCGvECPy sjYRw6KvE9Y8Q== X-Virus-Status: Clean X-Virus-Scanned: clamav-milter 0.100.2 at mail Date: Wed, 19 Dec 2018 21:11:12 +0100 Message-Id: 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 0/4] ASoC: wm8904: prepare for use from audio-graph-card 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 First two patches make wm8904 usable from audio-graph-card. Third is a simple micro-optimization of driver-data usage. Last fixes register access with disabled SYSCLK. Tested on custom SAMA5D2 board. Michał Mirosław (4): ASoC: wm8904: make the driver visible in Kconfig ASoC: wm8904: Automatically enable FLL when selected ASoC: wm8904: save model id directly in of_device_id.data ASoC: wm8904: enable MCLK in STANDBY sound/soc/codecs/Kconfig | 3 ++- sound/soc/codecs/wm8904.c | 42 ++++++++++++++++++++++++++++----------- sound/soc/codecs/wm8904.h | 2 +- 3 files changed, 33 insertions(+), 14 deletions(-)