From patchwork Fri Apr 22 13:34:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Amadeusz_S=C5=82awi=C5=84ski?= X-Patchwork-Id: 565231 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 10169C433EF for ; Fri, 22 Apr 2022 14:00:11 +0000 (UTC) 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 EDF3718A1; Fri, 22 Apr 2022 15:59:18 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz EDF3718A1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1650636009; bh=LHjYlWVCwRLavC996Hlwz4+YYNWJwANRGuhcIgmi7nE=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=WXCf6ZLE0FQIWXIh7wnA2w5L/yEDas3TfCWbyqmMQjMFnbnrwEUE40YGAnL761Szd idXbr98hoVcQQSc+/lnCaU/KegzIcmOxiCMZuZcvN7E+zBN9OHz+2UMCTLIyVxuCtV jdt2/vTZROGAQFoxFzH+T/9h+bmWcSR783crvJjo= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 34290F8051A; Fri, 22 Apr 2022 15:34:19 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 9B983F80538; Fri, 22 Apr 2022 15:34:17 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id E005EF80527 for ; Fri, 22 Apr 2022 15:34:10 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz E005EF80527 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="eSJQNaBN" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1650634452; x=1682170452; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=LHjYlWVCwRLavC996Hlwz4+YYNWJwANRGuhcIgmi7nE=; b=eSJQNaBNHVgj/MA6s6MkZDRCT3IGNir+E17b63FkVztXXWSO3Vn1vSXG GouXe2qnnWhu2V1XQZGmRHDF2fD/JsQ/gx6J0qUpu148Xi11FHbvm+YAb qg11VMhR+SprE503thOw1GrDa3SEaPXPt1h5PunxxtJf9EimIQJTDBwI4 71KyLMfJQmZmzX4pg3H8y56PPpnqjzbhVXZ88wGkCfK+ZJ2TqMzXpwyiJ MPzIOLmlwSx7WFqpkYJt9fKEcDQnNkDRuGD1Pb9K3VazEaRtRCxhO7W6v WJuJDB+NMcef0u+An7Nz5bXO29sQrYglM7A0c2YyLagdibb9Hw2l320JY Q==; X-IronPort-AV: E=McAfee;i="6400,9594,10324"; a="351113893" X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="351113893" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Apr 2022 06:34:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,281,1643702400"; d="scan'208";a="594146008" Received: from dev2 (HELO DEV2.igk.intel.com) ([10.237.148.94]) by orsmga001.jf.intel.com with ESMTP; 22 Apr 2022 06:34:06 -0700 From: =?utf-8?q?Amadeusz_S=C5=82awi=C5=84ski?= To: Liam Girdwood , Mark Brown Subject: [PATCH] ASoC: Intel: avs: Enable AVS driver only on x86 platforms Date: Fri, 22 Apr 2022 15:34:11 +0200 Message-Id: <20220422133411.169007-1-amadeuszx.slawinski@linux.intel.com> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Cc: Pierre-Louis Bossart , Cezary Rojewski , kernel test robot , alsa-devel@alsa-project.org, Takashi Iwai , =?utf-8?q?Amadeusz_S=C5=82awi=C5=84ski?= 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" Only supported platform for AVS are x86 machines, so there is no reason for it to build on other architectures. Fixes: 274d79e51875 ("ASoC: Intel: avs: Configure modules according to their type") Reported-by: kernel test robot Reviewed-by: Cezary Rojewski Signed-off-by: Amadeusz Sławiński --- sound/soc/intel/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index c364ddf22267..5dc075673b97 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -211,7 +211,7 @@ config SND_SOC_INTEL_KEEMBAY config SND_SOC_INTEL_AVS tristate "Intel AVS driver" - depends on PCI && ACPI + depends on X86 && PCI && ACPI depends on COMMON_CLK select SND_SOC_ACPI select SND_SOC_TOPOLOGY