Bug 228615

Summary: soundcard id's for codec in Quadro M4000
Product: Base System Reporter: Jani Salonen <salojan>
Component: kernAssignee: 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:
Description Flags
Two patches to add soundcard id none

Description Jani Salonen 2018-05-30 18:50:54 UTC
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.
Comment 1 Mark Linimon freebsd_committer freebsd_triage 2018-05-31 15:20:45 UTC
This applies to src tree directory ./sys/dev/sound/pci/hda/ .
Comment 2 Christos Margiolis freebsd_committer freebsd_triage 2024-10-17 14:36:15 UTC
https://reviews.freebsd.org/D47166
Comment 3 commit-hook freebsd_committer freebsd_triage 2024-10-18 08:46:11 UTC
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(+)
Comment 4 commit-hook freebsd_committer freebsd_triage 2024-10-20 11:22:49 UTC
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(+)