mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-09 17:25:42 +01:00
arecord: add a missing break to the capture loop
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
95788fea25
commit
b4f34ac260
1 changed files with 3 additions and 0 deletions
|
@ -3021,6 +3021,9 @@ static void capture(char *orig_name)
|
|||
fd = -1;
|
||||
}
|
||||
|
||||
if (in_aborting)
|
||||
break;
|
||||
|
||||
/* repeat the loop when format is raw without timelimit or
|
||||
* requested counts of data are recorded
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue