mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-02-21 18:40:00 +00:00
fix: Remove files now handled by steamdeck-dsp
This commit is contained in:
parent
eb31cadeb5
commit
82f66e8da9
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
@ -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
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
@ -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
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user