All of lore.kernel.org
 help / color / mirror / Atom feed
From: Garett Shulman <shulmang@colorado.edu>
To: alsa-devel@lists.sourceforge.net
Subject: envy24 cant open more than one mixer channel
Date: Tue, 18 Nov 2003 10:47:41 -0700	[thread overview]
Message-ID: <3FBA5B3D.8020705@colorado.edu> (raw)

Hello, I can't seem to open more than one mixer output device on my 
envy24 card at a time. If one of the following apps is used with say 
44channel1 and another of them tries to open 44channel2 I get the 
following behavior.

Fluidsynth gives the following error:
ALSA lib pcm_hw.c:1055:(snd_pcm_hw_open) open /dev/snd/pcmC0D0p failed: 
Device or resource busy

mplayer just blocks

and xmms complains that it cant open the output device.

Any ideas are greatly appreciated. Here is my asound.conf, and my 
mondules.conf alsa stuff is below that. I get the same behavior with or 
without modules.conf entries for alsa. Also, I am only loading 
snd-ice1712 not snd-pcm-oss or snd-seq-oss. Thanks a lot. -Garett

pcm.delta44 {
type hw
card 0
device 0
}

pcm.delta2496 {
type hw
card 1
device 0
}

pcm.44channel1 {
type plug
ttable.0.0 1 # (monitor bedroom ...
ttable.0.1 1 # (monitor bedroom ...
slave.pcm delta44
}

pcm.44channel2 {
type lpug
ttable.0.2 1 # (studio monitor ...
ttable.0.3 1 # (studio monitor ...
slave.pcm delta44
}

pcm.44channel3 {
type plug
ttable.0.4 1 # (virtual ...
ttable.0.5 1 # (virtual ...
slave.pcm delta44
}

pcm.44channel4 {
type plug
ttable.0.6 1 # ...
ttable.0.7 1 # ...
slave.pcm delta44
}
pcm.44 channel5 {
type plug
ttable.0.8.1 # ...
ttable.1.9 1 # ...
slave.pcm delta44
}

pcm.44mon_mix {
type plug
ttable.0.10 1 # ...
ttable.1.11 1 # ...
slave.pcm delta44
}

pcm.multi_send {
type plug
ttable.0.0 1 # ...
ttable.0.1 1 # ...
ttable.0.4 1 # ...
ttable.0.5 1 # ...
ttable.0.6 1 # ...
ttable.0.7 1 # ...
slave.pcm delta44
}

pcm.2496channel1 {
type plug
ttable.0.0 1 # ...
ttable.0.1 1 # ...
slave.pcm delta2496
}

pcm.2496channel2 {
type plug
ttable.0.2 1 # ...
ttable.0.3 1 # ...
slave.pcm delta2496
}

pcm.2496channel3 {
type plug
ttable.0.4 1 # ...
ttable.0.5 1 # ...
slave.pcm delta2496
}

pcm.2496channel4 {
type plug
ttable.0.6 1 # ...
ttable.0.7 1 # ...
slave.pcm delta2496
}

pcm.2496_spdif {
type plug
ttable.0.8 1 # ...
ttable.1.9 1 # ...
slave.pcm delta2496
}

pcm.2496mon_mix {
type plug
ttable.0.10 1 # ...
ttable.1.11 1 # ...
slave.pcm delta2496
}

my modules.conf contains:

# ALSA portion
alias char-major-116 snd
alias snd-card-0 snd-ice1712
alias snd-card-1 snd-ice1712





-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/

                 reply	other threads:[~2003-11-18 17:47 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3FBA5B3D.8020705@colorado.edu \
    --to=shulmang@colorado.edu \
    --cc=alsa-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.