optmize some selections

This commit is contained in:
Baozhu Zuo 2017-09-14 11:37:50 +00:00
parent 1d7ef19938
commit b4c2dba036

View file

@ -1,11 +1,11 @@
# The IPC key of dmix or dsnoop plugin must be unique # The IPC key of dmix or dsnoop plugin must be unique
# If 555555 or 666666 is used by other processes, use another one # If 555555 or 666666 is used by other processes, use another one
pcm.!default { # pcm.!default {
type asym # type asym
playback.pcm "playback" # playback.pcm "playback"
capture.pcm "capture" # capture.pcm "capture"
} # }
pcm.playback { pcm.playback {
type plug type plug
@ -34,6 +34,6 @@ pcm.array {
pcm.ac108 { pcm.ac108 {
type ac108 type ac108
slavepcm "hw:1,0" slavepcm "hw:0,0"
channels 4 channels 4
} }