commit | 73d38b13ffb105ab633bd91969c8d218b2de38d4 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Apr 17 12:50:47 2008 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Apr 24 12:00:39 2008 +0200 |
tree | e7bada137d13b41e6859c8397cfaa5b6e837f444 | |
parent | 20861fa7b20a40ca045393df634d4d51e61efa58 [diff] |
[ALSA] Fix the race of card instance unregistration Move the call of device_unregister() for the card instance in snd_card_disconnect() to avoid the race of sysfs card entry, which can be typically found on usb-audio reconnection. Signed-off-by: Takashi Iwai <tiwai@suse.de>