NetBSD/sys/conf
jmcneill 23526fe3a9 Add pseudo audio device driver. With this pseudo-device, audio played back
via the standard audio interfaces is redirected back to userland as raw
PCM data on /dev/padN.

One example usage is to stream audio to an AirTunes compatible device using
rtunes (http://www.nazgul.ch/dev_rtunes.html), ie:

	$ rtunes - < /dev/pad0
	$ mpg123 -a /dev/sound1 blah.mp3

Another option is to capture audio output from eg. Real Player, by simply
instructing Real Player to output to /dev/sound1, and running:

	$ cat /dev/pad0 > blah.pcm
2007-11-11 17:37:45 +00:00
..
Makefile.kern.inc Fix accidental USE_SSP -> USE_FORT: now USE_SSP works as intended for 2007-10-08 21:25:35 +00:00
copyright Welcome to 2007. 2007-01-01 04:26:16 +00:00
files Add pseudo audio device driver. With this pseudo-device, audio played back 2007-11-11 17:37:45 +00:00
majors Add pseudo audio device driver. With this pseudo-device, audio played back 2007-11-11 17:37:45 +00:00
mkldscript.sh Move mkldscript.sh, which is used to create ldscript dynamically to 2007-03-04 02:35:49 +00:00
newvers.sh alpha can do notes. 2007-09-21 15:37:17 +00:00
newvers_stand.sh
osrelease.sh
param.c merge yamt-idlelwp branch. asked by core@. some ports still needs work. 2007-05-17 14:51:11 +00:00
std Add cpuctl(8). For now this is not much more than a toy for debugging and 2007-08-04 11:02:56 +00:00