From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-12.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,INCLUDES_PATCH,MAILING_LIST_MULTI, MENTIONS_GIT_HOSTING,SIGNED_OFF_BY,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D61C5C10F13 for ; Thu, 11 Apr 2019 11:20:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 93050206B6 for ; Thu, 11 Apr 2019 11:20:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554981639; bh=2G8AaH5W0Ywz7Pz7qiBSkOnYkk5e37c9HlMIYDtNpWM=; h=From:To:Cc:Subject:In-Reply-To:Date:List-ID:From; b=gBTtZxnJ46JGDqX1POMFbMlOZzp1zIMmOxk0KJXwsS2xsigCbejBDAa+/t9HXzsOG QQ4enbkOMVH1NsiPKhd1tfjK4XTepTwhjPU6Sv02aIonC9JoQmlN0iuq0/bt5370xF /1px2FXsVLS/IDYvUtPSDyUIPfIjIMmcb8DMIR+U= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726886AbfDKLUi (ORCPT ); Thu, 11 Apr 2019 07:20:38 -0400 Received: from heliosphere.sirena.org.uk ([172.104.155.198]:49592 "EHLO heliosphere.sirena.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726629AbfDKLUi (ORCPT ); Thu, 11 Apr 2019 07:20:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sirena.org.uk; s=20170815-heliosphere; h=Date:Message-Id:In-Reply-To: Subject:Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner: List-Archive; bh=WgasdIQS749InewWrN8O5VMXXGxjsjKl8HzeiqLHnnY=; b=MOR8zOsTkq1p vADGYUpqpHTayePGuQH/FB4Ec+6j7YQg22T0JkOTp3e1kdVK3I/60TDZLghAyK0jysnanDvklcKhz kB8cu26IMeDx5wcAucgOp6E7dd/IAZP7J7vm/He0zv5bEmN1zYpmsDEXoNHxuMzXkgET8z26qj8d+ DJe9k=; Received: from cpc102320-sgyl38-2-0-cust46.18-2.cable.virginm.net ([82.37.168.47] helo=debutante.sirena.org.uk) by heliosphere.sirena.org.uk with esmtpa (Exim 4.89) (envelope-from ) id 1hEXkE-00006k-7M; Thu, 11 Apr 2019 11:19:50 +0000 Received: by debutante.sirena.org.uk (Postfix, from userid 1000) id D4E9E1126DD2; Thu, 11 Apr 2019 12:19:48 +0100 (BST) From: Mark Brown To: Marc Gonzalez Cc: alsa-devel@alsa-project.org, Arnd Bergmann , Jaroslav Kysela , Liam Girdwood , LKML , Mark Brown , Srinivas Kandagatla , Takashi Iwai Subject: Applied "ASoC: wcd9335: Fix missing regmap requirement" to the asoc tree In-Reply-To: <8c0b22e2-2c67-8d45-a57d-dfc54043fbc9@free.fr> X-Patchwork-Hint: ignore Message-Id: <20190411111948.D4E9E1126DD2@debutante.sirena.org.uk> Date: Thu, 11 Apr 2019 12:19:48 +0100 (BST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The patch ASoC: wcd9335: Fix missing regmap requirement has been applied to the asoc tree at https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-5.1 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark >From ac71317e6be01812cc0c54d8be6d3c1139c8380b Mon Sep 17 00:00:00 2001 From: Marc Gonzalez Date: Wed, 10 Apr 2019 16:23:38 +0200 Subject: [PATCH] ASoC: wcd9335: Fix missing regmap requirement wcd9335.c: undefined reference to 'devm_regmap_add_irq_chip' Signed-off-by: Marc Gonzalez Signed-off-by: Mark Brown --- sound/soc/codecs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 419114edfd57..667fc1d59e18 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -1151,6 +1151,7 @@ config SND_SOC_WCD9335 tristate "WCD9335 Codec" depends on SLIMBUS select REGMAP_SLIMBUS + select REGMAP_IRQ help The WCD9335 is a standalone Hi-Fi audio CODEC IC, supports Qualcomm Technologies, Inc. (QTI) multimedia solutions, -- 2.20.1