View | Details | Raw Unified | Return to bug 29896
Collapse All | Expand All

(-)/usr/src/sys/sys/soundcard.h (-3 / +3 lines)
Lines 43-52 Link Here
43
  *
43
  *
44
  **********************************************************************
44
  **********************************************************************
45
  * PS.	The Hacker's Guide to VoxWare available from
45
  * PS.	The Hacker's Guide to VoxWare available from
46
  *     nic.funet.fi:pub/OS/Linux/ALPHA/sound. The file is
46
  *	<URL:ftp://nic.funet.fi/pub/Linux/ALPHA/sound/>. The file is
47
  *	snd-sdk-doc-0.1.ps.gz (gzipped postscript). It contains
47
  *	snd-sdk-doc-0.1.ps.gz (gzipped postscript). It contains
48
  *	some useful information about programming with VoxWare.
48
  *	some useful information about programming with VoxWare.
49
  *	(NOTE! The pub/OS/Linux/ALPHA/ directories are hidden. You have
49
  *	(NOTE! The pub/Linux/ALPHA/ directories are hidden. You have
50
  *	to cd inside them before the files are accessible.)
50
  *	to cd inside them before the files are accessible.)
51
  **********************************************************************
51
  **********************************************************************
52
  */
52
  */
Lines 89-95 Link Here
89
#define SNDCARD_CS4232_MPU     22
89
#define SNDCARD_CS4232_MPU     22
90
#define SNDCARD_MAUI           23
90
#define SNDCARD_MAUI           23
91
#define SNDCARD_PSEUDO_MSS     24
91
#define SNDCARD_PSEUDO_MSS     24
92
#define SNDCARD_AWE32           25
92
#define SNDCARD_AWE32          25
93
#define SNDCARD_NSS            26
93
#define SNDCARD_NSS            26
94
#define SNDCARD_UART16550      27
94
#define SNDCARD_UART16550      27
95
#define SNDCARD_OPL            28
95
#define SNDCARD_OPL            28

Return to bug 29896