commit | 8f8d1d7fe009c320d80ed1c7b0c1d3d48b538965 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Feb 01 17:24:02 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Feb 03 17:35:07 2017 +0100 |
tree | 5251eead3e47c2c1e1a042fcb8aa73ba5eb2339c | |
parent | bcce775ca8d66a5222ac2d28e5388b5a6c2d9ad6 [diff] |
ALSA: x86: Fix racy access to chmap The access to chmap can be racy against the hotplug process, where it recreates the chmap on the fly. For protecting against it, a mutex is introduced in this patch. It's also used for protecting the change / reference of eld and state fields, too. Signed-off-by: Takashi Iwai <tiwai@suse.de>