From mboxrd@z Thu Jan 1 00:00:00 1970 From: william estrada Subject: Re: resetting an audio device? Date: Wed, 19 Sep 2007 19:36:09 -0700 Message-ID: <46F1DC99.20208@popdial.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from MAIL02.inside.adbasesystems.com (mail.1dial.com [64.136.164.73]) by alsa0.perex.cz (Postfix) with ESMTP id D109324683 for ; Thu, 20 Sep 2007 04:34:53 +0200 (CEST) Received: from laptop.mt-umunhum-wireless.net (64.124.13.3.gatespeed.com [64.124.13.3]) by MAIL02.inside.adbasesystems.com (Vircom SMTPRS 4.4.568.54) with ESMTP id for ; Wed, 19 Sep 2007 22:34:50 -0400 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: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org I don't need item one, it works now. But I would like to see the better API docs. -- William Estrada MrUmunhum@popdial.com Mt-Umunhum-Wireless.net ( http://Mt-Umunhum-Wireless.net ) Ymessenger: MrUmunhum > Hi guys, > > I got my alsa player code to work. Now I need to figure out how to > reset the audio device? I don't want to close the device, just recycle > it. Any pointers? > > Also, where are the documents for all of those helper subroutes? Like > snd_pcm_hw_params_get_period_time, snd_pcm_hw_params_any, etc. > > Thanks for your time.