* [ALSA - lib 0001594]: 'playback.pcm {' missing from PMacToonie.conf
@ 2005-11-23 19:30 bugtrack
0 siblings, 0 replies; 4+ messages in thread
From: bugtrack @ 2005-11-23 19:30 UTC (permalink / raw)
To: alsa-devel
The following issue has been SUBMITTED.
======================================================================
<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:30 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.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
11-23-05 20:30 jdthood New Issue
======================================================================
-------------------------------------------------------
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ALSA - lib 0001594]: 'playback.pcm {' missing from PMacToonie.conf
@ 2005-11-23 19:32 bugtrack
0 siblings, 0 replies; 4+ messages in thread
From: bugtrack @ 2005-11-23 19:32 UTC (permalink / raw)
To: alsa-devel
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ALSA - lib 0001594]: 'playback.pcm {' missing from PMacToonie.conf
@ 2005-12-01 15:30 bugtrack
0 siblings, 0 replies; 4+ messages in thread
From: bugtrack @ 2005-12-01 15:30 UTC (permalink / raw)
To: alsa-devel
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: 12-01-2005 16:30 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
----------------------------------------------------------------------
jdthood - 12-01-05 16:30
----------------------------------------------------------------------
Has this been applied? It's an obviously correct patch.
Issue History
Date Modified Username Field Change
======================================================================
11-23-05 20:30 jdthood New Issue
11-23-05 20:32 jdthood Note Added: 0006828
12-01-05 16:30 jdthood Note Added: 0006885
======================================================================
-------------------------------------------------------
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ALSA - lib 0001594]: 'playback.pcm {' missing from PMacToonie.conf
@ 2005-12-02 13:44 bugtrack
0 siblings, 0 replies; 4+ messages in thread
From: bugtrack @ 2005-12-02 13:44 UTC (permalink / raw)
To: alsa-devel
The following issue has been RESOLVED.
======================================================================
<https://bugtrack.alsa-project.org/alsa-bug/view.php?id=1594>
======================================================================
Reported By: jdthood
Assigned To: tiwai
======================================================================
Project: ALSA - lib
Issue ID: 1594
Category: hw specific configuration
Reproducibility: always
Severity: minor
Priority: normal
Status: resolved
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 11-23-2005 20:30 CET
Last Modified: 12-02-2005 14:44 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 - 12-01-05 16:30
----------------------------------------------------------------------
Has this been applied? It's an obviously correct patch.
----------------------------------------------------------------------
tiwai - 12-02-05 14:44
----------------------------------------------------------------------
Applied now. Thanks.
Issue History
Date Modified Username Field Change
======================================================================
11-23-05 20:30 jdthood New Issue
11-23-05 20:32 jdthood Note Added: 0006828
12-01-05 16:30 jdthood Note Added: 0006885
12-02-05 14:44 tiwai Status new => resolved
12-02-05 14:44 tiwai Resolution open => fixed
12-02-05 14:44 tiwai Assigned To => tiwai
12-02-05 14:44 tiwai Note Added: 0006890
======================================================================
-------------------------------------------------------
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-12-02 13:44 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-23 19:32 [ALSA - lib 0001594]: 'playback.pcm {' missing from PMacToonie.conf bugtrack
-- strict thread matches above, loose matches on Subject: below --
2005-12-02 13:44 bugtrack
2005-12-01 15:30 bugtrack
2005-11-23 19:30 bugtrack
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox