From patchwork Thu Apr 11 01:18:04 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: AceLan Kao X-Patchwork-Id: 1922317 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 4VFMJs4S2nz1yYL for ; Thu, 11 Apr 2024 11:18:21 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=lists.ubuntu.com) by lists.ubuntu.com with esmtp (Exim 4.86_2) (envelope-from ) id 1ruj4u-0002MM-OS; Thu, 11 Apr 2024 01:18:12 +0000 Received: from mail-pg1-f181.google.com ([209.85.215.181]) by lists.ubuntu.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1ruj4t-0002M9-7K for kernel-team@lists.ubuntu.com; Thu, 11 Apr 2024 01:18:11 +0000 Received: by mail-pg1-f181.google.com with SMTP id 41be03b00d2f7-5d81b08d6f2so5823360a12.0 for ; Wed, 10 Apr 2024 18:18:10 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1712798289; x=1713403089; h=content-transfer-encoding:mime-version:message-id:date:subject:to :from:sender:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=e2VSVqM7rkEWO7g9ow7tLD0bVhN9ucIlzhMzzBgi5WY=; b=ZooCzpItdlx/eFjQHaJMuHTCMK6s9G1nQ4qcpsSLPuxnWJj/sGXsS62PLjHDnsPYi8 Pm2LZC0YgXuFRfaqnWtIU1/mWd+fDzWDmM5El8maQcsEhoyWrpx9UliXh9wax+LMwadc Vb6VZfsMoxyilhXZ96CvIhC5joldtcipsLCneVsRE0ekg/d9XN1rodp+mRkdxQwvv5cW mQgbrx4SCvd9vE5YZ5z/HeIK4EyDf5awR1sDBQNA2ixRbmgE0Qy+LlSNp+P0v51xlSup zGzVD2kkuxELI4Klzh56SY6IeC7B/ZPhgKZ3UOYA+ZXFesdSPgmrAY+tWww8vRNMA6wq t5rw== X-Gm-Message-State: AOJu0YzViV+0yADaHMsUK5EF8INgwdF+LvOl2kOztPAHf4bneZjOqh3k xUWvS6fRI21yer/k9Djqiuewy4xmU0xORqDxmRtYufZm/mZb8HmPk4835vb7 X-Google-Smtp-Source: AGHT+IHX2+AMoRKRg4SXrQaI7lGc/kofAabpP4ox7UnoJEcA6p8nwQ2BFb1eGZiAgCvfK1G3A/U2lg== X-Received: by 2002:a17:903:1206:b0:1dc:cf38:3a77 with SMTP id l6-20020a170903120600b001dccf383a77mr4752893plh.55.1712798289093; Wed, 10 Apr 2024 18:18:09 -0700 (PDT) Received: from localhost (211-75-139-218.hinet-ip.hinet.net. [211.75.139.218]) by smtp.gmail.com with ESMTPSA id q20-20020a170902e31400b001e0c568ae8fsm180149plc.192.2024.04.10.18.18.08 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 10 Apr 2024 18:18:08 -0700 (PDT) From: AceLan Kao To: kernel-team@lists.ubuntu.com Subject: [PATCH 0/2][SRU][M] There is sound from the speakers and headphones at the same time on Oasis 14 and 16 platforms Date: Thu, 11 Apr 2024 09:18:04 +0800 Message-Id: <20240411011806.182144-1-acelan.kao@canonical.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Received-SPF: pass client-ip=209.85.215.181; envelope-from=acelan@gmail.com; helo=mail-pg1-f181.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" From: "Chia-Lin Kao (AceLan)" BugLink: https://bugs.launchpad.net/bugs/2054487 [Impact] While playing audio with headset plugged, the sound play from both headset and internal speaker. [Fix] The commit from v6.8-rc5 fixes the issue fddab35fd064 ALSA: hda/realtek: add IDs for Dell dual spk platform To avoid conflict pull in one more quirk from v6.8-rc3 fcfc9f711d1e ALSA: hda/realtek - Add speaker pin verbtable for Dell dual speaker platform [Test Case] 1. play an audio file. 2. plug 3.5mm headset. 3. select "headset". 4. sound will play only from headset [Where problems could occur] It simply added 2 IDs to the table, should have no impact to the existing machines. The other commit add one more ID to the table and disable speaker passthrough. Kailang Yang (1): ALSA: hda/realtek - Add speaker pin verbtable for Dell dual speaker platform Shuming Fan (1): ALSA: hda/realtek: add IDs for Dell dual spk platform sound/pci/hda/patch_realtek.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) Acked-by: Guoqing Jiang Acked-by: Tim Gardner