media-center-setup/etc/asound.conf

20 lines
271 B
Plaintext
Raw Normal View History

2023-03-15 10:18:37 +00:00
pcm.!default {
type plug
slave.pcm plugequal;
}
ctl.!default {
type hw card 0
}
ctl.equal {
type equal;
}
pcm.plugequal {
type equal;
slave.pcm "plughw:0,0";
}
pcm.equal {
type plug;
slave.pcm plugequal;
}