Skip to content

Instantly share code, notes, and snippets.

@denmojo
Created April 9, 2024 00:12
Show Gist options
  • Save denmojo/2cac118ae79ecee610d70bbad3a11dda to your computer and use it in GitHub Desktop.
Save denmojo/2cac118ae79ecee610d70bbad3a11dda to your computer and use it in GitHub Desktop.
Wine ALSA enumerations PCM interfaces to show instead of hardware sound cards
Wine does its best to probe your system for information about the available devices, but ALSA's device enumeration does not work very well. Wine will detect your hardware devices, but it may not be able to find software devices you have configured. To tell Wine about these devices, please set the following registry keys:
HKCU\Software\Wine\Drivers\winealsa.drv\ALSAOutputDevices #Multi-string value containing output interface names
HKCU\Software\Wine\Drivers\winealsa.drv\ALSAInputDevices #Multi-string value containing input interface names
You can specify them as defaults in the Audio tab in winecfg.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment