]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: x86: Drop useless mutex at probe
authorTakashi Iwai <tiwai@suse.de>
Mon, 30 Jan 2017 16:31:29 +0000 (17:31 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 3 Feb 2017 16:23:04 +0000 (17:23 +0100)
commitdd895f2e9b013a5387372dbf3a7d8405aaeb494e
tree818460fd88861e6cdd10d9d7647ec7221227ff91
parent45459d16867988a792a18233bdfc294492976841
ALSA: x86: Drop useless mutex at probe

had_mutex is (supposedly) used to protect the concurrent calls of
hdmi_audio_probe().  But we may have only one device at most, so it's
utterly useless.  Drop it.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/x86/intel_hdmi_audio.c