All of lore.kernel.org
 help / color / mirror / Atom feed
From: Garett Shulman <shulmang@colorado.edu>
To: alsa-devel@lists.sourceforge.net, alsa-user@lists.sourceforge.net
Subject: ice1712 dshare asoundrc
Date: Thu, 20 Nov 2003 15:47:01 -0700	[thread overview]
Message-ID: <3FBD4465.8070800@colorado.edu> (raw)

I would really like to do hardware mixing since my card should support 
it. I have been hacking away trying to google and decypher the plugin 
docs and have created the following asoundrc. However, when I try to run 
a second instance of fluidsynth on 44_2 I get the following error:
ALSA lib pcm_dshare.c:800:(snd_pcm_dshare_open) destination channel 
specified in bindings is alread used. I'm not sure what I'm doing wrong. 
Is alsa simply not capable of taking advantage of the ice1712 hardware 
mixer? Here is the asoundrc I have so far.

pcm.44_dshare {
	type dshare
	ipc_key 42892323
	ipc_key_add_uid yes
	slave {
		pcm "hw:0,0"
		period_time 0
		period_size 70
		periods 24
		buffer_size 1024
		channels 10
	}
	bindings {
	0 0
	1 1
	2 2
	3 3
	}
}

pcm.44_1 {
	type plug
	ttable.0.0 1
	ttable.0.1 1
	slave.pcm 44_dshare
}

pcm.44_2 {
	type plug
	ttable.0.2 1
	ttable.0.3 1
	slave.pcm 44_dshare
}



-------------------------------------------------------
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-20 22: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=3FBD4465.8070800@colorado.edu \
    --to=shulmang@colorado.edu \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=alsa-user@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.