![](https://secure.gravatar.com/avatar/05a380f5e73db477c2327bf5237abf43.jpg?s=120&d=mm&r=g)
6 Mar
2008
6 Mar
'08
12:33 a.m.
with snd_pcm_open (handle, "default", SND_PCM_STREAM_PLAYBACK, 0) I can open a device twice with snd_pcm_open (handle, "plughw:0,0", SND_PCM_STREAM_PLAYBACK, 0) the 2. call fails with error -16.
The docu says: The default device is equal to plug plugin with hw plugin as slave.
???? Reiner