Changeset b1926d0a in mainline for uspace/drv/audio/sb16/mixer.h
- Timestamp:
- 2011-09-26T08:50:38Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b3f36d2
- Parents:
- a4a4e47
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/mixer.h
ra4a4e47 rb1926d0a 51 51 int mixer_get_control_item_count(mixer_type_t type); 52 52 int mixer_get_control_item_info(mixer_type_t type, unsigned index, 53 const char** name, unsigned *channels );53 const char** name, unsigned *channels, unsigned *levels); 54 54 int mixer_set_volume_level(sb16_regs_t *regs, mixer_type_t type, 55 55 unsigned item, unsigned channel, unsigned level);
Note:
See TracChangeset
for help on using the changeset viewer.