From: Rene Herman <rene.herman@keyaccess.nl>
To: Alexander Indenbaum <alexander.indenbaum@gmail.com>
Cc: Takashi Iwai <tiwai@suse.de>,
alsa-user <alsa-user@lists.sourceforge.net>,
alsa-devel <alsa-devel@alsa-project.org>
Subject: Re: [alsa-devel] /usr/share/alsa/alsa.conf :and file extention
Date: Tue, 18 Mar 2008 02:42:56 +0100 [thread overview]
Message-ID: <47DF1E20.6040706@keyaccess.nl> (raw)
In-Reply-To: <cab05a880803171727u6df4897an677d197eec4c28e6@mail.gmail.com>
On 18-03-08 01:27, Alexander Indenbaum wrote:
> Still no PCM in /tmp/pcm.out. I get following error messages though:
> "(snd_determine_driver) could not open control for card 0"
> "(_snd_config_evaluate) function snd_func_concat returned error: No such
> file or directory"
> "(snd_func_concat) error evaluating strings"
> "(_snd_config_evaluate) function snd_func_concat returned error: No such
> file or directory"
> "(snd_func_refer) error evaluating name"
> "(_snd_config_evaluate) function snd_func_refer returned error: No such
> file or directory"
> "(snd_config_expand) Evaluate error: No such file or directory"
> "(snd_pcm_open_noupdate) Unknown PCM default"
> "(_snd_pcm_plug_open) Unknown field hint"
>
> Any clues?
Yes, aplay would've worked. What you are using is trying to open controls
for the card though and non are defined. If you will be using the dummy
driver anyway, use:
pcm.!default {
type file
slave {
pcm "hw:0"
}
file "/tmp/pcm.out"
}
with snd-dummy having index 0. I tested this just now with firefox and the
flash plugin on youtube and it works for me.
Rene.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
next prev parent reply other threads:[~2008-03-18 1:42 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-17 2:57 /usr/share/alsa/alsa.conf :and file extention Alexander Indenbaum
2008-03-17 3:18 ` [alsa-devel] " Rene Herman
2008-03-17 3:35 ` Alexander Indenbaum
2008-03-17 12:31 ` Rene Herman
2008-03-17 8:05 ` Takashi Iwai
2008-03-17 12:34 ` [alsa-devel] " Rene Herman
2008-03-17 15:07 ` Takashi Iwai
2008-03-17 16:01 ` [alsa-devel] " Rene Herman
2008-03-18 0:27 ` Alexander Indenbaum
2008-03-18 0:45 ` Lee Revell
2008-03-18 1:36 ` Alexander Indenbaum
2008-03-18 1:42 ` Rene Herman [this message]
2008-03-18 2:06 ` Alexander Indenbaum
2008-03-18 4:28 ` Alexander Indenbaum
2008-03-18 12:44 ` Rene Herman
2008-03-18 13:02 ` [alsa-devel] " Sergei Steshenko
2008-03-18 13:12 ` [Alsa-user] " Rene Herman
2008-03-18 13:15 ` [alsa-devel] " Takashi Iwai
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=47DF1E20.6040706@keyaccess.nl \
--to=rene.herman@keyaccess.nl \
--cc=alexander.indenbaum@gmail.com \
--cc=alsa-devel@alsa-project.org \
--cc=alsa-user@lists.sourceforge.net \
--cc=tiwai@suse.de \
/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.