commit | a55eaf177a36f7789eec0985a7edd00fe7353d90 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Tue Nov 05 20:10:06 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Wed Nov 06 15:43:34 2019 +0100 |
tree | 29ea58d2b200ff97f32f3c3583687cae461b3c95 | |
parent | abffd8d0d5380e2c37759ba6be1f6bf47bfe975f [diff] |
ALSA: pcm: Warn if doubly preallocated Warn if snd_pcm_lib_preallocate_pages*() is applied to the stream that has already the preallocated buffers and skip the allocation. It's a clearly a driver bug. Link: https://lore.kernel.org/r/20191105191007.18150-2-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>