]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: Implement sound mixer device.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 1 Sep 2023 08:41:10 +0000 (17:41 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 1 Sep 2023 12:33:38 +0000 (21:33 +0900)
commit2a4af36614705e5499683aa2f63dfe499edce6b7
tree17defa71a6450e7d62210b39d017f109831e2559
parent3daedf267d5b4940355fd370538d3036016efeda
Cygwin: Implement sound mixer device.

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.

Reviewed-by: Corinna Vinschen <corinna@vinschen.de>
Signed-off-by: Takashi Yano <takashi.yano@nifty.ne.jp>
winsup/cygwin/Makefile.am
winsup/cygwin/devices.cc
winsup/cygwin/devices.in
winsup/cygwin/dtable.cc
winsup/cygwin/fhandler/mixer.cc [new file with mode: 0644]
winsup/cygwin/local_includes/devices.h
winsup/cygwin/local_includes/fhandler.h
winsup/cygwin/release/3.5.0
This page took 0.032956 seconds and 5 git commands to generate.