]> icculus.org git repositories - btb/d2x.git/blob - arch/dos/allg_snd/sound/snddrv.c
This commit was generated by cvs2svn to compensate for changes in r2,
[btb/d2x.git] / arch / dos / allg_snd / sound / snddrv.c
1 /*         ______   ___    ___ 
2  *        /\  _  \ /\_ \  /\_ \ 
3  *        \ \ \L\ \\//\ \ \//\ \      __     __   _ __   ___ 
4  *         \ \  __ \ \ \ \  \ \ \   /'__`\ /'_ `\/\`'__\/ __`\
5  *          \ \ \/\ \ \_\ \_ \_\ \_/\  __//\ \L\ \ \ \//\ \L\ \
6  *           \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/
7  *            \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/
8  *                                           /\____/
9  *                                           \_/__/
10  *      By Shawn Hargreaves,
11  *      1 Salisbury Road,
12  *      Market Drayton,
13  *      Shropshire,
14  *      England, TF9 1AJ.
15  *
16  *      List of available sound drivers, kept in a seperate file so that
17  *      they can be overriden by user programs.
18  *
19  *      See readme.txt for copyright information.
20  */
21
22
23 #include "allegro.h"
24
25
26
27 DECLARE_DIGI_DRIVER_LIST
28 (
29    DIGI_DRIVER_GUS
30    DIGI_DRIVER_SB
31 )
32
33
34 DECLARE_MIDI_DRIVER_LIST
35 (
36    MIDI_DRIVER_AWE32
37    MIDI_DRIVER_DIGMID
38    MIDI_DRIVER_ADLIB
39    MIDI_DRIVER_SB_OUT
40    MIDI_DRIVER_MPU
41 )
42