3
Fork 0

Delete asound.conf

This commit is contained in:
R3ABM Artem 2019-02-16 21:16:18 +00:00
parent e476c5dc27
commit 0a6e9bb518

View file

@ -1,51 +0,0 @@
# Record device for SVXLink
pcm.convert1 {
type rate
slave {
pcm "hw:Loopback,1,2"
rate 8000
}
}
pcm.dsp0 {
type plug
slave {
pcm "convert1"
rate 16000
}
}
# Playback device for SVXLink
pcm.convert2 {
type rate
slave {
pcm "hw:Loopback,0,0"
rate 8000
}
}
pcm.dsp1 {
type plug
slave {
pcm "convert2"
rate 16000
}
}
# Record device for AlterFRN
pcm.dsp2 {
type plug
slave.pcm "hw:Loopback,1,6"
}
# Playback device for AlterFRN
pcm.dsp3 {
type plug
slave.pcm "hw:Loopback,0,4"
}