Changeset b1926d0a in mainline for uspace/drv/audio/sb16/mixer.h


Ignore:
Timestamp:
2011-09-26T08:50:38Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b3f36d2
Parents:
a4a4e47
Message:

sb16: min_value was always 0, so drop it and use level count instead.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/sb16/mixer.h

    ra4a4e47 rb1926d0a  
    5151int mixer_get_control_item_count(mixer_type_t type);
    5252int 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);
    5454int mixer_set_volume_level(sb16_regs_t *regs, mixer_type_t type,
    5555    unsigned item, unsigned channel, unsigned level);
Note: See TracChangeset for help on using the changeset viewer.