commit | dd895f2e9b013a5387372dbf3a7d8405aaeb494e | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Jan 30 17:31:29 2017 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Feb 03 17:23:04 2017 +0100 |
tree | 818460fd88861e6cdd10d9d7647ec7221227ff91 | |
parent | 45459d16867988a792a18233bdfc294492976841 [diff] |
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>