wireplumber: Update ALSA configuration for DX3 Pro+
This commit is contained in:
parent
1eec783a20
commit
0cda183a1a
1 changed files with 2 additions and 2 deletions
|
@ -2,14 +2,14 @@ monitor.alsa.rules = [
|
||||||
{
|
{
|
||||||
matches = [
|
matches = [
|
||||||
{
|
{
|
||||||
node.nick = "iFi (by AMR) HD USB Audio"
|
node.nick = "DX3 Pro+"
|
||||||
media.class = "Audio/Sink"
|
media.class = "Audio/Sink"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
actions = {
|
actions = {
|
||||||
update-props = {
|
update-props = {
|
||||||
audio.rate = 192000
|
audio.rate = 192000
|
||||||
audio.allowed-rates = "48000,88200,96000,176400,192000,352800,384000"
|
audio.allowed-rates = "44100,48000,88200,96000,176400,192000,352800,384000,705600,768000"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue