From patchwork Thu Feb 21 16:44:22 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Seth Forshee X-Patchwork-Id: 1046275 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=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4450gR2CKtz9sBF; Fri, 22 Feb 2019 03:44:35 +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 1gwrSY-0003xv-RF; Thu, 21 Feb 2019 16:44:30 +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 1gwrSX-0003xo-OV for kernel-team@lists.ubuntu.com; Thu, 21 Feb 2019 16:44:29 +0000 Received: from mail-wr1-f69.google.com ([209.85.221.69]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1gwrSX-0007x5-H0 for kernel-team@lists.ubuntu.com; Thu, 21 Feb 2019 16:44:29 +0000 Received: by mail-wr1-f69.google.com with SMTP id h65so9141493wrh.16 for ; Thu, 21 Feb 2019 08:44:29 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version :content-transfer-encoding; bh=+ZDlnUNBiYQ2IArzXvfOH03VFnqKJmUe4Lax9a9vUto=; b=B52DLfMxNwEL2wHS2BvVm8+wjZhiOlXfw6511b6rcpDpP+X4DFFsKogBXJYzdyeJm7 vpdxD39VjvQzdyhrm51iFOWCjmVMRkYsJ6wAHAvsT4Ku9/xfy/mK5biVpc1nsrgOSzmC dXUOYmE+0q70CIuDdSxB17F+wx82xRxddpLMd33Iu1AgGnHAcpo7cMBrukY1Hp1pXzEb ma2BteF4V9fyDM7bvQx1pX2hToapKP2ozos5bQPvVcEu9bwI8vYOUP3FenG1jY/dUmdH EmhMu4/IF3KIxQ+ji20cWsln4oCL+jjumGCoN6PNYoADBsmNQjc8eHAWuUlJaABJHFSH DJSg== X-Gm-Message-State: AHQUAuY9y38zBXu58vpDv16m9LbKs1/EPDxCbCNd2AmjRmuW6kYlKUcF kxlE282t9hhunjGEalvRtEKh0lgOx9cR33xueugLWrYG98tT5BLkpyrcFQ5bsSN3Co6nGm0KhT0 wQLggsR36BIsBwa9+7q+mEWZOzXYcQgBbzM884W2ZKQ== X-Received: by 2002:adf:d4c6:: with SMTP id w6mr23816806wrk.65.1550767468868; Thu, 21 Feb 2019 08:44:28 -0800 (PST) X-Google-Smtp-Source: AHgI3IZMZ39WHq0jhiNTZNEB55zmdPrHIrmKgj9T7Z0UdY9lCgqvA82duqmGXldHRWLeB49yIp7ABg== X-Received: by 2002:adf:d4c6:: with SMTP id w6mr23816777wrk.65.1550767468436; Thu, 21 Feb 2019 08:44:28 -0800 (PST) Received: from localhost ([194.204.107.10]) by smtp.gmail.com with ESMTPSA id c1sm10997670wmb.14.2019.02.21.08.44.27 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Thu, 21 Feb 2019 08:44:27 -0800 (PST) From: Seth Forshee To: kernel-team@lists.ubuntu.com Subject: [PATCH 0/4][SRU][B/C] System76 darp5 and oryp5 fixups Date: Thu, 21 Feb 2019 17:44:22 +0100 Message-Id: <20190221164426.17652-1-seth.forshee@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 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/1815831 SRU Justification Impact: The System76 darp5 and oryp5 platforms need audio driver quirks to fix up the pin configuration. Fix: One backport from upstream, and one cherry pick from the upstream sound tree. Test Case: Backports have been tested on the affected hardware. Regression Potential: These are quirks for specific PCI device ids and thus are not expected to introduce regressions for any other hardware. Separate patch series follow for B and C, which need different context adjustments for the first patch. Thanks, Seth Acked-by: Colin Ian King Acked-By: AceLan Kao --- Jeremy Soller (2): ALSA: hda/realtek - Headset microphone support for System76 darp5 ALSA: hda/realtek - Headset microphone and internal speaker support for System76 oryp5 sound/pci/hda/patch_realtek.c | 39 +++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+)