Changeset 365f259 in mainline for uspace/drv/audio/sb16/sb16.c
- Timestamp:
- 2013-03-03T17:14:26Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 90c1d80
- Parents:
- 80d5307
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/sb16.c
r80d5307 r365f259 31 31 #include <errno.h> 32 32 #include <str_error.h> 33 #include <macros.h> 33 34 #include <audio_mixer_iface.h> 34 35 #include <audio_pcm_iface.h> … … 73 74 size_t sb16_irq_code_size(void) 74 75 { 75 return sizeof(irq_cmds) / sizeof(irq_cmds[0]);76 return ARRAY_SIZE(irq_cmds); 76 77 } 77 78
Note:
See TracChangeset
for help on using the changeset viewer.