From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 12BA72F44; Thu, 12 Dec 2024 17:07:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734023278; cv=none; b=VViLhV5uzeZThQSIg5J78KAfp7gqwYQQDoWn95xaAGFAqIUX1UegY50zlf0xBFKwBDpN7bklH9S+vbeNLjgNhfUJn4ArA7+aC+A8ha7NmNFMmhDIQ9XLVRZd67oHoRDYzhA28Go9sgrIoyQRjjHAt10hdZTD9OsO6WWnHdx0ZCs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1734023278; c=relaxed/simple; bh=3W80mhWol4K5NcTWzdCpfB1LaUY0O53Ed9RfKvToPRU=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=bXG1Bo8x9L8+JVOpk9R/56T2iBjwlmUnkOIqpHyi5EQ6I2Z+c5MAR/8E9Juwrlni3UnydQtdPCJTV8JBoctcKyeJx0VSjI80JoeGvdSFHR7eDzVoWwCf2TAjZsmJhT2tif0xBwDHAc9Lj+WocGIqbg0GpmKIRl3poLF3IIaSNaw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=hWH/gGMg; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="hWH/gGMg" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F215C4CECE; Thu, 12 Dec 2024 17:07:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1734023277; bh=3W80mhWol4K5NcTWzdCpfB1LaUY0O53Ed9RfKvToPRU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hWH/gGMg9aqL/D1eMWQHF9w50ss80YGwYRah7UU1i9bZI7y6TWXfsO9K/VhMslScA weOS1hC3Nu3C0ZLPNjISGPiDfjsnHMK3ObAX+6zVcVPzqntKWISxxOp/mZ5gsnpZ10 EFqBqmko20o4ZJx32o25/y0I6X0WwjT3utHHWtGQ= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Sahas Leelodharry , Takashi Iwai Subject: [PATCH 5.15 452/565] ALSA: hda/realtek: Add support for Samsung Galaxy Book3 360 (NP730QFG) Date: Thu, 12 Dec 2024 16:00:47 +0100 Message-ID: <20241212144329.586908128@linuxfoundation.org> X-Mailer: git-send-email 2.47.1 In-Reply-To: <20241212144311.432886635@linuxfoundation.org> References: <20241212144311.432886635@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 5.15-stable review patch. If anyone has any objections, please let me know. ------------------ From: Sahas Leelodharry commit e2974a220594c06f536e65dfd7b2447e0e83a1cb upstream. Fixes the 3.5mm headphone jack on the Samsung Galaxy Book 3 360 NP730QFG laptop. Unlike the other Galaxy Book3 series devices, this device only needs the ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET quirk. Verified changes on the device and compared with codec state in Windows. [ white-space fixes by tiwai ] Signed-off-by: Sahas Leelodharry Cc: Link: https://patch.msgid.link/QB1PR01MB40047D4CC1282DB7F1333124CC352@QB1PR01MB4004.CANPRD01.PROD.OUTLOOK.COM Signed-off-by: Takashi Iwai Signed-off-by: Greg Kroah-Hartman --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -9345,6 +9345,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x144d, 0xc830, "Samsung Galaxy Book Ion (NT950XCJ-X716A)", ALC298_FIXUP_SAMSUNG_AMP), SND_PCI_QUIRK(0x144d, 0xc832, "Samsung Galaxy Book Flex Alpha (NP730QCJ)", ALC256_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), SND_PCI_QUIRK(0x144d, 0xca03, "Samsung Galaxy Book2 Pro 360 (NP930QED)", ALC298_FIXUP_SAMSUNG_AMP), + SND_PCI_QUIRK(0x144d, 0xca06, "Samsung Galaxy Book3 360 (NP730QFG)", ALC298_FIXUP_SAMSUNG_HEADPHONE_VERY_QUIET), SND_PCI_QUIRK(0x144d, 0xc868, "Samsung Galaxy Book2 Pro (NP930XED)", ALC298_FIXUP_SAMSUNG_AMP), SND_PCI_QUIRK(0x1458, 0xfa53, "Gigabyte BXBT-2807", ALC283_FIXUP_HEADSET_MIC), SND_PCI_QUIRK(0x1462, 0xb120, "MSI Cubi MS-B120", ALC283_FIXUP_HEADSET_MIC),