ALSA: hda: take cmd_mutex in probe_codec()
authorWu Fengguang <fengguang.wu@intel.com>
Sat, 1 Aug 2009 10:46:46 +0000 (18:46 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 3 Aug 2009 06:26:23 +0000 (08:26 +0200)
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>

No differences found