From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: where to get snd_pcm_hardware info when usb audio device plug in? Date: Mon, 09 Sep 2013 10:17:33 +0200 Message-ID: <522D841D.1050603@ladisch.de> References: <521E07A1.5020807@ladisch.de> <522C6D74.9000208@ladisch.de> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by alsa0.perex.cz (Postfix) with ESMTP id A84252608D9 for ; Mon, 9 Sep 2013 10:17:35 +0200 (CEST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: loody Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org loody wrote: >> How exactly did you compile and install alsa-lib? > > $ ./configure --prefix=/media/sdb1/software/linux.sound/alsa-lib-1.0.23.mips.clibc/build --host=mipsel-linux CC=mipsel-linux-gnu-gcc --disable-python The --prefix option specifies where the files are on the target system. You must not use it. Regards, Clemens