dotfiles/.asoundrc.desk

22 lines
286 B
Plaintext
Raw Normal View History

2020-09-27 14:46:16 +02:00
pcm.!default {
2022-11-10 12:03:38 +01:00
type plug
slave { pcm "jack" }
2020-09-27 14:46:16 +02:00
}
2022-11-10 12:03:38 +01:00
pcm.jack {
type jack
playback_ports {
0 system:playback_1
1 system:playback_2
2020-09-27 14:46:16 +02:00
}
2022-11-10 12:03:38 +01:00
capture_ports {
0 system:capture_1
1 system:capture_2
2020-09-27 14:46:16 +02:00
}
}
2022-11-10 12:03:38 +01:00
ctl.mixer0 {
type hw
card 0
2020-09-27 14:46:16 +02:00
}