From 5fdc18d938c99399b73fe894bc24cb9400a1a2ee Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Thu, 4 Jun 2009 00:12:18 +0200 Subject: [PATCH] ALSA: Core - clean up snd_card_set_id* calls and remove possible id collision Move locking outside snd_card_set_id_internal() function and rename it to snd_card_set_id_no_lock() for better function description. User defined id is just copied to card structure at allocation time. The real unique id procedure is called in snd_card_register() to ensure real atomicity. Signed-off-by: Jaroslav Kysela Signed-off-by: Takashi Iwai --- Reading git-format-patch failed