From patchwork Tue Mar 7 09:39:10 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Ujfalusi X-Patchwork-Id: 13163061 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 DB697C678D5 for ; Tue, 7 Mar 2023 09:40:39 +0000 (UTC) Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 01DF813F2; Tue, 7 Mar 2023 10:39:47 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 01DF813F2 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1678182037; bh=kvsiQ1eOAnt0vvEp0yYhBnQkY9mh/x7Zl2GYzoK5Br8=; h=From:To:Subject:Date:CC:List-Id:List-Archive:List-Help:List-Owner: List-Post:List-Subscribe:List-Unsubscribe:From; b=QAaC2ySHVFbjDeyN8wjDy9Y54JRjHZc1j3hap/LqDzxHwXa1m9DhXMFcH+/HS/hT6 qF0t5Yosh3+eTz4jeVuh2CMSHgcpzJp8n+eTXQcfMYhMCWWqCQs9reRXZyV3Q9hoZY kQ7lGPgmaZ+StqTQyDBSe8HiZDx6XqnTDrejKGMw= Received: from mailman-core.alsa-project.org (mailman-core.alsa-project.org [10.254.200.10]) by alsa1.perex.cz (Postfix) with ESMTP id BC3D4F8042F; Tue, 7 Mar 2023 10:39:23 +0100 (CET) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 30B86F804FE; Tue, 7 Mar 2023 10:39:07 +0100 (CET) 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 A1CCCF80093 for ; Tue, 7 Mar 2023 10:38:59 +0100 (CET) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz A1CCCF80093 Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key, unprotected) header.d=intel.com header.i=@intel.com header.a=rsa-sha256 header.s=Intel header.b=fLquBUJV DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1678181941; x=1709717941; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=kvsiQ1eOAnt0vvEp0yYhBnQkY9mh/x7Zl2GYzoK5Br8=; b=fLquBUJVPfZA7LwJspXqAhJENshp8LIL9UD9SuIMeRxVUdGaTP5yIFSQ U2emEdmSohrsS2lT70jssWkpRST8SUxr8Vb4fMtkguNb0TnTxE4xo4yHl bpYrL7ymvCbnXIo2+OkaqSl6V2q7GE6qhtxxUw2ksY9IurrkICLPa6gGV 4Pdy7suwvFY7Z9OFXWLPteB1vLsIvdKFHXPDlnDVOseHvDVCGw8Nn4wPY sOpqC0ivzYOfHNvfwDaCQnN1gj54blk71RnZ8LIauI2SUx8dlT+TZSCfQ AOjglYbhYnGryHIotR4jTnxvtQe0TxQEMj8ALpt8V4Qu2EV2JtFbZNnCa Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="338132598" X-IronPort-AV: E=Sophos;i="5.98,240,1673942400"; d="scan'208";a="338132598" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Mar 2023 01:38:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10641"; a="676504884" X-IronPort-AV: E=Sophos;i="5.98,240,1673942400"; d="scan'208";a="676504884" Received: from rganesh-mobl.ger.corp.intel.com (HELO pujfalus-desk.ger.corp.intel.com) ([10.252.47.75]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Mar 2023 01:38:53 -0800 From: Peter Ujfalusi To: lgirdwood@gmail.com, broonie@kernel.org Subject: [PATCH 0/4] SoC: SOF: Intel: FIx device descriptions (missing ops_free) Date: Tue, 7 Mar 2023 11:39:10 +0200 Message-Id: <20230307093914.25409-1-peter.ujfalusi@linux.intel.com> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 Message-ID-Hash: Y7JJDQLS7ULBN56FON3ERKRKUQ5STSZA X-Message-ID-Hash: Y7JJDQLS7ULBN56FON3ERKRKUQ5STSZA X-MailFrom: peter.ujfalusi@linux.intel.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; header-match-alsa-devel.alsa-project.org-0; header-match-alsa-devel.alsa-project.org-1; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: alsa-devel@alsa-project.org, pierre-louis.bossart@linux.intel.com, ranjani.sridharan@linux.intel.com, kai.vehmanen@linux.intel.com, yung-chuan.liao@linux.intel.com X-Mailman-Version: 3.3.8 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Hi, We have recently noticed that the ops_free callback was missed for the device descriptions on Intel platforms. Regards, Peter --- Ranjani Sridharan (4): ASoC: SOF: Intel: MTL: Fix the device description ASoC: SOF: Intel: HDA: Fix device description ASoC: SOF: Intel: SKL: Fix device description ASOC: SOF: Intel: pci-tgl: Fix device description sound/soc/sof/intel/pci-apl.c | 1 + sound/soc/sof/intel/pci-cnl.c | 2 ++ sound/soc/sof/intel/pci-icl.c | 1 + sound/soc/sof/intel/pci-mtl.c | 1 + sound/soc/sof/intel/pci-skl.c | 2 ++ sound/soc/sof/intel/pci-tgl.c | 7 +++++++ 6 files changed, 14 insertions(+)