Summary: | soundcard id's for codec in Quadro M4000 | ||||||
---|---|---|---|---|---|---|---|
Product: | Base System | Reporter: | Jani Salonen <salojan> | ||||
Component: | kern | Assignee: | freebsd-multimedia (Nobody) <multimedia> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | christos, emaste | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | 11.1-STABLE | ||||||
Hardware: | amd64 | ||||||
OS: | Any | ||||||
Attachments: |
|
This applies to src tree directory ./sys/dev/sound/pci/hda/ . A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=d643e82356d46a20a8f3f2f3c42573a6827d568a commit d643e82356d46a20a8f3f2f3c42573a6827d568a Author: Jani Salonen <salojan@goto10.co> AuthorDate: 2024-10-18 08:41:44 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2024-10-18 08:41:44 +0000 snd_hda: Identify NVIDIA GM204 PR: 228615 MFC after: 2 days Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D47166 sys/dev/sound/pci/hda/hdac.h | 1 + sys/dev/sound/pci/hda/hdacc.c | 1 + 2 files changed, 2 insertions(+) A commit in branch stable/14 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=4f11a5312370ee33784a34213c24974baeb77b0f commit 4f11a5312370ee33784a34213c24974baeb77b0f Author: Jani Salonen <salojan@goto10.co> AuthorDate: 2024-10-18 08:41:44 +0000 Commit: Christos Margiolis <christos@FreeBSD.org> CommitDate: 2024-10-20 11:21:06 +0000 snd_hda: Identify NVIDIA GM204 PR: 228615 MFC after: 2 days Reviewed by: markj Differential Revision: https://reviews.freebsd.org/D47166 (cherry picked from commit d643e82356d46a20a8f3f2f3c42573a6827d568a) sys/dev/sound/pci/hda/hdac.h | 1 + sys/dev/sound/pci/hda/hdacc.c | 1 + 2 files changed, 2 insertions(+) |
Created attachment 193847 [details] Two patches to add soundcard id Sound in Quadro M4000 was detected as NVIDIA 0x0071, but with the patch its detected as NVIDIA GM204.