ALSA: hda - Protect user-defined arrays via mutex
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Jan 2013 17:21:56 +0000 (18:21 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Jan 2013 07:44:45 +0000 (08:44 +0100)
The pincfgs, init_verbs and hints set by sysfs or patch might be
changed dynamically on the fly, thus we need to protect it.
Add a simple protection via a mutex.

Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found