commit | bb580602f3924976d8bc36c171266de73e92cbf7 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Feb 04 16:42:24 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Feb 08 14:24:12 2019 +0100 |
tree | cd82554b93c5c51aa0929be562c7e181fd3d612f | |
parent | 95d14640d9843f277214893541aef3acb7456a25 [diff] |
ALSA: pcm: Define snd_pcm_lib_preallocate_*() as returning void Now all callers no longer check the return value from snd_pcm_lib_preallocate_pages() and co, let's make them to return void, so that any new code won't fall into the same pitfall. Reviewed-by: Jaroslav Kysela <perex@perex.cz> Signed-off-by: Takashi Iwai <tiwai@suse.de>