Skip to content
Commit 7af142f7 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

ALSA: pcm: Uninline snd_pcm_stream_lock() and _unlock()



The previous commit for the non-atomic PCM ops added more codes to
snd_pcm_stream_lock() and its variants.  Since they are inlined
functions, it resulted in a significant code size bloat.  For reducing
the size bloat, this patch changes the inline functions to the normal
function calls.  The export of rwlock and rwsem are removed as well,
since they are referred only in pcm_native.c now.

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