Sign in
nest-open-source
/
manifest_repos
/
alsa-utils
/
dc7be24fff8d92a423e8d934cc1b606d4ccbdf57
/
.
/
alsamixer
/
mixer_display.h
blob: 3d6567019d6f236fdc7c6c674f4f5603659e507a [
file
] [
log
] [
blame
]
#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