Removed /dev/dsp DMA audio target.

This commit is contained in:
Ryan C. Gordon 2011-07-24 03:37:13 -07:00
parent 068586f3ee
commit 55419dbf19
8 changed files with 4 additions and 603 deletions

View file

@ -67,7 +67,7 @@
#define OPEN_FLAGS_INPUT (O_RDONLY|O_NONBLOCK)
#endif
/* !!! FIXME: so much cut and paste with dsp/dma drivers... */
/* !!! FIXME: so much cut and paste with dsp target... */
static char **outputDevices = NULL;
static int outputDeviceCount = 0;
static char **inputDevices = NULL;