All of lore.kernel.org
 help / color / mirror / Atom feed
From: Anders Torger <torger@ludd.luth.se>
To: Paul Davis <paul@linuxaudiosystems.com>,
	Thomas Charbonnel <thomas@undata.org>
Cc: alsa-devel@lists.sourceforge.net
Subject: Re: RME Hammerfall HDSP 9652: no configurations available
Date: Sat, 19 Jul 2003 19:32:55 +0200	[thread overview]
Message-ID: <200307191932.55083.torger@ludd.luth.se> (raw)
In-Reply-To: <E19dv4a-0001hF-00@sc8-sf-list1.sourceforge.net>

On Saturday 19 July 2003 19.06, Paul Davis wrote:
> >> I'm trying out the HDSP driver from CVS (checked out today), on a
> >> RME HDSP 9652 PCI card, but I don't manage to get it to run, with
> >> my basic test
> >>
> >> # aplay -D hw -f S32_LE -c 26 -r 48000 /dev/zero
> >>
> >> Playing raw data '/dev/zero' : Signed 32 bit Little Endian, Rate
> >> 48000 Hz, Channels 26
> >> aplay: set_params:787: Broken configuration for this PCM: no
> >> configurations available
> >>
> >> The firmware is loaded using hdsploader. Running aplay on another
> >> sound card on the machine works.
> >
> >Note you don't need to run hdsploader with hdsp9652 cards.
>
> why don't you just try it with plughw rather than hw. i'm not sure
> that what aplay tries to do with the configuration you've attempted
> to provide is actually correct.

The problem was that the CVS was not properly updated yet with all 
patches (due to the 24 hour delay, which I did not know about :-\ ). 
Now it works, oh well, not with that configuration above, one has to 
tell aplay to run in non-interleaved mode, which unfortunately only can 
be done indirectly, by specifying separate files for each channel, so 
my basic test became:

aplay -D hw -I -f S32_LE -c 26 -r 48000 \
/dev/zero /dev/zero /dev/zero /dev/zero /dev/zero /dev/zero /dev/zero \
/dev/zero /dev/zero /dev/zero /dev/zero /dev/zero /dev/zero /dev/zero \
/dev/zero /dev/zero /dev/zero /dev/zero /dev/zero /dev/zero /dev/zero \
/dev/zero /dev/zero /dev/zero /dev/zero /dev/zero 

which worked. I discovered an issue with AutoSync though, which is 
delivered in a separate mail.

I'm using hw directly by tradition I guess...

/Anders Torger



-------------------------------------------------------
This SF.net email is sponsored by: VM Ware
With VMware you can run multiple operating systems on a single machine.
WITHOUT REBOOTING! Mix Linux / Windows / Novell virtual machines at the
same time. Free trial click here: http://www.vmware.com/wl/offer/345/0

      reply	other threads:[~2003-07-19 17:32 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-18 19:18 RME Hammerfall HDSP 9652: no configurations available Anders Torger
2003-07-19  7:25 ` Thomas Charbonnel
2003-07-19 17:06   ` Paul Davis
2003-07-19 17:32     ` Anders Torger [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=200307191932.55083.torger@ludd.luth.se \
    --to=torger@ludd.luth.se \
    --cc=alsa-devel@lists.sourceforge.net \
    --cc=paul@linuxaudiosystems.com \
    --cc=thomas@undata.org \
    /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.