From 76aba63362a83bd6f916ea501b4b4de4e3548316 Mon Sep 17 00:00:00 2001
From: Andrew Eikum <aeikum@codeweavers.com>
Date: Wed, 13 Oct 2021 11:46:43 -0500
Subject: [PATCH] proton: Enable audio dumping again

---
 proton | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/proton b/proton
index 10373269..c654315d 100755
--- a/proton
+++ b/proton
@@ -1006,9 +1006,6 @@ class Session:
         #disable XIM support until libx11 >= 1.7 is widespread
         self.env.setdefault("WINE_ALLOW_XIM", "0")
 
-        #temporarily disable dumping audio to disk
-        self.env.setdefault("MEDIACONV_AUDIO_DONT_DUMP", "1")
-
         if "wined3d11" in self.compat_config:
             self.compat_config.add("wined3d")