This commit is contained in:
martin 2024-03-12 12:45:42 +00:00
parent d312087150
commit d11a6b6970
1 changed files with 29 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: CHANGES-9.4,v 1.1.2.140 2024/03/12 10:15:04 martin Exp $
# $NetBSD: CHANGES-9.4,v 1.1.2.141 2024/03/12 12:45:42 martin Exp $
A complete list of changes from the NetBSD 9.3 release to the NetBSD 9.4
release:
@ -13469,3 +13469,31 @@ sys/dev/ic/nvme.c 1.69
nvme(4): PR 58025: fix nvmectl(8) after suspend/resume cycle.
[riastradh, ticket #1817]
sys/dev/usb/usbdi.c 1.248
usbdi(9): PR 57783: avoid locking against self when racing with
the host controller softint to enter ddb.
[riastradh, ticket #1807]
usr.bin/audio/common/auconv.h up to 1.6
usr.bin/audio/common/audio.c up to 1.27
usr.bin/audio/common/decode.c up to 1.2
usr.bin/audio/common/libaudio.h up to 1.22
usr.bin/audio/common/sun.c up to 1.11
usr.bin/audio/common/wav.c up to 1.22
usr.bin/audio/ctl/audioctl.1 up to 1.25
usr.bin/audio/play/audioplay.1 up to 1.34
usr.bin/audio/play/play.c up to 1.64
usr.bin/audio/record/audiorecord.1 up to 1.45
usr.bin/audio/record/record.c up to 1.58
audioplay(1), audioctl(1), audiorecord(1):
- support for playing 32-bit and 64-bit IEEE FP .wav files
- support for recording 24 bit .wav files
- read-overflow fixes for .wav files, and other fixes for the
wav parser
- audioplay gains -n flag (no play, like make -n)
- audioctl manual spruced up
- audiorecord manual gained useful examples
[mrg, ticket #1818]