Re: [Alsa-user] List pcms

2018-01-08 Thread Robert Bielik
Ok, hehe... found the problem, I was running gdbserver as root so it was the wrong .asoundrc I changed... > -Original Message- > From: Robert Bielik [mailto:robert.bie...@dirac.com] > Sent: den 8 januari 2018 10:30 > To: alsa-user@lists.sourceforge.net > Subject: [Alsa-

[Alsa-user] List pcms

2018-01-08 Thread Robert Bielik
I've come across an odd behavior: If I add a dummy pcm in .asoundrc : pcm.dummy { type plug slave.pcm "plughw:0,0" } I can see it listed with aplay -L. However, my own code, which uses the same exact mechanism as aplay does (snd_device_name_hint) does NOT list the dummy device.