Commit e699184e authored by Jeff Cook's avatar Jeff Cook Committed by Alexandre Julliard

winealsa.drv: Only filllines_no_master with micelem when micelem is found.

parent b2a8de3d
......@@ -575,7 +575,7 @@ static void ALSA_MixerInit(void)
if (mastelem)
filllines(&mixdev[mixnum], mastelem, captelem, capcontrols);
else
else if (micelem)
filllines_no_master(&mixdev[mixnum], micelem, 1);
fillcontrols(&mixdev[mixnum]);
......
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