From 3092edabf20087130b667e623444b513e7f72597 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Tue, 17 May 2005 09:26:34 +0000 Subject: [PATCH] Propagate pcm->info Propate pcm->info bit flags from the slave PCM in refine. This will fix the bug indicating bogus pause/resume capabilities. --- src/pcm/pcm_params.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pcm/pcm_params.c b/src/pcm/pcm_params.c index f868699f..9225e8d8 100644 --- a/src/pcm/pcm_params.c +++ b/src/pcm/pcm_params.c @@ -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; } -- 2.47.1