On 10/29/10 05:00, Paul Davis wrote:
On Thu, Oct 28, 2010 at 10:47 PM, Robin Gareus
<robin(a)gareus.org> wrote:
..but I could not get your .asoundrc working. It
fails with
[AO_ALSA] alsa-lib: pcm_hw.c:1293:(snd_pcm_hw_open) open
'/dev/snd/pcmC0D0p' failed (-16): Device or resource busy
you're not opening the JACK device, clearly - this message references
/dev/snd/pcmC0D0p
I hazard a guess that it's just mplayer with a misleading error message.
I prefixed torben's config with
pcm.!default {
type plug
slave { pcm "jack" }
}
and once I remove the
type plug
slave { pcm {
from Torben's config and directly use "type jack" without any
'slaves'
it works just fine.
robin