HomeSort by: relevance | last modified time | path
    Searched refs:aiomixer (Results 1 - 8 of 8) sorted by relevancy

  /src/usr.bin/aiomixer/
parse.h 35 int aiomixer_parse(struct aiomixer *);
draw.h 39 void create_widgets(struct aiomixer *);
41 void resize_widgets(struct aiomixer *);
43 void draw_control(struct aiomixer *, struct aiomixer_control *, bool);
45 void draw_screen(struct aiomixer *);
47 void draw_classbar(struct aiomixer *);
49 void draw_header(struct aiomixer *);
Makefile 3 PROG= aiomixer
main.c 43 static void process_device_select(struct aiomixer *, unsigned int);
44 static void open_device(struct aiomixer *, const char *);
47 static int select_class(struct aiomixer *, unsigned int);
48 static int select_control(struct aiomixer *, unsigned int);
49 static void slide_control(struct aiomixer *, struct aiomixer_control *, bool);
50 static int toggle_set(struct aiomixer *);
51 static void step_up(struct aiomixer *);
52 static void step_down(struct aiomixer *);
53 static int read_key(struct aiomixer *, int);
58 fputs("aiomixer [-u] [-d device]\n", stderr)
    [all...]
app.h 59 struct aiomixer { struct
parse.c 37 static struct aiomixer_class *get_class(struct aiomixer *, int);
42 get_class(struct aiomixer *aio, int class)
95 aiomixer_parse(struct aiomixer *aio)
draw.c 80 draw_control(struct aiomixer *aio,
121 draw_screen(struct aiomixer *aio)
292 draw_classbar(struct aiomixer *aio)
312 draw_header(struct aiomixer *aio)
328 create_widgets(struct aiomixer *aio)
376 resize_widgets(struct aiomixer *aio)
  /src/usr.bin/
Makefile 6 SUBDIR= aiomixer apply asa at audio audiocfg \

Completed in 13 milliseconds