mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-26 10:11:54 -05:00
legion go: update sink names
This commit is contained in:
parent
fda262b426
commit
a27a12a0cc
|
@ -60,8 +60,8 @@ in {
|
||||||
context.modules = [
|
context.modules = [
|
||||||
{ name = libpipewire-module-filter-chain
|
{ name = libpipewire-module-filter-chain
|
||||||
args = {
|
args = {
|
||||||
node.description = "Legion GO"
|
node.description = "Legion Go"
|
||||||
media.name = "Legion GO"
|
media.name = "Legion Go"
|
||||||
filter.graph = {
|
filter.graph = {
|
||||||
nodes = [
|
nodes = [
|
||||||
{
|
{
|
||||||
|
@ -87,7 +87,7 @@ 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"
|
media.class = "Audio/Sink"
|
||||||
priority.driver = 1000
|
priority.driver = 1000
|
||||||
priority.session = 1000
|
priority.session = 1000
|
||||||
|
@ -95,7 +95,7 @@ in {
|
||||||
audio.position = [ FL FR ]
|
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 ]
|
||||||
|
|
Loading…
Reference in a new issue