commit | 784fffbcfe117b508ff628cf296541ab70463140 | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Wed Oct 03 08:21:52 2018 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Oct 04 07:54:07 2018 +0200 |
tree | 2be5c60a9548f5bddbca8789b09327814690317b | |
parent | a3aaf7d2bd388caea2bd0fba266b815ac708c49d [diff] |
ALSA: fireworks: use managed-resource to maintain response buffer ALSA fireworks driver allocates memory object to handle response from target unit. The object is used to initiate transaction unique to Fireworks board module. This can be released as managed-resource of 'struct snd_card.card_dev'. This commit uses managed-resource of the sound card device for this purpose. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>