diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-23 10:43:17 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-23 10:43:17 +0000 |
commit | 0ac7a3d6533f4440ce1b802b959427655abf3bdc (patch) | |
tree | 1dcb000e650bdd3493b1c4b232afb04e6d882595 /include/sys | |
parent | e20798031a96d8da9825badb6c43986783cd64eb (diff) |
Add this so madplay will properly configure itself using oss
as a default output device.
-Erik
Diffstat (limited to 'include/sys')
-rw-r--r-- | include/sys/soundcard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sys/soundcard.h b/include/sys/soundcard.h new file mode 100644 index 000000000..fade986fe --- /dev/null +++ b/include/sys/soundcard.h @@ -0,0 +1 @@ +#include <linux/soundcard.h> |