Changeset 33b8d024 in mainline for uspace/app/mixerctl/mixerctl.c
- Timestamp:
- 2018-01-16T20:38:46Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2467b41
- Parents:
- d39c46e0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/mixerctl/mixerctl.c
rd39c46e0 r33b8d024 49 49 static void print_levels(async_exch_t *exch) 50 50 { 51 c onst char* name = NULL;51 char* name = NULL; 52 52 unsigned count = 0; 53 53 errno_t ret = audio_mixer_get_info(exch, &name, &count); … … 59 59 60 60 for (unsigned i = 0; i < count; ++i) { 61 c onst char *name = NULL;61 char *name = NULL; 62 62 unsigned levels = 0, current = 0; 63 63 errno_t ret =
Note:
See TracChangeset
for help on using the changeset viewer.