diff options
author | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-08-28 20:08:02 +0200 |
---|---|---|
committer | Eduardo Pedroni <e.pedroni91@gmail.com> | 2018-08-28 20:08:02 +0200 |
commit | 871a738ef322a75463a2f0d5d9676190752edabe (patch) | |
tree | bf3b5a24b72629aa195ad55f19e9f27a381c7abb | |
parent | f73fcb507572c190bb10fd8af0214c1f40c95090 (diff) |
For some reason the devices changed around, fixed
-rw-r--r-- | .alsa/desktop-pch | 2 | ||||
-rw-r--r-- | .alsa/desktop-usb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.alsa/desktop-pch b/.alsa/desktop-pch index d8a498e..0704680 100644 --- a/.alsa/desktop-pch +++ b/.alsa/desktop-pch @@ -6,7 +6,7 @@ pcm.dmixer { type dmix ipc_key 1025 slave { - pcm "hw:1,0" + pcm "hw:0,0" } } diff --git a/.alsa/desktop-usb b/.alsa/desktop-usb index 571e21c..06788c6 100644 --- a/.alsa/desktop-usb +++ b/.alsa/desktop-usb @@ -6,7 +6,7 @@ pcm.dmixer { type dmix ipc_key 1024 slave { - pcm "hw:0,0" + pcm "hw:2,0" } } |