From patchwork Wed Feb 12 14:56:47 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 11378651 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C2E8B14E3 for ; Wed, 12 Feb 2020 14:57:46 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E22CD20714 for ; Wed, 12 Feb 2020 14:57:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="qvLI2pew" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E22CD20714 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linux-m68k.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id DB37A1661; Wed, 12 Feb 2020 15:57:00 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz DB37A1661 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1581519463; bh=SwuecwTFerUrU8hmiJiks9wA9AtV0paJwGdD8ZNuRYE=; h=From:To:Date:Cc:Subject:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=qvLI2pewLpg/imoRYqGhtWWKRp2S7OZ/sGpqV57fXE/XhQn3ZAQAHcB0GaHBFUEQc MxfZHM1uaCna76pOR50Upz6rcvJdTMG7O0KsPhnx3kXtRcMz13XwNqVnJWDXehZazJ /bSk6T2xe0JkMuKsLoJG2njxFI9vEcHD3Q9SnZLM= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 597B8F8014F; Wed, 12 Feb 2020 15:57:00 +0100 (CET) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa1.perex.cz (Postfix, from userid 50401) id D56BFF80158; Wed, 12 Feb 2020 15:56:58 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on alsa1.perex.cz X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=PRX_BODY_135,SPF_HELO_NONE, SPF_NONE,SURBL_BLOCKED autolearn=disabled version=3.4.0 Received: from xavier.telenet-ops.be (xavier.telenet-ops.be [IPv6:2a02:1800:120:4::f00:14]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 1F70CF80125 for ; Wed, 12 Feb 2020 15:56:55 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 1F70CF80125 Received: from ramsan ([84.195.182.253]) by xavier.telenet-ops.be with bizsmtp id 1qwu2200d5USYZQ01qwuvz; Wed, 12 Feb 2020 15:56:55 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1j1tRe-0004yo-NF; Wed, 12 Feb 2020 15:56:54 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1j1tRe-0001DQ-Kn; Wed, 12 Feb 2020 15:56:54 +0100 From: Geert Uytterhoeven To: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Randy Dunlap Date: Wed, 12 Feb 2020 15:56:47 +0100 Message-Id: <20200212145650.4602-1-geert@linux-m68k.org> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Cc: alsa-devel@alsa-project.org, Geert Uytterhoeven , linux-kernel@vger.kernel.org Subject: [alsa-devel] [PATCH 0/3] ASoC: Fix SND_SOC_ALL_CODECS imply fallout X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 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" Hi Mark, As expected[*], commit ea00d95200d02ece ("ASoC: Use imply for SND_SOC_ALL_CODECS") introduced several build failures, due to missing dependencies. This patch series fixes several of them. There are probably more. Do we want to pursue this, or just revert instead? Thanks! [*] https://lore.kernel.org/alsa-devel/20200207091351.18133-1-geert@linux-m68k.org/ Geert Uytterhoeven (3): ASoC: Fix SND_SOC_ALL_CODECS imply SPI fallout ASoC: Fix SND_SOC_ALL_CODECS imply I2C fallout ASoC: Fix SND_SOC_ALL_CODECS imply misc fallout sound/soc/codecs/Kconfig | 88 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 82 insertions(+), 6 deletions(-)