commit | a678cdee25a387c8fc3b2754974695412baf1d85 | [log] [tgz] |
---|---|---|
author | Wu Fengguang <fengguang.wu@intel.com> | Sat Aug 01 18:46:46 2009 +0800 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Aug 03 08:26:23 2009 +0200 |
tree | 77363880dead9748b8072ac31a571be7a9270c5c | |
parent | deadff1665491afce124a8ff83f00f784161f660 [diff] |
ALSA: hda: take cmd_mutex in probe_codec() Now that each codec will have its own module, it is possible for the user to load one codec while another one is running. So cmd_mutex would be a safe addition to probe_codec(). Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>