FMOD not recognizing Realtek ASIO Driver

Hello! Currently having an issue using FMOD in Unity; mainly with FMOD seemingly not recognizing the Realtek ASIO driver that comes with Windows. Looking at RegEdit shows me that the registry entries exist in HKEY_LOCAL_MACHINE\SOFTWARE\Realtek ASIO, containing a CLSID and description. When trying to get the driver info, FMOD gives me this error in the Unity console:

[FMOD] OutputASIO::enumerate : CoCreateInstance returned 0x80040154 for driver 1.

I installed ASIO4ALL and tried to see if FMOD recognized it in my Unity project, and it does. The registry entries for ASIO4ALL and Realtek ASIO seem to be very similar, so I’m not too sure why the Realtek driver isn’t being recognized.

Would definitely appreciate any sort of guidance!