I've got an embedded device with ALSA support, and I'm trying to figure out how to get dsnoop working. The reason is that I want two applications to share the microphone input. But the problem is that ALSA seems to ignore /etc/asound.conf entirely. E.g. arecord --list-pcms does not list the pcm's defined there. How can I check the results of /etc/asound.conf parsing?
There is a mysterious line in /usr/share/alsa/alsa.conf, "errors false". Does this do anything?
/usr/share/alsa/pcm/, including adsnoop.conffile. – Jul 01 '13 at 12:49dsnoop.conffile, which has apcm.!dsnoopentry. It's parameterized, taking 5 args (card dev subdev format rate) – MSalters Jul 01 '13 at 13:23~/.asoundrcwith your custom definitions? Or even copying/etc/asound.confor/usr/share/alsa/alsa.confto~/.asoundrc? It is always advisable to do this rather than messing around with/etc/asound.confor/usr/share/alsa/alsa.conf. – skrowten_hermit Apr 08 '17 at 19:33