* commit 'ee4e28c9ebc7f26a1a25d1042d5a941139055447': usbaudio: fix for out->dev->lock remains locked in error case
This commit is contained in:
@@ -212,7 +212,7 @@ static ssize_t out_write(struct audio_stream_out *stream, const void* buffer,
|
||||
|
||||
err:
|
||||
pthread_mutex_unlock(&out->lock);
|
||||
|
||||
pthread_mutex_unlock(&out->dev->lock);
|
||||
if (ret != 0) {
|
||||
usleep(bytes * 1000000 / audio_stream_frame_size(&stream->common) /
|
||||
out_get_sample_rate(&stream->common));
|
||||
|
||||
Reference in New Issue
Block a user