From: Takashi Iwai <tiwai@suse.de>
To: Janina Sajka <janina@rednote.net>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: No dmix with HDSP Multiface
Date: Tue, 29 Mar 2005 14:15:06 +0200 [thread overview]
Message-ID: <s5hvf7air79.wl@alsa2.suse.de> (raw)
In-Reply-To: <20050328211248.GG7520@rednote.net>
At Mon, 28 Mar 2005 16:12:48 -0500,
Janina Sajka wrote:
>
> [1 <text/plain; us-ascii (7bit)>]
> Takashi Iwai writes:
> > At Wed, 23 Mar 2005 10:59:08 -0500,
> > Janina Sajka wrote:
> > >
> > > Takashi Iwai writes:
> > > > At Tue, 22 Mar 2005 13:05:10 -0500,
> > > > Janina Sajka wrote:
> > > > >
> > > > > I have 1.0.9RC1 compiled and installed--but cannot get dmix to work. Am
> > > > > I going about it wrong? Or are there still known issues with dmix using
> > > > > RME hardware? Mine is a HDSP Multiface. Here's what I get:
> > > > >... snip snip ...
> > >
> > > > The dmix PCM definition was slightly changed recently. It no longer
> > > > takes SLAVE argument but CARD, DEV and SUBDEV. For hw:0,0, it's like
> > > > dmix:CARD=0,DEV=0,RATE=48000
> > > >
> > > > The default card and device are both 0, and the default rate is 48000,
> > > > in the case above, you don't need to pass arguments. Just run like
> > > >
> > > > % aplay -Dplug:dmix foo.wav
> > >
> > > Still no sound, though:
> > >
> > > #aplay -Dplug:dmix Any_Dream_Will_Do.wav
> > > ALSA lib pcm_direct.c:741:(snd_pcm_direct_initialize_slave) unable to
> > > install hw params
> >
> > You need to specify FORMAT=S32_LE in the case of HDSP.
> > Add the following to ~/.asoundrc:
> >
> > mydmix {
> > type plug
> > slave.pcm "dmix:FORMAT=S32_LE"
> > }
> >
> >
> > Takashi
> Regret to say still no response:
>
> aplay -Dplug:dmix Any_Dream_Will_Do.wav
^^^^^^^^^^^
-Dmymix
BTW, the above definition was wrong. It must be like:
pcm.mydmix {
type plug
slave.pcm "dmix:FORMAT=S32_LE"
}
Takashi
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
prev parent reply other threads:[~2005-03-29 12:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-22 18:05 No dmix with HDSP Multiface Janina Sajka
2005-03-23 14:14 ` Takashi Iwai
2005-03-23 15:59 ` Janina Sajka
2005-03-23 17:20 ` Takashi Iwai
2005-03-28 21:12 ` Janina Sajka
2005-03-29 12:15 ` Takashi Iwai [this message]
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=s5hvf7air79.wl@alsa2.suse.de \
--to=tiwai@suse.de \
--cc=alsa-devel@lists.sourceforge.net \
--cc=janina@rednote.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.