[ALSA] [PATCH] System76 darp5 and oryp5 fixups
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Undecided
|
Seth Forshee | ||
Bionic |
Fix Released
|
Medium
|
Seth Forshee | ||
Cosmic |
Fix Released
|
Medium
|
Seth Forshee |
Bug Description
SRU Justification
Impact: The System76 darp5 and oryp5 platforms need audio driverquirks 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.
---
Two fixups are needed to support the headset microphone on the System76 darp5 and oryp5. The darp5 patch is attached here, the oryp5 patch will be attached on the next comment.
On the System76 Darter Pro (darp5), there is a headset microphone input attached to 0x1a that does not have a jack detect. In order to get it working, the pin configuration needs to be set correctly, and the ALC269_
On the System76 Oryx Pro (oryp5), there is a headset microphone input attached to 0x19 that does not have a jack detect. In order to get it working, the pin configuration needs to be set correctly, and the ALC269_
Changed in linux (Ubuntu): | |
status: | Incomplete → Confirmed |
tags: | added: patch |
Changed in linux (Ubuntu Bionic): | |
assignee: | nobody → Seth Forshee (sforshee) |
importance: | Undecided → Medium |
status: | New → In Progress |
Changed in linux (Ubuntu Cosmic): | |
assignee: | nobody → Seth Forshee (sforshee) |
importance: | Undecided → Medium |
status: | New → In Progress |
description: | updated |
Changed in linux (Ubuntu Bionic): | |
status: | In Progress → Fix Committed |
Changed in linux (Ubuntu Cosmic): | |
status: | In Progress → Fix Committed |
Attached is the oryp5 patch