Commit 0ddb8d11 authored by Alexandre Julliard's avatar Alexandre Julliard

Moved configuration data to HKCU\Software\Wine\Alsa Driver.

parent ff536fbe
......@@ -1596,8 +1596,8 @@ LONG ALSA_WaveInit(void)
return -1;
}
/* @@ Wine registry key: HKLM\Software\Wine\Wine\Config\alsa */
rc = RegOpenKeyExA(HKEY_LOCAL_MACHINE, "Software\\Wine\\Wine\\Config\\ALSA", 0, KEY_QUERY_VALUE, &key);
/* @@ Wine registry key: HKCU\Software\Wine\Alsa Driver */
rc = RegOpenKeyExA(HKEY_CURRENT_USER, "Software\\Wine\\Alsa Driver", 0, KEY_QUERY_VALUE, &key);
if (rc == ERROR_SUCCESS)
{
ALSA_RegGetBoolean(key, "AutoScanCards", &AutoScanCards);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment