From patchwork Thu Nov 30 10:20:26 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: You-Sheng Yang X-Patchwork-Id: 1870037 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.ubuntu.com (client-ip=185.125.189.65; helo=lists.ubuntu.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=patchwork.ozlabs.org) Received: from lists.ubuntu.com (lists.ubuntu.com [185.125.189.65]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4Sgsfq54nkz23nw for ; Thu, 30 Nov 2023 21:21:23 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1r8eAT-0003rP-MK; Thu, 30 Nov 2023 10:21:13 +0000 Received: from mail-pl1-f171.google.com ([209.85.214.171]) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1r8eAQ-0003r6-2e for kernel-team@lists.ubuntu.com; Thu, 30 Nov 2023 10:21:10 +0000 Received: by mail-pl1-f171.google.com with SMTP id d9443c01a7336-1cf7a8ab047so7163675ad.1 for ; Thu, 30 Nov 2023 02:21:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1701339667; x=1701944467; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=PUUA+3fBHwq/yMXZEsnX7Pi4HgTQoZemQVgZpdvAXRU=; b=ZsfWiPptfn2VhOjTq1ea0iDdIEg980x59hB1INKViq4MR4kgsJRmvDQKhU7xZWinhf VwAcWojicJ6ux3e8XG7/tABORUnlL6TEgPam9PGjdosZ87uHx7qK7pxQwMBQfk/eDAPR xs9YHvXp/1K0Rie8kh4Yqj/89a+69EE1cSopQOyn9UX5zLw/9C+KmhOPjoOeTy4KbTbX 0g/WBDDbp2TWkpksMeqoR6SRJ2oocOrHiVFPlPRf8rdZPtVqXAFslk3wKOoQzwb1X7Nb mV8B/TeFs7Sdwc65EdHU3xdwiJpnVT+ilHWQNBGUlNDTm5leaCrbfJcRgZbqUl9Pf//z sP1w== X-Gm-Message-State: AOJu0YxgagS/HYL/ouZHFfbdO6i8HHs6gifGTk/PB42a+cROYKqtGngg rEymYbEwW421htcIlIpkiSDnwtwrb38HNw== X-Google-Smtp-Source: AGHT+IEvVC/TBDF2JmW8ATWsfugoqFYc6fyKILRsgImyhPAdI247GTXQM/2HoHc11Qim5+XAiDTlyg== X-Received: by 2002:a17:902:d4c6:b0:1cf:cbea:69d7 with SMTP id o6-20020a170902d4c600b001cfcbea69d7mr16576762plg.54.1701339667422; Thu, 30 Nov 2023 02:21:07 -0800 (PST) Received: from localhost.localdomain (125-229-129-140.hinet-ip.hinet.net. [125.229.129.140]) by smtp.gmail.com with ESMTPSA id ij24-20020a170902ab5800b001cfcf0fcc4esm983476plb.304.2023.11.30.02.21.06 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 30 Nov 2023 02:21:07 -0800 (PST) From: You-Sheng Yang To: kernel-team@lists.ubuntu.com Subject: [PATCH 0/4][SRU][Mantic] Orchid Bay MLK2/Maya Bay MLK soundwire support Date: Thu, 30 Nov 2023 18:20:26 +0800 Message-Id: <20231130102030.2407035-1-vicamo.yang@canonical.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.214.171; envelope-from=vicamo@gmail.com; helo=mail-pl1-f171.google.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://bugs.launchpad.net/bugs/2042090 [Impact] Audio doesn't work on Dell Orchid Bay MLK2/Maya Bay MLK platforms. [Fix] Kernel driver, ALSA ucm, and firmware fixes are needed. For the kernel part, following upstream commits are mandatory: * commit e70ca580e9c8 ("ASoC: Intel: soc-acpi-intel-mtl-match: add rt713 rt1316 config"): in v6.7-rc1 * commit b6d6e5abf645 ("ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support"): in v6.7-rc1, v6.6.2, v6.5.12 * commit 5124d08d0ea4 ("ASoC: Intel: sof_sdw_rt712_sdca: construct cards->components by name_prefix"): in v6.7-rc1 * commit 817178e7674b ("ASoC: Intel: soc-acpi: rt713+rt1316, no sdw-dmic config"): linux-next [Test Case] 1. enable -proposed pocket and install the latest kernel 2. browse youtube, hold backspace on virtual terminal or whatever makes some noises 3. expected sound system brought up and reacts accordingly [Where problems could occur] While this enables new devices on new platforms, we may bump into burst noises, power consumption problems at corner cases not covered by test program. [Other Info] This is to enable sof devices on Intel MTL platform, which is only supported since 6.5 kernels, e.g. oem-6.5. Nominate Noble, Mantic, and Jammy. Bard Liao (3): ASoC: Intel: soc-acpi-intel-mtl-match: add rt713 rt1316 config ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 support ASoC: Intel: sof_sdw_rt712_sdca: construct cards->components by name_prefix Mac Chiang (1): ASoC: Intel: soc-acpi: rt713+rt1316, no sdw-dmic config sound/soc/intel/boards/sof_sdw_rt712_sdca.c | 6 +- .../boards/sof_sdw_rt_sdca_jack_common.c | 8 ++ .../intel/common/soc-acpi-intel-mtl-match.c | 91 +++++++++++++++++++ 3 files changed, 103 insertions(+), 2 deletions(-) Acked-by: Manuel Diewald Acked-by: Tim Gardner