From 5ded08bc3e3baf72563e49e5d5f8eb3daa36d2e7 Mon Sep 17 00:00:00 2001 From: Eduardo Pedroni Date: Sun, 1 Jul 2018 10:32:38 +0200 Subject: Added ALSA config files for the desktop to support changing output dynamically, including software mixing for the USB audio card --- .alsa/desktop-pch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .alsa/desktop-pch (limited to '.alsa/desktop-pch') diff --git a/.alsa/desktop-pch b/.alsa/desktop-pch new file mode 100644 index 0000000..fe0048c --- /dev/null +++ b/.alsa/desktop-pch @@ -0,0 +1,14 @@ +# map default output to hardware card 1, device 0 (analog) +pcm.!default { + type hw + card 1 + device 0 +} + +# same for the controls (alsamixer) +ctl.!default { + type hw + card 1 + device 0 +} + -- cgit v1.2.3