288:fa2ce712a8b0
Anton Shestakov <av6@dwimlabs.net>, Mon, 16 Sep 2024 00:48:36 +0400
.hgrc: dp1 and dp2 aliases to diff for sanity-checks of merges An extra alias "d" is needed to make sure `hg d` still works after we add other commands starting with "d". `--from` and `--to` are hg 5.7+, they provide clearer UI, but you can still use `hg diff -r foo -r bar`.

previous change 212:f5b235eee660

.asoundrc

Permissions: -rw-r--r--

Other formats: Feeds:
# modprobe snd-aloop id=Loopback pcm_substreams=1 timer_source=Generic
pcm.desktop {
type plug
slave.pcm "dsnoop:CARD=Loopback,DEV=1"
}
pcm.splitter {
type plug
slave.pcm {
type multi
slaves {
a { channels 2 pcm "dmix:CARD=Loopback,DEV=0" }
b { channels 2 pcm "dmix:CARD=Generic,DEV=0" }
}
bindings {
0 { slave a channel 0 }
1 { slave a channel 1 }
2 { slave b channel 0 }
3 { slave b channel 1 }
}
}
route_policy "duplicate"
}
pcm.!default {
type asym
playback.pcm "splitter"
capture.pcm {
type plug
slave.pcm "dsnoop:CARD=Generic,DEV=0"
}
}