From: Takashi Iwai Date: Mon, 1 Sep 2014 09:19:37 +0000 (+0200) Subject: ALSA: pcm: Uninline snd_pcm_stream_lock() and _unlock() X-Git-Tag: fixes-against-v3.18-rc2~128^2~32^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7af142f752116e86adbe2073f2922d8265a77709;p=pandora-kernel.git 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: Takashi Iwai --- Reading git-diff-tree failed