diff options
| author | Gerd Moellmann | 2000-12-07 22:09:00 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-12-07 22:09:00 +0000 |
| commit | 28fcb7dc3997d9b51ef770e887dbd6eefe564428 (patch) | |
| tree | 611138527281db5d903c73cb77701f7d93d8c6e3 /src/ChangeLog | |
| parent | 926b7e5e3ec4ddb93aaf8d1357020a6b7e8a55a1 (diff) | |
| download | emacs-28fcb7dc3997d9b51ef770e887dbd6eefe564428.tar.gz emacs-28fcb7dc3997d9b51ef770e887dbd6eefe564428.zip | |
(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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ca92994f021..85c4691d4d3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -9,6 +9,11 @@ | |||
| 9 | 9 | ||
| 10 | 2000-12-07 Gerd Moellmann <gerd@gnu.org> | 10 | 2000-12-07 Gerd Moellmann <gerd@gnu.org> |
| 11 | 11 | ||
| 12 | * sound.c (vox_configure): Change order of ioctls. Don't | ||
| 13 | set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE. | ||
| 14 | Ignore errors when changing volume. | ||
| 15 | (vox_close): Don't reset the device. | ||
| 16 | |||
| 12 | * process.c (read_process_output): Make sure the process marker's | 17 | * process.c (read_process_output): Make sure the process marker's |
| 13 | position is valid when the process buffer is changed in | 18 | position is valid when the process buffer is changed in |
| 14 | after-change functions. W3 does that. | 19 | after-change functions. W3 does that. |