mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 01:33:55 -05:00
hwModules/legion/go: fix #128
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
Some checks are pending
git-mirror / gitlab-sync (push) Waiting to run
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / pacifidlog-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-build / slateport-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run
This commit is contained in:
parent
b1accb48a1
commit
99a7eb2634
|
@ -87,19 +87,20 @@ in {
|
||||||
outputs = [ "convFL:Out" "convFR:Out" ]
|
outputs = [ "convFL:Out" "convFR:Out" ]
|
||||||
}
|
}
|
||||||
capture.props = {
|
capture.props = {
|
||||||
node.name = "Legion Go"
|
node.name = "Legion Go"
|
||||||
media.class = "Audio/Sink"
|
node.autoconnect = true
|
||||||
priority.driver = 1000
|
media.class = "Audio/Sink"
|
||||||
priority.session = 1000
|
priority.driver = 1000
|
||||||
audio.channels = 2
|
priority.session = 2000
|
||||||
audio.position = [ FL FR ]
|
audio.channels = 2
|
||||||
|
audio.position = [ FL FR ]
|
||||||
}
|
}
|
||||||
playback.props = {
|
playback.props = {
|
||||||
node.name = "Legion Go corrected"
|
node.name = "Legion Go corrected"
|
||||||
node.passive = true
|
node.passive = true
|
||||||
audio.channels = 2
|
audio.channels = 2
|
||||||
audio.position = [ FL FR ]
|
audio.position = [ FL FR ]
|
||||||
node.target = "alsa_output.pci-0000_c2_00.6.analog-stereo"
|
node.target = "alsa_output.pci-0000_c2_00.6.analog-stereo"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue