From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: can't find snd_card_next! Date: Wed, 01 Jul 2009 16:53:43 +0200 Message-ID: <4A4B7877.2060602@ladisch.de> References: <20090626082750.6D1B210092@gold.linx.net> <1246392149.11792.8.camel@localhost> <4A4B739C.7050001@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out5.smtp.messagingengine.com (out5.smtp.messagingengine.com [66.111.4.29]) by alsa0.perex.cz (Postfix) with ESMTP id C2EC52447F for ; Wed, 1 Jul 2009 16:53:32 +0200 (CEST) In-Reply-To: <4A4B739C.7050001@gmail.com> 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: Guilherme Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Guilherme wrote: > I studing the aplay program and there is a function that I can't find in > any header. > Ive tried asound.h and asoundlib.h among other but without success! > [...] > Where is the snd_card_next() function? $ grep snd_card_next /usr/include/alsa/* /usr/include/alsa/control.h:int snd_card_next(int *card); HTH Clemens