]> git.baikalelectronics.ru Git - kernel.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)
commiteaf56414f44155f850961eb7132176e6254a2b99
treefe3a4a3d578fff494a886426032193e025035c65
parent0caaed1b3ef257d00b1b0245c180516354353e93
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