Re: [Alsa-user] [alsa-devel] ALSA lib pcm.c:2175 snd_pcm_open_conf) symbol _snd_pcm_plug_open is no
Brought to you by:
perex
From: Clemens L. <cl...@la...> - 2010-09-07 11:19:21
|
asim khan wrote: > *ALSA lib pcm.c:2175 snd_pcm_open_conf) symbol _snd_pcm_plug_open is not > defined inside [builtin] > cannot open audio device plughw:0,0 (No such device or address).* alsa-lib's configure script has the option --with-pcm-plugins=... to specify which plugins should be included. In your case, the plug plugin was obviously not included in this list. (Many embedded application do need the automatic sample rate/format conversion and use the "hw" device.) Regards, Clemens |