Propagate pcm->info

Propate pcm->info bit flags from the slave PCM in refine.
This will fix the bug indicating bogus pause/resume capabilities.
This commit is contained in:
Takashi Iwai 2005-05-17 09:26:34 +00:00
parent 8c09d72743
commit 3092edabf2

View file

@ -2113,6 +2113,7 @@ int _snd_pcm_hw_params_refine(snd_pcm_hw_params_t *params,
if (changed < 0)
err = changed;
}
params->info &= src->info;
return err;
}