Changeset 84dec070 in mainline
- Timestamp:
- 2011-10-03T14:42:18Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f451dae
- Parents:
- 0f2e7c1
- Location:
- uspace/drv/audio/sb16
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/Makefile
r0f2e7c1 r84dec070 39 39 SOURCES = \ 40 40 dsp.c \ 41 dma_controller.c \ 41 42 main.c \ 42 43 mixer.c \ -
uspace/drv/audio/sb16/dma.h
r0f2e7c1 r84dec070 42 42 43 43 #define DMA_ALIGNENT 65536 44 #define PAGE_SIZE 409645 44 46 45 /** Get physical address translation -
uspace/drv/audio/sb16/dsp.c
r0f2e7c1 r84dec070 36 36 37 37 #include "dma.h" 38 #include "dma_controller.h" 38 39 #include "ddf_log.h" 39 40 #include "dsp_commands.h"
Note:
See TracChangeset
for help on using the changeset viewer.