]> asedeno.scripts.mit.edu Git - linux.git/commit
ALSA: pcm: Cleanup snd_pcm_stream_lock() & co
authorTakashi Iwai <tiwai@suse.de>
Sun, 13 Jan 2019 09:15:03 +0000 (10:15 +0100)
committerTakashi Iwai <tiwai@suse.de>
Wed, 23 Jan 2019 06:40:49 +0000 (07:40 +0100)
commitef2056b8f3945c78cc5a3a3ba7592e18a757ffd9
treefe3a4a3d578fff494a886426032193e025035c65
parentecb41f0f44cadfa90ef9acff3ffe95563274ec1c
ALSA: pcm: Cleanup snd_pcm_stream_lock() & co

After the previous code refactoring, the PCM stream locking code
became nothing but the PCM group lock with self_group object.  Use the
existing helper function for simplifying the code.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_native.c