fix: Remove files now handled by steamdeck-dsp

This commit is contained in:
Kyle Gospodnetich 2024-08-01 15:33:29 -07:00
parent eb31cadeb5
commit 82f66e8da9
4 changed files with 0 additions and 104 deletions

View File

@ -1,23 +0,0 @@
monitor.alsa.rules = [
{
matches = [
{
node.name = "~alsa_input.*"
alsa.card_name = "HD-Audio Generic"
}
{
node.name = "~alsa_output.*"
alsa.card_name = "HD-Audio Generic"
}
]
actions = {
update-props = {
priority.driver = 900
priority.session = 900
api.alsa.period-size = 256
api.alsa.headroom = 1024
session.suspend-timeout-seconds = 0
}
}
}
]

View File

@ -1,36 +0,0 @@
monitor.alsa.rules = [
{
matches = [
{
node.name = "~alsa_input.*"
alsa.card_name = "acp5x"
}
{
node.name = "~alsa_input.*"
alsa.card_name = "acp6x"
}
{
node.name = "~alsa_input.*"
alsa.card_name = "sof-nau8821-max"
}
{
node.name = "~alsa_output.*"
alsa.card_name = "acp5x"
}
{
node.name = "~alsa_output.*"
alsa.card_name = "acp6x"
}
{
node.name = "~alsa_output.*"
alsa.card_name = "sof-nau8821-max"
}
]
actions = {
update-props = {
session.suspend-timeout-seconds = 0
api.alsa.headroom = 1024
}
}
}
]

View File

@ -1,20 +0,0 @@
monitor.alsa.rules = [
{
matches = [
{
node.name = "~alsa_input.*"
alsa.card_name = "Wireless Controller"
}
{
node.name = "~alsa_output.*"
alsa.card_name = "Wireless Controller"
}
]
actions = {
update-props = {
priority.driver = 90
priority.session = 90
}
}
}
]

View File

@ -1,25 +0,0 @@
monitor.bluez.properties = {
## we only want these audio profiles:
## 0000110a-0000-1000-8000-00805f9b34fb Audio Source
## 0000110b-0000-1000-8000-00805f9b34fb Audio Sink
## 0000110d-0000-1000-8000-00805f9b34fb Advanced Audio Distribution
## And only this one headset related profile:
## disabled: 00001112-0000-1000-8000-00805f9b34fb hsp_ag
## disabled: 00001108-0000-1000-8000-00805f9b34fb hsp_hs
## disabled: 0000111e-0000-1000-8000-00805f9b34fb hfp_hf
## enabled : 0000111f-0000-1000-8000-00805f9b34fb hfp_ag
## >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> * <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
## NOTE: This used to be in .headset-roles, which was merged into .roles
## NOTE: check hfphsp-backend below as that also affects hs/hf profiles
## >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> * <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
bluez5.roles = "[ a2dp_sink a2dp_source hfp_ag ]"
## HFP/HSP backend (default: native).
## Available values: any, none, hsphfpd, ofono, native
## setting this to "none" disables all headset roles
bluez5.hfphsp-backend = "native"
## Disable dummy AVRCP player
bluez5.dummy-avrcp-player = false
}