commit | 5fdc18d938c99399b73fe894bc24cb9400a1a2ee | [log] [tgz] |
---|---|---|
author | Jaroslav Kysela <perex@perex.cz> | Thu Jun 04 00:12:18 2009 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jun 04 01:22:07 2009 +0200 |
tree | 1fb20990d3d6e784f4394d762e87f6322ca1cd72 | |
parent | 872c78202c58d26596e25743791ee81a7d24abad [diff] |
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 <perex@perex.cz> Signed-off-by: Takashi Iwai <tiwai@suse.de>