Comment # 114 on bug 75985 from
(In reply to Przemysław Kopa from comment #113)
> (In reply to Lukas Wunner from comment #112)
> > Glad to hear. You don't seem to have any commits in the kernel so far. Would
> > you like to try and bake these changes into a proper patch? If not I'll
> > gladly create and submit the patch myself but mentoring someone else make
> > their first contribution is more beneficial to the community, hence my
> > question.
> 
> Lukas, could you please handle it this time? Sorry for not posting sooner.

Sure thing.

Just one question, you wrote that you had to add "HDA_CODEC_ENTRY(0x10de0403,
"GPU 0403 HDMI/DP", patch_nvhdmi)" to snd_hda_id_hdmi[] with the rationale that
the "PCI ID of my Nvidia HDA wasn't there".

This confuses me because the PCI device ID of the HDA controller is "0bea" and
"0403" are the 16 most significant bits of the PCI class ID.

HDA_CODEC_ENTRY() needs to match for the 32-bit HD audio vendor ID. Just to
double-check, could you execute "cat
/sys/bus/pci/devices/0000:01:00.1/hdaudioC1D0/vendor_id" and post the result
here? Is it really 0x10de0403? Thanks!


You are receiving this mail because: