This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/AK/StdLibExtraDetails.h b/AK/StdLibExtraDetails.h | |
index 47680425be..922ba80730 100644 | |
--- a/AK/StdLibExtraDetails.h | |
+++ b/AK/StdLibExtraDetails.h | |
@@ -126,9 +126,9 @@ inline constexpr bool IsFunction<Ret(Args...) const volatile&> = true; | |
template<class Ret, class... Args> | |
inline constexpr bool IsFunction<Ret(Args..., ...) const volatile&> = true; | |
template<class Ret, class... Args> | |
-inline constexpr bool IsFunction<Ret(Args...)&&> = true; | |
+inline constexpr bool IsFunction<Ret(Args...) &&> = true; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 6 band sink equalizer | |
# | |
# Copy this file into a conf.d/ directory such as | |
# ~/.config/pipewire/filter-chain.conf.d/ | |
# | |
context.modules = [ | |
{ name = libpipewire-module-filter-chain | |
args = { | |
node.description = "Internal Speakers Equalizer Sink" | |
media.name = "Internal Speakers Equalizer Sink" |