mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 13:53:56 -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" ]
|
||||
}
|
||||
capture.props = {
|
||||
node.name = "Legion Go"
|
||||
media.class = "Audio/Sink"
|
||||
priority.driver = 1000
|
||||
priority.session = 1000
|
||||
audio.channels = 2
|
||||
audio.position = [ FL FR ]
|
||||
node.name = "Legion Go"
|
||||
node.autoconnect = true
|
||||
media.class = "Audio/Sink"
|
||||
priority.driver = 1000
|
||||
priority.session = 2000
|
||||
audio.channels = 2
|
||||
audio.position = [ FL FR ]
|
||||
}
|
||||
playback.props = {
|
||||
node.name = "Legion Go corrected"
|
||||
node.passive = true
|
||||
audio.channels = 2
|
||||
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