mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-08 21:55:42 +01:00
11 lines
230 B
C
11 lines
230 B
C
|
#ifndef MIXER_DISPLAY_H_INCLUDED
|
||
|
#define MIXER_DISPLAY_H_INCLUDED
|
||
|
|
||
|
void init_mixer_layout(void);
|
||
|
void display_card_info(void);
|
||
|
void display_view_mode(void);
|
||
|
void display_controls(void);
|
||
|
void compute_controls_layout(void);
|
||
|
|
||
|
#endif
|