[Liboss-commit] CVS: liboss TODO,1.6,1.7
Brought to you by:
thesin
|
From: Justin <th...@us...> - 2002-11-06 00:00:07
|
Update of /cvsroot/liboss/liboss In directory usw-pr-cvs1:/tmp/cvs-serv4741 Modified Files: TODO Log Message: was a little noisy, thus removed some print outs, and added to the TODO list, I think it's just that stuff that is missing. lots of it is done in liboss.c prolly why i got it to work once I'll continue going through this stuff when I get home tonight Index: TODO =================================================================== RCS file: /cvsroot/liboss/liboss/TODO,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- TODO 23 Oct 2002 01:28:12 -0000 1.6 +++ TODO 6 Nov 2002 00:00:03 -0000 1.7 @@ -1,3 +1,21 @@ +- Need to add to dspctl + - SNDCTL_DSP_SYNC + - SNDCTL_DSP_CHANNELS + - SNDCTL_DSP_SUBDIVIDE + - SNDCTL_DSP_SETFRAGMENT + - SNDCTL_DSP_GETISPACE + - SNDCTL_DSP_NONBLOCK + - SNDCTL_DSP_GETCAPS + - SNDCTL_DSP_GETTRIGGER + - SNDCTL_DSP_SETTRIGGER + - SNDCTL_DSP_GETIPTR + - SNDCTL_DSP_GETOPTR + - SNDCTL_DSP_MAPINBUF + - SNDCTL_DSP_MAPOUTBUF + - SNDCTL_DSP_SETSYNCRO + - SNDCTL_DSP_SETDUPLEX + - SNDCTL_DSP_PROFILE + - Create sockets to emulate "opening" /dev/audio. Create libosscat, analogous to artscat or esdcat, such that "libosscat foo" is equivalent to "cat foo > /dev/audio" on Linux. |