Commit 8deb4063004a32ffb71206003912e8a301392ead

Frank Praznik 2021-03-28T17:22:59

audio: pipewire: Avoid redundant locking The pw_thread_loop already locks and unlocks the thread mutex at the start and end of each loop iteration, so these locks are unnecessary.