summarylogtreecommitdiffstats
path: root/pa_with_no_alsa.patch
diff options
context:
space:
mode:
authorericek1112021-09-03 18:25:56 +0200
committerericek1112021-09-03 18:25:56 +0200
commit03c2f2eb0fdb7502a75c784723c1a6181c90e310 (patch)
tree96049e4ab88d59f33c031a256be4740fa987c579 /pa_with_no_alsa.patch
parent5d4c9ee0a823a094edd6308755323725c8383d48 (diff)
downloadaur-03c2f2eb0fdb7502a75c784723c1a6181c90e310.tar.gz
fix PulseAudio sound card enumeration with no ALSA present
Diffstat (limited to 'pa_with_no_alsa.patch')
-rw-r--r--pa_with_no_alsa.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/pa_with_no_alsa.patch b/pa_with_no_alsa.patch
new file mode 100644
index 000000000000..edf1161f1669
--- /dev/null
+++ b/pa_with_no_alsa.patch
@@ -0,0 +1,12 @@
+diff --color --unified --recursive --text package.old/src/SettingsMs/settings_ms.cpp package.new/src/SettingsMs/settings_ms.cpp
+--- package.old/src/SettingsMs/settings_ms.cpp 2021-09-03 18:22:57.689795799 +0200
++++ package.new/src/SettingsMs/settings_ms.cpp 2021-09-03 18:23:10.849795604 +0200
+@@ -529,7 +529,7 @@
+ break;
+ }
+ }
+- if (!lst_f.isEmpty())
++ if (true)
+ {
+
+ DevBoxAlsa->addItems(lst_f);