[PATCH] Cygwin: dsp: Fix a few trivial bugs.

2023-09-01 Thread Takashi Yano
Signed-off-by: Takashi Yano --- winsup/cygwin/fhandler/dsp.cc | 4 ++-- winsup/cygwin/local_includes/fhandler.h | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/winsup/cygwin/fhandler/dsp.cc b/winsup/cygwin/fhandler/dsp.cc index 27f0a50ce..8e51a51c5 100644 --- a/wi

[PATCH] Cygwin: Implement sound mixer device.

2023-09-01 Thread Takashi Yano
This patch adds implementation of OSS-based sound mixer device. This allows applications to change the sound playing volume. NOTE: Currently, the recording volume cannot be changed. Signed-off-by: Takashi Yano --- winsup/cygwin/Makefile.am |1 + winsup/cygwin/devices.cc

Re: [PATCH] Cygwin: Implement sound mixer device.

2023-09-01 Thread Corinna Vinschen
On Sep 1 19:04, Takashi Yano wrote: > This patch adds implementation of OSS-based sound mixer device. This > allows applications to change the sound playing volume. Cool! Go ahead, that's a nice addition. > NOTE: Currently, the recording volume cannot be changed. I guess you're already hacking

[PATCH v2] Cygwin: cpuinfo: Linux 6.5 additions

2023-09-01 Thread Brian Inglis
add AMD 0x801f EAX 14 debug_swap SEV-ES full debug state swap Signed-off-by: Brian Inglis --- winsup/cygwin/fhandler/proc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winsup/cygwin/fhandler/proc.cc b/winsup/cygwin/fhandler/proc.cc index cbc49a12a417..be107cb8eacc 10

Re: [PATCH v2] Cygwin: cpuinfo: Linux 6.5 additions

2023-09-01 Thread Corinna Vinschen
On Sep 1 11:42, Brian Inglis wrote: > add AMD 0x801f EAX 14 debug_swap SEV-ES full debug state swap > > Signed-off-by: Brian Inglis > --- > winsup/cygwin/fhandler/proc.cc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/winsup/cygwin/fhandler/proc.cc b/winsup/cygwin