From patchwork Mon Jan 29 14:47:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wen-chien Jesse Sung X-Patchwork-Id: 867152 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) by ozlabs.org (Postfix) with ESMTP id 3zVXR859jxz9s9Y; Tue, 30 Jan 2018 01:47:16 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1egAiG-00083d-W5; Mon, 29 Jan 2018 14:47:12 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1egAiE-00082y-K3 for kernel-team@lists.ubuntu.com; Mon, 29 Jan 2018 14:47:10 +0000 Received: from 1.general.jesse.us.vpn ([10.172.69.96] helo=cola.voip.idv.tw) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1egAiD-0006oC-Qy; Mon, 29 Jan 2018 14:47:10 +0000 From: Wen-chien Jesse Sung To: kernel-team@lists.ubuntu.com, Seth Forshee Subject: [Bionic][PATCH 1/2] UBUNTU: SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE Date: Mon, 29 Jan 2018 22:47:02 +0800 Message-Id: <1517237223-16717-2-git-send-email-jesse.sung@canonical.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1517237223-16717-1-git-send-email-jesse.sung@canonical.com> References: <1517237223-16717-1-git-send-email-jesse.sung@canonical.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: , MIME-Version: 1.0 Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" BugLink: https://launchpad.net/bugs/1723913 This is an update for commit ce30ef771146fbc79b893ce936bd24cb3b33b70e. (backported from a patch by Kailang Yang ) Signed-off-by: Wen-chien Jesse Sung --- sound/pci/hda/patch_realtek.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index ab8b154..be4ca3b 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -6065,6 +6065,7 @@ static const struct hda_fixup alc269_fixups[] = { { 0x16, 0x0101102f }, /* Rear Headset HP */ { 0x19, 0x02a1913c }, /* use as Front headset mic, without its own jack detect */ { 0x1a, 0x01a19030 }, /* Rear Headset MIC */ + { 0x1b, 0x02011020 }, { } }, .chained = true,