Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
wern-apfel committed Jul 6, 2020
1 parent 1a2bc53 commit 382cf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodecCommander/IntelHDA.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ bool IntelHDA::initialize(bool regMapOnly)

// avoid logging HDMI audio (except in DEBUG build) as it is disabled anyway
#ifndef DEBUG
if ((vendor != 0x8086) && (vendor != 0x1001))
if ((vendor != 0x8086) && (vendor != 0x1002))
#endif
{
AlwaysLog("....CodecVendor Id: 0x%08x\n", mCodecVendorId);
Expand Down

0 comments on commit 382cf74

Please sign in to comment.