]> git.alsa-project.org Git - alsa-utils.git/commit
Fix endless loop of recording in arecord
authorTakashi Iwai <tiwai@suse.de>
Wed, 17 May 2006 12:59:29 +0000 (14:59 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 17 May 2006 12:59:29 +0000 (14:59 +0200)
commit56190f977b95582172da80db938e5daa048e1914
tree91d84a2beef69628b6a1323d75182545c8b2527c
parent7af6e01ace4486ec929c55425fa5525d22bc2cbd
Fix endless loop of recording in arecord

Fix and clean up arecord (capture) code:
- fix the ending condition check
- fix invalid file close in raw mode
- clean up the code
aplay/aplay.c