newlib-cygwin/winsup/cygwin/fhandler
Takashi Yano 322c7150b2 Cygwin: dsp: Avoid setting buffer that is too small.
The buffer size that is too small causes choppy sound. That is not
practical at all. With this patch, the minimum value of the buffer
size (i.e. fragstotal * fragsize) is restricted to 16384 bytes.

Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
2023-09-17 21:54:11 +09:00
..
base.cc Cygwin: fix an ugly cast 2023-09-08 22:41:21 +02:00
clipboard.cc Cygwin: clipboard: Only SEEK_SET and SEEK_CUR are supported 2023-08-09 16:56:02 +02:00
console.cc Cygwin: fstat(): Fix st_rdev returned by fstat() for /dev/tty. 2023-07-08 08:03:22 +09:00
cygdrive.cc
dev.cc
dev_fd.cc
disk_file.cc Cygwin: NFS: create devices (especially FIFOs) as shortcut files 2023-09-09 23:28:55 +02:00
dsp.cc Cygwin: dsp: Avoid setting buffer that is too small. 2023-09-17 21:54:11 +09:00
fifo.cc Cygwin: select: don't report read ready on a FIFO never opened for writing 2022-10-19 08:17:50 -04:00
floppy.cc
mixer.cc Cygwin: Implement sound mixer device. 2023-09-01 21:33:38 +09:00
mqueue.cc Cygwin: get_posix_access: Make mode_t parameter mandatory 2023-02-09 21:58:44 +01:00
netdrive.cc
nodevice.cc
null.cc
pipe.cc Cygwin: pipe: Fix performance degradation for non-cygwin pipe. 2022-12-09 21:01:29 +09:00
proc.cc Cygwin: cpuinfo: Linux 6.5 additions 2023-09-01 20:40:54 +02:00
process.cc Cygwin: ctty: Replace ctty constant with more descriptive macros. 2023-03-07 10:51:29 +09:00
process_fd.cc
procnet.cc
procsys.cc Cygwin: get_posix_access: Make mode_t parameter mandatory 2023-02-09 21:58:44 +01:00
procsysvipc.cc
pty.cc Cygwin: pty: Fix failure to clear switch_to_nat_pipe flag. 2023-08-19 14:53:10 +09:00
random.cc
raw.cc
registry.cc Cygwin: get_posix_access: Make mode_t parameter mandatory 2023-02-09 21:58:44 +01:00
serial.cc Cygwin: serial: Fix a copy-paste error in DTR setup 2022-11-29 11:47:27 +01:00
signalfd.cc
socket.cc
socket_inet.cc
socket_local.cc
socket_unix.cc
tape.cc
termios.cc Cygwin: termios: Refactor the function is_console_app(). 2023-08-28 18:20:57 +09:00
timerfd.cc
virtual.cc
windows.cc
zero.cc