From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: ALSA lib pcm.c:2175 snd_pcm_open_conf) symbol _snd_pcm_plug_open is not defined inside [builtin] Date: Tue, 07 Sep 2010 13:19:39 +0200 Message-ID: <4C861FCB.3080502@ladisch.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out1.smtp.messagingengine.com (out1.smtp.messagingengine.com [66.111.4.25]) by alsa0.perex.cz (Postfix) with ESMTP id B63702433C for ; Tue, 7 Sep 2010 13:19:15 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: asim khan Cc: tiwai@suse.de, alsa-user@lists.sourceforge.net, alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org 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