[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: ALSA config file for Toonie broken



On Thu, 2006-01-12 at 16:29 +0100, Andrzej Mendel wrote:
> After several months of working with half-functional custom ~/.asound.rc
> file I managed to somehow nuke this file and faces the folowing problem:
> Initializing SDL audio subsystem.
> ALSA lib conf.c:1596:(snd_config_load1) :51:1:Unexpected }

[...]

> This may happen when a soundcard is not present or not available.
> while trying to launch UQM. /usr/share/alsa/cards/PMacToonie.conf is
> indeed corrupted, with spurious "}" at the end, making the default
> configuration unusable. Fixing that gave me a fully functional ALSA
> without a need  

With something like the attached patch, I assume.

> Is this a Debian-specific bug, or has it been broken by
> ALSA team (if so, could someone with their BTS account file a bug?)?

reportbug -f /usr/share/alsa/cards/PMacToonie.conf


-- 
Earthling Michel Dänzer      |     Debian (powerpc), X and DRI developer
Libre software enthusiast    |   http://svcs.affero.net/rm.php?r=daenzer
--- /usr/share/alsa/cards/PMacToonie.conf.dpkg-dist	2006-01-12 16:57:40.297534306 +0100
+++ /usr/share/alsa/cards/PMacToonie.conf	2006-01-12 16:58:09.833809071 +0100
@@ -28,6 +28,7 @@ PMacToonie.pcm.default {
 		type string
 	}
 	type asym
+	playback.pcm {
 		type plug
 		slave.pcm {
 			type softvol

Reply to: