* 'node->type == SND_CONFIG_TYPE_COMPOUND' failed
@ 2009-01-12 16:12 Michael Hirsch
2009-01-12 16:15 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Michael Hirsch @ 2009-01-12 16:12 UTC (permalink / raw)
To: Alsa-devel
Hello all,
I'm trying to get alsa 1.0.16 working on a ARM PXA processor and I'm
stuck with the following error message:
aplay: conf.c: 3166: snd_config_iterator_first: Assertion `node->type ==
SND_CONFIG_TYPE_COMPOUND' failed.
kernel version matches the user space library and utils version.
searching the archives / google brings no result.
We tried with an empty alsa.conf but then the message:
ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default
aplay: main:564: audio open error: No such file or directory
appears. However the card shows up /proc/asound/cards and alsamixer is
able to access it.
Any ideas?
Best regards
Michael
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 'node->type == SND_CONFIG_TYPE_COMPOUND' failed
2009-01-12 16:12 'node->type == SND_CONFIG_TYPE_COMPOUND' failed Michael Hirsch
@ 2009-01-12 16:15 ` Takashi Iwai
2009-01-12 16:51 ` Michael Hirsch
0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2009-01-12 16:15 UTC (permalink / raw)
To: Michael Hirsch; +Cc: Alsa-devel
At Mon, 12 Jan 2009 17:12:03 +0100,
Michael Hirsch wrote:
>
>
> Hello all,
>
> I'm trying to get alsa 1.0.16 working on a ARM PXA processor and I'm
> stuck with the following error message:
>
> aplay: conf.c: 3166: snd_config_iterator_first: Assertion `node->type ==
> SND_CONFIG_TYPE_COMPOUND' failed.
It somehow means a syntax error of the configuration file.
The code expects that the config tree to be a compound type but the
given data isn't.
> kernel version matches the user space library and utils version.
>
> searching the archives / google brings no result.
>
> We tried with an empty alsa.conf but then the message:
>
> ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default
> aplay: main:564: audio open error: No such file or directory
>
> appears. However the card shows up /proc/asound/cards and alsamixer is
> able to access it.
>
> Any ideas?
Try a newer version of alsa-lib. Possibly fixed, or give you a better
error message. At least, this bad "assert" should be gone now.
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 'node->type == SND_CONFIG_TYPE_COMPOUND' failed
2009-01-12 16:15 ` Takashi Iwai
@ 2009-01-12 16:51 ` Michael Hirsch
2009-01-12 16:57 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Michael Hirsch @ 2009-01-12 16:51 UTC (permalink / raw)
To: Takashi Iwai; +Cc: Alsa-devel
Hello,
Takashi Iwai wrote:
>> kernel version matches the user space library and utils version.
>>
>> searching the archives / google brings no result.
>>
>> We tried with an empty alsa.conf but then the message:
>>
>> ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default
>> aplay: main:564: audio open error: No such file or directory
>>
>> appears. However the card shows up /proc/asound/cards and alsamixer is
>> able to access it.
>>
>> Any ideas?
>
> Try a newer version of alsa-lib. Possibly fixed, or give you a better
> error message. At least, this bad "assert" should be gone now.
isn't it an obligation to keep version of user space and kernel in sync?
The kernel we use ships with alsa 1.0.16 and this nothing we can change
easily.
Michael
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: 'node->type == SND_CONFIG_TYPE_COMPOUND' failed
2009-01-12 16:51 ` Michael Hirsch
@ 2009-01-12 16:57 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2009-01-12 16:57 UTC (permalink / raw)
To: Michael Hirsch; +Cc: Alsa-devel
At Mon, 12 Jan 2009 17:51:11 +0100,
Michael Hirsch wrote:
>
> Hello,
>
> Takashi Iwai wrote:
> >> kernel version matches the user space library and utils version.
> >>
> >> searching the archives / google brings no result.
> >>
> >> We tried with an empty alsa.conf but then the message:
> >>
> >> ALSA lib pcm.c:2144:(snd_pcm_open_noupdate) Unknown PCM default
> >> aplay: main:564: audio open error: No such file or directory
> >>
> >> appears. However the card shows up /proc/asound/cards and alsamixer is
> >> able to access it.
> >>
> >> Any ideas?
> >
> > Try a newer version of alsa-lib. Possibly fixed, or give you a better
> > error message. At least, this bad "assert" should be gone now.
>
> isn't it an obligation to keep version of user space and kernel in sync?
alsa-lib keeps the backward compatibility. A newer alsa-lib works
with an older kernel. If not, it's a bug :)
Takashi
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-01-12 16:57 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-12 16:12 'node->type == SND_CONFIG_TYPE_COMPOUND' failed Michael Hirsch
2009-01-12 16:15 ` Takashi Iwai
2009-01-12 16:51 ` Michael Hirsch
2009-01-12 16:57 ` Takashi Iwai
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.