Skip to content
Snippets Groups Projects
Commit 7a0a8716 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: pcm: Set config update bits only when really changed


The PCM config space refine codes touch the parameter rmask and cmask
bits when the given config parameter is changed.  But in most places
it checks only whether the changed value is non-zero or not, and they
don't consider whether a negative error value is returned.  This will
lead to the incorrect update bits set upon the error path.

Fix the codes to check properly the return code whether it's really
updated or an error.

Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent c1350bff
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment