* ALSA lib pcm.c:2175 snd_pcm_open_conf) symbol _snd_pcm_plug_open is not defined inside [builtin]
@ 2010-09-07 11:10 asim khan
2010-09-07 11:19 ` Clemens Ladisch
0 siblings, 1 reply; 5+ messages in thread
From: asim khan @ 2010-09-07 11:10 UTC (permalink / raw)
To: alsa-devel; +Cc: tiwai, alsa-user, clemens
Hi,
Iam using alsa lib version 1.0.22..and Iam running an alsa capture
application.
if Iam running this standalone application on my arm11 target ..it runs
fine
but when iam runnig this with my complete BD player integrated application
it gives an error
*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).*
**
I googled* *Which explained the errors meant I didn't have the Alsa plugins
set via ALSA_PCM_PLUGINS in make.conf.
I checked on target and x86 but there is no make.conf.
Please let me know what is the problem and what can I do to get rid of this
problem...its bit urgent plz let me know as soon as possible.
--Thanks
Asim
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ALSA lib pcm.c:2175 snd_pcm_open_conf) symbol _snd_pcm_plug_open is not defined inside [builtin]
2010-09-07 11:10 asim khan
@ 2010-09-07 11:19 ` Clemens Ladisch
[not found] ` <AANLkTinUwv_=sTQyKQT89SMZyUxNzDKvwZ0NuokGBwnL@mail.gmail.com>
0 siblings, 1 reply; 5+ messages in thread
From: Clemens Ladisch @ 2010-09-07 11:19 UTC (permalink / raw)
To: asim khan; +Cc: tiwai, alsa-user, alsa-devel
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
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ALSA lib pcm.c:2175 snd_pcm_open_conf) symbol _snd_pcm_plug_open is not defined inside [builtin]
[not found] ` <AANLkTinUwv_=sTQyKQT89SMZyUxNzDKvwZ0NuokGBwnL@mail.gmail.com>
@ 2010-09-08 5:51 ` Clemens Ladisch
0 siblings, 0 replies; 5+ messages in thread
From: Clemens Ladisch @ 2010-09-08 5:51 UTC (permalink / raw)
To: asim khan; +Cc: alsa-devel
(please don't top-post)
asim khan wrote:
> ./configure CC=arm_v7_vfp_le-gcc --target=arm-linux --host=i386-linux
> --with-pcm-plugins=dmix --with-pcm-plugins=dsnoop --with-pcm-plugins=plug
> --with-pcm-plugins=softvol --with-pcm-plugins=asym --build=$BUILD
> --enable-static --enable-static --disable-debug --disable-python
> --prefix=/mtd_rwarea.
--with-pcm-plugins=dmix,dsnoop,plug,softvol,asym
Regards,
Clemens
^ permalink raw reply [flat|nested] 5+ messages in thread
* ALSA lib pcm.c:2175 snd_pcm_open_conf) symbol _snd_pcm_plug_open is not defined inside [builtin]
@ 2010-09-08 7:32 asim khan
2010-09-08 7:51 ` Clemens Ladisch
0 siblings, 1 reply; 5+ messages in thread
From: asim khan @ 2010-09-08 7:32 UTC (permalink / raw)
To: alsa-devel; +Cc: clemens
Hi,
..soory in my previous posting i missed the subject :-)
Iam using alsa lib version 1.0.22..and Iam running an alsa capture
application.
if Iam running this standalone application on my arm11 target ..it runs
fine
but when iam runnig this with my complete BD player integrated application
it gives an error
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).
I googled Which explained the errors meant I didn't have the Alsa plugins
set via ALSA_PCM_PLUGINS in make.conf
I have enabled --with-pcm-plugins option in my configure script which will
select all pcm-plugins
#!/bin/sh
./configure CC=arm_v7_vfp_le-gcc --target=arm-linux --host=i386-linux
--build=$BUILD --enable-static --enable-pcm --with-pcm-plugins
--disable-debug --disable-python --prefix=/mtd_rwarea
I have checked using pcm plugins the created library(.so,.a) size is
reduced...
but still Iam getting above same error ALSA
lib pcm.c:2175 snd_pcm_open_conf) symbol _snd_pcm_plug_open is not defined
inside [builtin]
Please let me know is there any other thing i can check to solve this
problem
---Thanks
Asim
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: ALSA lib pcm.c:2175 snd_pcm_open_conf) symbol _snd_pcm_plug_open is not defined inside [builtin]
2010-09-08 7:32 ALSA lib pcm.c:2175 snd_pcm_open_conf) symbol _snd_pcm_plug_open is not defined inside [builtin] asim khan
@ 2010-09-08 7:51 ` Clemens Ladisch
0 siblings, 0 replies; 5+ messages in thread
From: Clemens Ladisch @ 2010-09-08 7:51 UTC (permalink / raw)
To: asim khan; +Cc: alsa-devel
asim khan wrote:
> I have enabled --with-pcm-plugins option in my configure script which will
> select all pcm-plugins
> #!/bin/sh
> ./configure CC=arm_v7_vfp_le-gcc --target=arm-linux --host=i386-linux
> --build=$BUILD --enable-static --enable-pcm --with-pcm-plugins
> --disable-debug --disable-python --prefix=/mtd_rwarea
This is the same as --with-pcm-plugins="".
Use "--with-pcm-plugins=all", leave it as the default.
Regards,
Clemens
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-09-08 7:51 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-08 7:32 ALSA lib pcm.c:2175 snd_pcm_open_conf) symbol _snd_pcm_plug_open is not defined inside [builtin] asim khan
2010-09-08 7:51 ` Clemens Ladisch
-- strict thread matches above, loose matches on Subject: below --
2010-09-07 11:10 asim khan
2010-09-07 11:19 ` Clemens Ladisch
[not found] ` <AANLkTinUwv_=sTQyKQT89SMZyUxNzDKvwZ0NuokGBwnL@mail.gmail.com>
2010-09-08 5:51 ` Clemens Ladisch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox