Commit 4b5641ad authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

winealsa.drv: Re-add capcontrols initialization.

parent 87f0ba49
......@@ -431,7 +431,7 @@ static void ALSA_MixerInit(void)
info = HeapAlloc( GetProcessHeap(), 0, snd_ctl_card_info_sizeof());
for (x = 0; x < MAX_MIXERS; ++x)
{
int card, err, capcontrols, total_elems = 0;
int card, err, capcontrols = 0, total_elems = 0;
char cardind[6], cardname[10];
snd_ctl_t *ctl;
......
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