1 Nov
2010
1 Nov
'10
11:13 p.m.
fix required before interrupt disabling routines patch can be applied. Without this fix, the interrupts are only disabled when accessing directly hw devices.
Signed-off-by: Pierre-Louis Bossart pierre-louis.bossart@intel.com --- src/pcm/pcm_params.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/pcm/pcm_params.c b/src/pcm/pcm_params.c index 3a90bcd..416b081 100644 --- a/src/pcm/pcm_params.c +++ b/src/pcm/pcm_params.c @@ -2126,6 +2126,7 @@ int _snd_pcm_hw_params_refine(snd_pcm_hw_params_t *params, err = changed; } params->info &= src->info; + params->flags = src->flags; /* propagate flags to slave */ return err; }
--
1.7.2.3