You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
235B

  1. {{ansible_managed|comment}}
  2. pcm.rawjack {
  3. type jack
  4. playback_ports {
  5. 0 system:playback_1
  6. }
  7. }
  8. pcm.jack {
  9. type plug
  10. slave { pcm "rawjack" }
  11. hint {
  12. description "JACK Audio Connection Kit"
  13. }
  14. }