diff src/ChangeLog @ 34355:79c691910a0b

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Thu, 07 Dec 2000 22:09:00 +0000
parents e477bbc45459
children 4b5f1340bd03
line wrap: on
line diff
--- a/src/ChangeLog	Thu Dec 07 22:08:26 2000 +0000
+++ b/src/ChangeLog	Thu Dec 07 22:09:00 2000 +0000
@@ -9,6 +9,11 @@
 
 2000-12-07  Gerd Moellmann  <gerd@gnu.org>
 
+	* sound.c (vox_configure): Change order of ioctls.  Don't
+	set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE.
+	Ignore errors when changing volume.
+	(vox_close): Don't reset the device.
+
 	* process.c (read_process_output): Make sure the process marker's
 	position is valid when the process buffer is changed in
 	after-change functions.  W3 does that.