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 8F74279DBF; Wed, 21 Feb 2024 14:28:42 +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=1708525722; cv=none; b=pbXCkOowVXiEjDiWSwS3czPbf0ejhzdRrijt7FWza5rcmZ3HvPGfxqKRf0nSb7HrrhPNDMJZqEbarcx62VHEW2M8vfWNpH3o2t6HzAA65FDpAp+6UjjifCdA+ltlryA3TC50JHal1QBTkWLkuxgwJC6qfn9vGDipTW+wbNT5nVI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708525722; c=relaxed/simple; bh=d0r5trTGGaKgUe+PCj4kB0qDuFwmYKEbX2OZhdjFPyc=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=lt/AmTKe8RUS1aoiKb70EpuPpGGNO3/sZi8cMdOHmFamnWiip+UKjy1ppXLdbxjw8K99ZPPVhWyCegrJSGQxtM5xBH/FNmACCBqjn7hrD5fkjmOgmHOUJvXL6IdMLYy9D3AkAF9rbau4AUmi4mhYD7NJrmmr4qoIGQ8UkQuIt0M= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=QPYzEULK; 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="QPYzEULK" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D4375C433F1; Wed, 21 Feb 2024 14:28:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1708525722; bh=d0r5trTGGaKgUe+PCj4kB0qDuFwmYKEbX2OZhdjFPyc=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=QPYzEULKG/BnSM9FRQe27u3D1CVfGBc3h8Iyc0qOeaV0ePT38OZgrw+0YwI5m1WT7 eki7eN7mmhXi0QmoP8byTuO27fT9ZhS+2P/zLDT9LByOngXCuTaGHOe8I4oNBlL7K9 YbhDTOxvmsjqfcQ3TQnNkqSC8o4j/KJupNST0X9U= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Edson Juliano Drosdeck , Takashi Iwai Subject: [PATCH 5.4 226/267] ALSA: hda/realtek: Enable headset mic on Vaio VJFE-ADL Date: Wed, 21 Feb 2024 14:09:27 +0100 Message-ID: <20240221125947.337759075@linuxfoundation.org> X-Mailer: git-send-email 2.43.2 In-Reply-To: <20240221125940.058369148@linuxfoundation.org> References: <20240221125940.058369148@linuxfoundation.org> User-Agent: quilt/0.67 X-stable: review X-Patchwork-Hint: ignore Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 5.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Edson Juliano Drosdeck commit c7de2d9bb68a5fc71c25ff96705a80a76c8436eb upstream. Vaio VJFE-ADL is equipped with ALC269VC, and it needs ALC298_FIXUP_SPK_VOLUME quirk to make its headset mic work. Signed-off-by: Edson Juliano Drosdeck Cc: Link: https://lore.kernel.org/r/20240201122114.30080-1-edson.drosdeck@gmail.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 @@ -8491,6 +8491,7 @@ static const struct snd_pci_quirk alc269 SND_PCI_QUIRK(0x1d72, 0x1945, "Redmi G", ALC256_FIXUP_ASUS_HEADSET_MIC), SND_PCI_QUIRK(0x1d72, 0x1947, "RedmiBook Air", ALC255_FIXUP_XIAOMI_HEADSET_MIC), SND_PCI_QUIRK(0x2782, 0x0232, "CHUWI CoreBook XPro", ALC269VB_FIXUP_CHUWI_COREBOOK_XPRO), + SND_PCI_QUIRK(0x2782, 0x1707, "Vaio VJFE-ADL", ALC298_FIXUP_SPK_VOLUME), SND_PCI_QUIRK(0x8086, 0x2074, "Intel NUC 8", ALC233_FIXUP_INTEL_NUC8_DMIC), SND_PCI_QUIRK(0x8086, 0x2080, "Intel NUC 8 Rugged", ALC256_FIXUP_INTEL_NUC8_RUGGED), SND_PCI_QUIRK(0x8086, 0x2081, "Intel NUC 10", ALC256_FIXUP_INTEL_NUC10),