mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-01-17 01:11:48 +00:00
chore: Update Jack names in steamdeck-dsp
This commit is contained in:
parent
ea0341d11f
commit
f9dd379ace
@ -1,6 +1,8 @@
|
||||
diff --git a/pipewire-confs/filter-chain-mic.conf b/pipewire-confs/filter-chain-mic.conf
|
||||
index 0b9fcac..0859402 100644
|
||||
--- a/pipewire-confs/filter-chain-mic.conf
|
||||
+++ b/pipewire-confs/filter-chain-mic.conf
|
||||
@@ -14,7 +14,7 @@
|
||||
@@ -14,7 +14,7 @@ context.modules = [
|
||||
{
|
||||
type = ladspa
|
||||
name = rnnoise
|
||||
@ -9,9 +11,11 @@
|
||||
label = noise_suppressor_stereo
|
||||
control = {
|
||||
"VAD Threshold (%)" = 23.0
|
||||
diff --git a/scripts/install_plugins.sh b/scripts/install_plugins.sh
|
||||
index 591514a..6678045 100755
|
||||
--- a/scripts/install_plugins.sh
|
||||
+++ b/scripts/install_plugins.sh
|
||||
@@ -5,9 +5,9 @@
|
||||
@@ -5,9 +5,9 @@ if [ -e $HARDCODED_PLUGIN_DEST_1 ]; then rm -r $HARDCODED_PLUGIN_DEST_1; fi;
|
||||
if [ -e $HARDCODED_PLUGIN_DEST_2 ]; then rm -r $HARDCODED_PLUGIN_DEST_2; fi;
|
||||
|
||||
|
||||
@ -27,3 +31,25 @@
|
||||
+cp -r bin/lv2/g++/valve_deck_microphone.lv2 $LIB_DIR/lv2/valve_deck_microphone.dsp
|
||||
+cp -r bin/svg $LIB_DIR/lv2/svg
|
||||
+cp version.txt $LIB_DIR/lv2/valve_audio_dsp_version.txt
|
||||
diff --git a/ucm2/conf.d/sof-nau8821-max/HiFi.conf b/ucm2/conf.d/sof-nau8821-max/HiFi.conf
|
||||
index 48412ee..f0c5b82 100644
|
||||
--- a/ucm2/conf.d/sof-nau8821-max/HiFi.conf
|
||||
+++ b/ucm2/conf.d/sof-nau8821-max/HiFi.conf
|
||||
@@ -32,7 +32,7 @@ SectionDevice."Headphones".0 {
|
||||
Value {
|
||||
PlaybackPriority 200
|
||||
PlaybackPCM "hw:${CardId},0"
|
||||
- JackControl "Headset Jack"
|
||||
+ JackControl "Headphone Jack"
|
||||
}
|
||||
ConflictingDevice [
|
||||
]
|
||||
@@ -89,7 +89,7 @@ SectionDevice."Headset" {
|
||||
Value {
|
||||
CapturePriority 300
|
||||
CapturePCM "hw:${CardId},0"
|
||||
- JackControl "Headset Jack"
|
||||
+ JackControl "Headset Mic Jack"
|
||||
}
|
||||
ConflictingDevice [
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user