Changeset 1433ecda in mainline for uspace/drv/audio/sb16/mixer_iface.c
- Timestamp:
- 2018-04-04T15:42:37Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/audio/sb16/mixer_iface.c
r47b2d7e3 r1433ecda 46 46 } 47 47 48 static errno_t sb_get_info(ddf_fun_t *fun, const char **name, unsigned *items)48 static errno_t sb_get_info(ddf_fun_t *fun, const char **name, unsigned *items) 49 49 { 50 50 sb_mixer_t *mixer = fun_to_mixer(fun); … … 58 58 } 59 59 60 static errno_t sb_get_item_info(ddf_fun_t *fun, unsigned item, const char **name,60 static errno_t sb_get_item_info(ddf_fun_t *fun, unsigned item, const char **name, 61 61 unsigned *max_level) 62 62 {
Note:
See TracChangeset
for help on using the changeset viewer.