From b4c2dba036631fd58e1b6dcf08f3d290a73541f1 Mon Sep 17 00:00:00 2001 From: Baozhu Zuo Date: Thu, 14 Sep 2017 11:37:50 +0000 Subject: [PATCH] optmize some selections --- asound.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/asound.conf b/asound.conf index 3b91ae5..9c40d17 100644 --- a/asound.conf +++ b/asound.conf @@ -1,11 +1,11 @@ # The IPC key of dmix or dsnoop plugin must be unique # If 555555 or 666666 is used by other processes, use another one -pcm.!default { - type asym - playback.pcm "playback" - capture.pcm "capture" -} +# pcm.!default { +# type asym +# playback.pcm "playback" +# capture.pcm "capture" +# } pcm.playback { type plug @@ -34,6 +34,6 @@ pcm.array { pcm.ac108 { type ac108 - slavepcm "hw:1,0" + slavepcm "hw:0,0" channels 4 }