Bug 245524 - hdac.c: add Realtek ALC257 product ID
Summary: hdac.c: add Realtek ALC257 product ID
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: kern (show other bugs)
Version: CURRENT
Hardware: Any Any
: --- Affects Only Me
Assignee: Mark Johnston
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2020-04-10 22:33 UTC by Jose Luis Duran
Modified: 2020-04-20 13:21 UTC (History)
1 user (show)

See Also:


Attachments
Add Realtek ALC257 product ID (1.13 KB, patch)
2020-04-10 22:33 UTC, Jose Luis Duran
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Luis Duran freebsd_committer freebsd_triage 2020-04-10 22:33:17 UTC
Created attachment 213269 [details]
Add Realtek ALC257 product ID

Found in a Lenovo T480.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-04-13 19:46:13 UTC
A commit references this bug:

Author: markj
Date: Mon Apr 13 19:45:46 UTC 2020
New revision: 359894
URL: https://svnweb.freebsd.org/changeset/base/359894

Log:
  snd_hda(4): Recognize the ALC257 codec.

  PR:		245524
  Submitted by:	Jose Luis Duran <jlduran@gmail.com>
  MFC after:	1 week

Changes:
  head/sys/dev/sound/pci/hda/hdac.h
  head/sys/dev/sound/pci/hda/hdacc.c
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-04-20 13:20:16 UTC
A commit references this bug:

Author: markj
Date: Mon Apr 20 13:19:24 UTC 2020
New revision: 360114
URL: https://svnweb.freebsd.org/changeset/base/360114

Log:
  MFC r359894:
  snd_hda(4): Recognize the ALC257 codec.

  PR:	245524

Changes:
_U  stable/12/
  stable/12/sys/dev/sound/pci/hda/hdac.h
  stable/12/sys/dev/sound/pci/hda/hdacc.c
Comment 3 Mark Johnston freebsd_committer freebsd_triage 2020-04-20 13:21:43 UTC
Thanks for the patch!