chore(pipewire): audio config
This commit is contained in:
parent
8b952060ab
commit
009bbb353c
6 changed files with 109 additions and 0 deletions
15
.config/wireplumber/wireplumber.conf.d/51-acer-monitor.conf
Normal file
15
.config/wireplumber/wireplumber.conf.d/51-acer-monitor.conf
Normal file
|
@ -0,0 +1,15 @@
|
|||
"monitor.alsa.rules": [
|
||||
{
|
||||
"matches": [
|
||||
{
|
||||
"node.name": "alsa_output.pci-0000_2b_00.1.hdmi-stereo-extra1"
|
||||
}
|
||||
],
|
||||
"actions": {
|
||||
"update-props": {
|
||||
"node.description": "Acer Monitor Speakers",
|
||||
"node.nick": "Acer Monitor Speakers"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,15 @@
|
|||
"monitor.alsa.rules": [
|
||||
{
|
||||
"matches": [
|
||||
{
|
||||
"node.name": "alsa_input.usb-Focusrite_Scarlett_Solo_USB_Y70DAWR074D97D-00.HiFi__scarlett2i_mono_in_USB_0_1__source"
|
||||
}
|
||||
],
|
||||
"actions": {
|
||||
"update-props": {
|
||||
"node.description": "Scarlett Solo Instrument",
|
||||
"node.nick": "Scarlett Solo Instrument"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,15 @@
|
|||
"monitor.alsa.rules": [
|
||||
{
|
||||
"matches": [
|
||||
{
|
||||
"node.name": "alsa_input.usb-Focusrite_Scarlett_Solo_USB_Y70DAWR074D97D-00.HiFi__scarlett2i_mono_in_USB_0_0__source"
|
||||
}
|
||||
],
|
||||
"actions": {
|
||||
"update-props": {
|
||||
"node.description": "Scarlett Solo Microphone",
|
||||
"node.nick": "Scarlett Solo Microphone"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
|
@ -0,0 +1,15 @@
|
|||
"monitor.alsa.rules": [
|
||||
{
|
||||
"matches": [
|
||||
{
|
||||
"node.name": "alsa_output.usb-Focusrite_Scarlett_Solo_USB_Y70DAWR074D97D-00.HiFi__hw_USB__sink"
|
||||
}
|
||||
],
|
||||
"actions": {
|
||||
"update-props": {
|
||||
"node.description": "Scarlett Solo Headphones",
|
||||
"node.nick": "Scarlett Solo Headphones"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue