From: Takashi Sakamoto Date: Sat, 21 Feb 2015 14:55:00 +0000 (+0900) Subject: ALSA: fireworks/bebob/dice/oxfw: make it possible to shutdown safely X-Git-Tag: fixes-v4.0-rc2~32^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dec84316dd53c90e93b4ee849483bd4bd1e9a585;p=pandora-kernel.git ALSA: fireworks/bebob/dice/oxfw: make it possible to shutdown safely A part of these drivers, especially BeBoB driver, are programmed to wait some events. Thus the drivers should not destroy any data in .remove() context. This commit moves some destructors from 'struct fw_driver.remove()' to 'struct snd_card.private_free()' to shutdown safely. Signed-off-by: Takashi Sakamoto Cc: # 3.19+ Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed