commit | a14e7eb59bb7ce10766d4778d382ca52b235147f | [log] [tgz] |
---|---|---|
author | Lars-Peter Clausen <lars@metafoo.de> | Fri Jan 02 15:03:43 2015 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jan 02 16:34:57 2015 +0100 |
tree | 34627bbc0487b33136bc04aede82c89f6c84a3d5 | |
parent | ef394acb45e232e940367053896708375da1ff92 [diff] |
ALSA: ps3: Remove unnecessary snd_pcm_lib_preallocate_free_for_all() The ALSA core takes care that all preallocated memory is freed when the card (and the PCM) itself is freed. There is no need to do this manually in the driver. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>