Audio: Add input namespace and functions.

This commit is contained in:
Jared Boone
2017-05-31 11:43:45 -07:00
parent bec626e29f
commit 395e3b1736
2 changed files with 21 additions and 0 deletions

View File

@@ -63,6 +63,13 @@ void unmute();
} /* namespace output */
namespace input {
void start();
void stop();
} /* namespace input */
namespace headphone {
volume_range_t volume_range();