mbox series

[-,alsa-lib,0/1] pcm_file add missing unlock

Message ID 1558604670-4180-1-git-send-email-amiartus@de.adit-jv.com (mailing list archive)
Headers show
Series pcm_file add missing unlock | expand

Message

Adam Miartus May 23, 2019, 9:44 a.m. UTC
previous patches:
	pcm: file: add support for infile reading in non interleaved mode
	pcm: file: use snd_pcm_file_areas_read_infile for readi

introduced an issue where pcm would not be unlocked on early return

Adam Miartus (1):
  pcm_file: add missing unlock on early return

 src/pcm/pcm_file.c | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Comments

Takashi Iwai May 23, 2019, 9:57 a.m. UTC | #1
On Thu, 23 May 2019 11:44:29 +0200,
Adam Miartus wrote:
> 
> previous patches:
> 	pcm: file: add support for infile reading in non interleaved mode
> 	pcm: file: use snd_pcm_file_areas_read_infile for readi
> 
> introduced an issue where pcm would not be unlocked on early return
> 
> Adam Miartus (1):
>   pcm_file: add missing unlock on early return

Applied, thanks.

BTW, you don't need a cover letter if it's only a single patch.
Put the more description in the patch itself, instead.


Takashi