From: bugtrack@alsa-project.org
To: alsa-devel@alsa-project.org
Subject: [ALSA - lib 0001594]: 'playback.pcm {' missing from PMacToonie.conf
Date: Wed, 23 Nov 2005 20:32:19 +0100 [thread overview]
Message-ID: <b2c9ff45e2feaed9e72f3fa1c5ce2302@bugtrack.alsa-project.org> (raw)
A NOTE has been added to this issue.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1594>
======================================================================
Reported By: jdthood
Assigned To:
======================================================================
Project: ALSA - lib
Issue ID: 1594
Category: hw specific configuration
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 11-23-2005 20:30 CET
Last Modified: 11-23-2005 20:32 CET
======================================================================
Summary: 'playback.pcm {' missing from PMacToonie.conf
Description:
The submitter of Debian bug report 340478 reports that there is a line
missing from conf/cards/PMacToonie.conf. The file contains the following
invalid block:
# default with dmix+softvol & dsnoop
PMacToonie.pcm.default {
@args [ CARD ]
@args.CARD {
type string
}
type asym
type plug
slave.pcm {
type softvol
slave.pcm {
@func concat
strings [ "dmix:CARD=" $CARD ",FORMAT=S16"
]
}
control {
name "PCM Playback Volume"
card $CARD
}
}
}
capture.pcm {
type plug
slave.pcm {
@func concat
strings [ "dsnoop:CARD=" $CARD ",FORMAT=S16" ]
}
}
}
The resulting error is:
ALSA lib conf.c:1596:(snd_config_load1) :51:1:Unexpected }
The user says that adding
playback.pcm {
fixes the problem.
======================================================================
----------------------------------------------------------------------
jdthood - 11-23-05 20:32
----------------------------------------------------------------------
The submitter provided this patch:
--- PMacToonie.conf.original 2005-11-23 19:04:34.000000000 +0100
+++ PMacToonie.conf 2005-11-23 19:04:34.000000000 +0100
@@ -28,6 +28,7 @@
type string
}
type asym
+ playback.pcm {
type plug
slave.pcm {
type softvol
Issue History
Date Modified Username Field Change
======================================================================
11-23-05 20:30 jdthood New Issue
11-23-05 20:32 jdthood Note Added: 0006828
======================================================================
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
next reply other threads:[~2005-11-23 19:32 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-23 19:32 bugtrack [this message]
-- strict thread matches above, loose matches on Subject: below --
2005-12-02 13:44 [ALSA - lib 0001594]: 'playback.pcm {' missing from PMacToonie.conf bugtrack
2005-12-01 15:30 bugtrack
2005-11-23 19:30 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=b2c9ff45e2feaed9e72f3fa1c5ce2302@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox