From patchwork Thu Sep 22 10:02:53 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pierre-Louis Bossart X-Patchwork-Id: 12984861 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 37FD8C6FA86 for ; Thu, 22 Sep 2022 10:04:43 +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 27A5D84B; Thu, 22 Sep 2022 12:03:51 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 27A5D84B DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1663841081; bh=2Tmuyx0p237epaP0cGElthhLtwvri63vuDK9srs1uA0=; h=From:To:Subject:Date:In-Reply-To:References:Cc:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=G3qikSZnwGiKOtipc9uGo8FIwRuwaNoeIctip1Tuypx418eZ3nO34WhSfaPoQVGSe Vc88PonjcoD8oATQEfrA5gzFX/9Hxvfhu7T6sop5JVcagV5GKWyzWyBqppdJ/zBRkk etnh/L0177vWbxJdWS/0POLtzwKppF8RHUOLqVK4= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 70DA4F8027B; Thu, 22 Sep 2022 12:03:28 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 1BB85F804E7; Thu, 22 Sep 2022 12:03:27 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 6D8EFF80256 for ; Thu, 22 Sep 2022 12:03:20 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 6D8EFF80256 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="XmQ5mBrO" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1663841001; x=1695377001; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=2Tmuyx0p237epaP0cGElthhLtwvri63vuDK9srs1uA0=; b=XmQ5mBrOqgVAjYjL6b8vod5P/yEk11uXzw4yoDL1kB8QqmPnzTkLQb0G ETtX8rMY5G+JRb/6o6cghav2J+iqlTD8ytfVYSlyKaUG8VrKS//QrwV0f oPj6xBjps+z5qX/0eJYwx8cRA8N2WVOwdxSR+T+PI7o6QuXLmglaEuidP 4/ba/PA6x3RywV54nRKwiW5XUscaKSvhyNG00E01q3Jj3cAJM9+BFRE3J N3mjYqGCEUe/6fxL8HAyH4LcDHte3x99n/IY1h+j/4WFpsnISQM0rX1uV thyMScRoJi2qELstZv04hFP/nXXxy1fHq4VlioZlfwFVmk8ITCoVpasBK Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10477"; a="300241289" X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="300241289" Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2022 03:03:18 -0700 X-IronPort-AV: E=Sophos;i="5.93,335,1654585200"; d="scan'208";a="622036214" Received: from icostanz-mobl1.amr.corp.intel.com (HELO pbossart-mobl3.home) ([10.251.210.149]) by fmsmga007-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Sep 2022 03:03:15 -0700 From: Pierre-Louis Bossart To: alsa-devel@alsa-project.org Subject: [PATCH 1/2] ASoC: SOF: Intel: pci-tgl: reorder PCI IDs Date: Thu, 22 Sep 2022 12:02:53 +0200 Message-Id: <20220922100254.27159-2-pierre-louis.bossart@linux.intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220922100254.27159-1-pierre-louis.bossart@linux.intel.com> References: <20220922100254.27159-1-pierre-louis.bossart@linux.intel.com> MIME-Version: 1.0 Cc: tiwai@suse.de, broonie@kernel.org, Pierre-Louis Bossart , Kai Vehmanen , Ranjani Sridharan 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" No functionality change, just sort ADL PCI IDs by increasing order. Signed-off-by: Pierre-Louis Bossart Reviewed-by: Ranjani Sridharan Reviewed-by: Kai Vehmanen --- sound/soc/sof/intel/pci-tgl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/sof/intel/pci-tgl.c b/sound/soc/sof/intel/pci-tgl.c index 34eeec3c1851f..1e0f7f0734e75 100644 --- a/sound/soc/sof/intel/pci-tgl.c +++ b/sound/soc/sof/intel/pci-tgl.c @@ -252,8 +252,6 @@ static const struct pci_device_id sof_pci_ids[] = { .driver_data = (unsigned long)&rpls_desc}, { PCI_DEVICE(0x8086, 0x51c8), /* ADL-P */ .driver_data = (unsigned long)&adl_desc}, - { PCI_DEVICE(0x8086, 0x51cd), /* ADL-P */ - .driver_data = (unsigned long)&adl_desc}, { PCI_DEVICE(0x8086, 0x51c9), /* ADL-PS */ .driver_data = (unsigned long)&adl_desc}, { PCI_DEVICE(0x8086, 0x51ca), /* RPL-P */ @@ -262,6 +260,8 @@ static const struct pci_device_id sof_pci_ids[] = { .driver_data = (unsigned long)&rpl_desc}, { PCI_DEVICE(0x8086, 0x51cc), /* ADL-M */ .driver_data = (unsigned long)&adl_desc}, + { PCI_DEVICE(0x8086, 0x51cd), /* ADL-P */ + .driver_data = (unsigned long)&adl_desc}, { PCI_DEVICE(0x8086, 0x54c8), /* ADL-N */ .driver_data = (unsigned long)&adl_desc}, { 0, }