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

oldstable
Jeff Cook 2010-08-23 18:53:50 -06:00 committed by Alexandre Julliard
parent b2a8de3de6
commit e699184e48
1 changed files with 1 additions and 1 deletions

View File

@ -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]);