From: bugtrack@alsa-project.org
To: alsa-devel@alsa-project.org
Subject: [ALSA - utils 0002012]: aplay.c has incorrect syntax in error message
Date: Tue, 18 Apr 2006 15:26:10 +0200 [thread overview]
Message-ID: <cee2fc0ec0a65b71d602cf92dee292b5@bugtrack.alsa-project.org> (raw)
The following issue has been RESOLVED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=2012>
======================================================================
Reported By: jaime
Assigned To: tiwai
======================================================================
Project: ALSA - utils
Issue ID: 2012
Category: aplay/arecord
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 04-09-2006 10:14 CEST
Last Modified: 04-18-2006 15:26 CEST
======================================================================
Summary: aplay.c has incorrect syntax in error message
Description:
aplay.c line 920:
fprintf(stderr, _(" please, try the plug plugin (-Dplug:%s)\n"),
snd_pcm_name(handle));
This outputs:
"please, try the plug plugin (-Dplug:hw:0,0)"
Using the recommended syntax returns:
ALSA lib conf.c:3824:(parse_args) Unknown parameter 1
ALSA lib conf.c:3946:(snd_config_expand) Parse arguments error: No such
file or directory
ALSA lib pcm.c:2099:(snd_pcm_open_noupdate) Unknown PCM plug:hw:0,0
aplay: main:544: audio open error: No such file or directory
The syntax should be:
-Dplughw:0,0
(without the colon after the word "plug")
======================================================================
----------------------------------------------------------------------
tiwai - 04-18-06 15:26
----------------------------------------------------------------------
Fixed on CVS.
Issue History
Date Modified Username Field Change
======================================================================
04-09-06 10:14 jaime New Issue
04-18-06 15:26 tiwai Status new => resolved
04-18-06 15:26 tiwai Resolution open => fixed
04-18-06 15:26 tiwai Assigned To => tiwai
04-18-06 15:26 tiwai Note Added: 0009335
======================================================================
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
next reply other threads:[~2006-04-18 13:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-04-18 13:26 bugtrack [this message]
-- strict thread matches above, loose matches on Subject: below --
2006-04-09 8:14 [ALSA - utils 0002012]: aplay.c has incorrect syntax in error message bugtrack
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=cee2fc0ec0a65b71d602cf92dee292b5@bugtrack.alsa-project.org \
--to=bugtrack@alsa-project.org \
--cc=alsa-devel@alsa-project.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.