From 4e971f44a27c2e4abc25ddf0720d287a688e0a4d Mon Sep 17 00:00:00 2001 From: MerryMage Date: Wed, 27 Apr 2016 13:53:23 +0100 Subject: Audio: Add sink selection to configuration files --- src/audio_core/sink_details.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/audio_core/sink_details.cpp') diff --git a/src/audio_core/sink_details.cpp b/src/audio_core/sink_details.cpp index 20412daaf..d2cc74103 100644 --- a/src/audio_core/sink_details.cpp +++ b/src/audio_core/sink_details.cpp @@ -10,6 +10,7 @@ namespace AudioCore { +// g_sink_details is ordered in terms of desirability, with the best choice at the top. const std::vector g_sink_details = { { "null", []() { return std::make_unique(); } }, }; -- cgit v1.2.3