Changeset ea6c838 in mainline for uspace/drv/audio
- Timestamp:
- 2012-07-17T08:26:49Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- e6bba8f
- Parents:
- 950110ee
- Location:
- uspace/drv/audio/sb16
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/Makefile
r950110ee rea6c838 33 33 34 34 EXTRA_CFLAGS += \ 35 -I$(LIBDRV_PREFIX)/include 35 -I$(LIBDRV_PREFIX)/include -I$(LIBPCM_PREFIX)/include 36 36 37 37 BINARY = sb16 -
uspace/drv/audio/sb16/dsp.h
r950110ee rea6c838 38 38 #include <libarch/ddi.h> 39 39 #include <errno.h> 40 #include <pcm _sample_format.h>40 #include <pcm/sample_format.h> 41 41 42 42 #include "registers.h" -
uspace/drv/audio/sb16/pcm_iface.c
r950110ee rea6c838 36 36 #include <errno.h> 37 37 #include <audio_pcm_iface.h> 38 #include <pcm _sample_format.h>38 #include <pcm/sample_format.h> 39 39 40 40 #include "dsp.h"
Note:
See TracChangeset
for help on using the changeset viewer.