X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dos_auplay;a=blobdiff_plain;f=src%2Fau_sb.h;fp=src%2Fau_sb.h;h=0000000000000000000000000000000000000000;hp=4766b4464162fca369326ca7fd275acd3b0ae28a;hb=6e29178202fe1876a0fb0231e71fa0e75a7b6460;hpb=43cd2e73225cd66e61d1e9754afcaa7eca02fcb7 diff --git a/src/au_sb.h b/src/au_sb.h deleted file mode 100644 index 4766b44..0000000 --- a/src/au_sb.h +++ /dev/null @@ -1,26 +0,0 @@ -#ifndef AU_SB_H_ -#define AU_SB_H_ - -/* returns true (nonzero) if a sound blaster DSP is detected in the ISA bus - * and sets the internal base_port so that subsequent calls can find it - */ -int sb_detect(void); - -/* returns 0 for success, non-zero if the DSP isn't responding at the currently - * selected base port - */ -int sb_reset_dsp(void); - -void *sb_buffer(int *size); - -void sb_set_output_rate(int rate); - -void sb_start(int rate, int bits, int nchan); -void sb_pause(void); -void sb_continue(void); -void sb_stop(void); -int sb_isplaying(void); - -void sb_volume(int vol); - -#endif /* AU_SB_H_ */