pipewire: updated JSON configs

This commit is contained in:
Ilan Joselevich 2021-08-06 16:50:56 +03:00
parent 779472d9bc
commit a876500f5d
3 changed files with 47 additions and 1 deletions

View file

@ -27,6 +27,12 @@
"msbc-alt1-rtl" "msbc-alt1-rtl"
] ]
}, },
{
"name": "BAA 100",
"no-features": [
"hw-volume"
]
},
{ {
"name": "JBL Endurance RUN BT", "name": "JBL Endurance RUN BT",
"no-features": [ "no-features": [
@ -190,6 +196,35 @@
"msbc-alt1" "msbc-alt1"
] ]
}, },
{
"sysname": "Linux",
"release": "~^5\\.12\\.(1|2|3|4|5|6|7|8|9|10|11|12|13|14|15|16|17)($|[^0-9])"
},
{
"sysname": "Linux",
"release": "~^5\\.12\\.",
"no-features": [
"msbc-alt1"
]
},
{
"sysname": "Linux",
"release": "~^5\\.13\\.(1|2)($|[^0-9])"
},
{
"sysname": "Linux",
"release": "~^5\\.13\\.",
"no-features": [
"msbc-alt1"
]
},
{
"sysname": "Linux",
"release": "~^5\\.14\\.",
"no-features": [
"msbc-alt1"
]
},
{ {
"no-features": [] "no-features": []
} }

View file

@ -24,5 +24,15 @@
"name": "libpipewire-module-metadata" "name": "libpipewire-module-metadata"
} }
], ],
"jack.properties": {} "jack.properties": {},
"jack.rules": [
{
"matches": [
{}
],
"actions": {
"update-props": {}
}
}
]
} }

View file

@ -59,6 +59,7 @@
"with-pulseaudio": [ "with-pulseaudio": [
"with-audio", "with-audio",
"bluez5", "bluez5",
"bluez5-autoswitch",
"logind", "logind",
"restore-stream", "restore-stream",
"streams-follow-default" "streams-follow-default"