service/mic: actually use the specified device
This commit is contained in:
parent
5fa71d425b
commit
e1e136d72f
7 changed files with 46 additions and 10 deletions
|
@ -11,6 +11,8 @@
|
|||
|
||||
namespace Frontend::Mic {
|
||||
|
||||
constexpr char default_device_name[] = "Default";
|
||||
|
||||
enum class Signedness : u8 {
|
||||
Signed,
|
||||
Unsigned,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue