Skip to content
Commit 05100d16 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by Takashi Iwai
Browse files

ALSA: pcm: Make snd_pcm_lib_malloc_pages() debug message say "allocate"



snd_pcm_lib_malloc_pages() is commonly used for allocating buffers during
the hw_params callback, whereas preallocating buffers goes through
preallocate_pcm_pages().

Having the same terminology in the failure debug messages in both
misleads developers.

Change the debug message in snd_pcm_lib_malloc_pages() to use the
term "allocate" to match its intended use.

Signed-off-by: default avatarChen-Yu Tsai <wenst@chromium.org>
Link: https://patch.msgid.link/20250421085244.377228-1-wenst@chromium.org


Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 813e311e
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment