]> git.ipfire.org Git - thirdparty/linux.git/commit - sound/pci/hda/patch_realtek.c
ALSA: hda/realtek: Add quirk for the Framework Laptop
authorDustin L. Howett <dustin@howett.net>
Wed, 11 May 2022 01:07:59 +0000 (20:07 -0500)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 May 2022 06:16:48 +0000 (08:16 +0200)
commit309d7363ca3d9fcdb92ff2d958be14d7e8707f68
tree48bbff11631f1010ff9bcdf718ec0c626992834c
parenta34ae6c0660d3b96b0055f68ef74dc9478852245
ALSA: hda/realtek: Add quirk for the Framework Laptop

Some board revisions of the Framework Laptop have an ALC295 with a
disconnected or faulty headset mic presence detect.

The "dell-headset-multi" fixup addresses this issue, but also enables an
inoperative "Headphone Mic" input device whenever a headset is
connected.

Adding a new quirk chain specific to the Framework Laptop resolves this
issue. The one introduced here is based on the System76 "no headphone
mic" quirk chain.

The VID:PID f111:0001 have been allocated to Framework Computer for this
board revision.

Revision history:
- v2: Moved to a custom quirk chain to suppress the "Headphone Mic"
  pincfg.

Signed-off-by: Dustin L. Howett <dustin@howett.net>
Link: https://lore.kernel.org/r/20220511010759.3554-1-dustin@howett.net
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c