Skip to content

Commit

Permalink
Add support for ASUS coupled audio
Browse files Browse the repository at this point in the history
This commit adds ASUS' USB vendor ID to the list for UVC device
audio coupling.
  • Loading branch information
Fenrirthviti authored and jp9000 committed Apr 25, 2021
1 parent 5d27ca0 commit 0d42110
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/dshow-base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,7 @@ static bool IsUncoupledDevice(const wchar_t *vidDevInstPath)
wstring usbVidIdWhitelist[] = {
L"0FD9", /* elgato */
L"3842", /* evga */
L"0B05", /* asus */
};

if (MatchingStartToken(path, usbToken)) {
Expand Down

0 comments on commit 0d42110

Please sign in to comment.