Commit c20cea11 authored by Lioncash's avatar Lioncash
Browse files

audout_u: Use a std::array instead of std::string for holding the audio interface name

Uses a type that doesn't potentially dynamically allocate, and ensures
that the name of the interface is properly null-terminated when writing
it to the buffer.
parent d3cfaf95
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment