From patchwork Fri Sep 30 12:45:38 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: 12995404 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 96209C433FE for ; Fri, 30 Sep 2022 12:47:10 +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 8A26D169F; Fri, 30 Sep 2022 14:46:18 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 8A26D169F DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1664542028; bh=UA4ECxvWuz/29r95Hr8c14rfqEaSErwOZAFzIrRrmK4=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=mDi9ZN4/cyFvPcE3x+nTQURcOj5Rq4CGXlaROW0ceO8Uya0ahFYr659ivHAW4z1Dn 2mczPFPOInsGaQIb+BRMukJQJsDo6YCUC6XzntKYMOvNEdfUN3mad3wWKVbyB8sHgD f2f9Jtyk+PnUSX5YsewzdsxXonPh5RrpKTyTv6Bo= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id CC0FFF8053D; Fri, 30 Sep 2022 14:45:32 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 5CDF3F8053B; Fri, 30 Sep 2022 14:45:31 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 7FD72F80095 for ; Fri, 30 Sep 2022 14:45:24 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 7FD72F80095 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="g8AgCRqD" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1664541925; x=1696077925; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=UA4ECxvWuz/29r95Hr8c14rfqEaSErwOZAFzIrRrmK4=; b=g8AgCRqDonv5scVzY+R16efe5FD9jL1o2OtGCIPKHknY7AlIUjyLOwAs Z/K8/4j3L1fdE0VGFh0qLDH9p53Jkc0+5Sv/CDEp4LYIEb7ZCdjT/wwFz d41uHUGwQVqKubk4CTIG36QYEPDt0JQba1R9m1V9VU1IqnEB//57nyj3I WhCysdggx77WRR1bCHwwExUJelcwXX+CzFZjAcQ5bJ5t1FW+LaM44dpCR 5p9yk+beBTqQoQigebv1fDvPMNp9rSerDPyptykLfCwVVie2hEy7e58ND HjUr/4PYHtDnDMqZu7f8BTSSKD2qDU4t0aymlVQx7JwwE0j5RxFl4Edp3 Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10485"; a="303667494" X-IronPort-AV: E=Sophos;i="5.93,358,1654585200"; d="scan'208";a="303667494" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Sep 2022 05:44:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10485"; a="748219014" X-IronPort-AV: E=Sophos;i="5.93,358,1654585200"; d="scan'208";a="748219014" Received: from dev2 (HELO DEV2.igk.intel.com) ([10.237.148.94]) by orsmga004.jf.intel.com with ESMTP; 30 Sep 2022 05:44:57 -0700 From: =?utf-8?q?Amadeusz_S=C5=82awi=C5=84ski?= To: Mark Brown Subject: [PATCH 2/2] ASoC: Intel: avs: Load max98927 on target platform Date: Fri, 30 Sep 2022 14:45:38 +0200 Message-Id: <20220930124538.354992-3-amadeuszx.slawinski@linux.intel.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220930124538.354992-1-amadeuszx.slawinski@linux.intel.com> References: <20220930124538.354992-1-amadeuszx.slawinski@linux.intel.com> MIME-Version: 1.0 Cc: Cezary Rojewski , alsa-devel@alsa-project.org, Liam Girdwood , Takashi Iwai , Pierre-Louis Bossart , =?utf-8?q?Amad?= =?utf-8?q?eusz_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" In order to load proper board configuration it needs to be looked up in ACPI. Add board configuration for MAXIM 98927 codec present on Chromebooks. Reviewed-by: Cezary Rojewski Signed-off-by: Amadeusz Sławiński --- sound/soc/intel/avs/board_selection.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sound/soc/intel/avs/board_selection.c b/sound/soc/intel/avs/board_selection.c index 87f9c18be238..1a85349f9563 100644 --- a/sound/soc/intel/avs/board_selection.c +++ b/sound/soc/intel/avs/board_selection.c @@ -121,6 +121,14 @@ static struct snd_soc_acpi_mach avs_kbl_i2s_machines[] = { .machine_quirk = dmi_match_quirk, .tplg_filename = "rt298-tplg.bin", }, + { + .id = "MX98927", + .drv_name = "avs_max98927", + .mach_params = { + .i2s_link_mask = AVS_SSP(0), + }, + .tplg_filename = "max98927-tplg.bin", + }, { .id = "MX98373", .drv_name = "avs_max98373",