From patchwork Fri Sep 18 07:25:32 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Axel Lin X-Patchwork-Id: 7213491 Return-Path: X-Original-To: patchwork-alsa-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 2AA579F32B for ; Fri, 18 Sep 2015 07:25:58 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 581C1201EC for ; Fri, 18 Sep 2015 07:25:57 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) by mail.kernel.org (Postfix) with ESMTP id 39F3420155 for ; Fri, 18 Sep 2015 07:25:56 +0000 (UTC) Received: by alsa0.perex.cz (Postfix, from userid 1000) id 7A13D2659FE; Fri, 18 Sep 2015 09:25:54 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,NO_DNS_FOR_FROM, RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_WEB,UNPARSEABLE_RELAY autolearn=no version=3.3.1 Received: from alsa0.perex.cz (localhost [IPv6:::1]) by alsa0.perex.cz (Postfix) with ESMTP id 3F498260499; Fri, 18 Sep 2015 09:25:47 +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 72776260417; Fri, 18 Sep 2015 09:25:45 +0200 (CEST) Received: from mail-pa0-f51.google.com (mail-pa0-f51.google.com [209.85.220.51]) by alsa0.perex.cz (Postfix) with ESMTP id 2730B260417 for ; Fri, 18 Sep 2015 09:25:38 +0200 (CEST) Received: by pacfv12 with SMTP id fv12so44151629pac.2 for ; Fri, 18 Sep 2015 00:25:36 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:subject:from:to:cc:date:content-type :mime-version:content-transfer-encoding; bh=XMAXubZIiD7NU3MAFMLH4ExzEjfkohZY7n/MgBiUvWc=; b=keQ9pIXxKwmidvP4lNl5ypZeVxJ1AmYzrZoizf+iwDrNlM17FRGithryL+nX3LRE80 ea9yWaX7CtVMA8HEvctVu3t79JdX6tgxu6s/I9Fsc/BuUibCmBomSyD7UVW4TpX8FYm8 e7B3ebhZUPOaaKr+R1zjVRef6ZxXptD30cTmWmkJCMAAReL8BJrf7TzWL7g6a2M7Hpfy clv8zYhPMYYUze8v2rclTtbpbysWnTITei/bhYOnCRqYk++NbrZwPjPt2mdSnFZ0v6YY h+72U3F6JWTuiri70ohXKAjD9/BOEG63L58FP9ZnXintOeaQGg2uSymijGAxMBTOsxWN znUQ== X-Gm-Message-State: ALoCoQkHrAgTfE3Argc/WUBL+K6dxrmGAdmga2z4tAxnG7ktsvK4/M6qa0P6zZFjIJgKYqyvFSk2 X-Received: by 10.66.139.133 with SMTP id qy5mr5665973pab.44.1442561136494; Fri, 18 Sep 2015 00:25:36 -0700 (PDT) Received: from phoenix ([118.171.143.125]) by smtp.gmail.com with ESMTPSA id ip1sm7192294pbc.30.2015.09.18.00.25.34 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 18 Sep 2015 00:25:35 -0700 (PDT) Message-ID: <1442561132.11434.0.camel@ingics.com> From: Axel Lin To: Mark Brown Date: Fri, 18 Sep 2015 15:25:32 +0800 X-Mailer: Evolution 3.12.11-0ubuntu3 Mime-Version: 1.0 Cc: linux-rockchip@lists.infradead.org, alsa-devel@alsa-project.org, Heiko Stuebner , Liam Girdwood Subject: [alsa-devel] [PATCH] ASoC: rockchip: Fix missing CLKDEV_LOOKUP dependency 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 Make SND_SOC_ROCKCHIP_MAX98090 and SND_SOC_ROCKCHIP_RT5645 depend on CLKDEV_LOOKUP to fix below build warning: warning: (SND_SOC_ROCKCHIP_MAX98090 && SND_SOC_ROCKCHIP_RT5645) selects SND_SOC_ROCKCHIP_I2S which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && CLKDEV_LOOKUP && SND_SOC_ROCKCHIP) Signed-off-by: Axel Lin --- sound/soc/rockchip/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/rockchip/Kconfig b/sound/soc/rockchip/Kconfig index 58bae8e..5709057 100644 --- a/sound/soc/rockchip/Kconfig +++ b/sound/soc/rockchip/Kconfig @@ -17,7 +17,7 @@ config SND_SOC_ROCKCHIP_I2S config SND_SOC_ROCKCHIP_MAX98090 tristate "ASoC support for Rockchip boards using a MAX98090 codec" - depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB + depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP select SND_SOC_ROCKCHIP_I2S select SND_SOC_MAX98090 select SND_SOC_TS3A227E @@ -27,7 +27,7 @@ config SND_SOC_ROCKCHIP_MAX98090 config SND_SOC_ROCKCHIP_RT5645 tristate "ASoC support for Rockchip boards using a RT5645/RT5650 codec" - depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB + depends on SND_SOC_ROCKCHIP && I2C && GPIOLIB && CLKDEV_LOOKUP select SND_SOC_ROCKCHIP_I2S select SND_SOC_RT5645 help