mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
Drop the own refcount but use the standard device refcounting via get_device() and put_device(). Introduce a new completion to snd_card instead of the wait queue for syncing the last release, which is used in snd_card_free(). Signed-off-by: Takashi Iwai <tiwai@suse.de>