Commit 14f01340 authored by Max Kellermann's avatar Max Kellermann

output/wasapi: make device_config `const`

parent 1da27be8
......@@ -237,7 +237,8 @@ class WasapiOutput final : public AudioOutput {
bool is_started = false;
std::atomic_flag not_interrupted = true;
std::string device_config;
const std::string device_config;
std::shared_ptr<COMWorker> com_worker;
ComPtr<IMMDevice> device;
ComPtr<IAudioClient> client;
......
Markdown is supported
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