From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: How to properly restart after config change Date: Fri, 29 Nov 2013 14:06:12 +0100 Message-ID: <52989144.2010105@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 14CF326557D for ; Fri, 29 Nov 2013 14:06:14 +0100 (CET) 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: Dolevo Jay , "alsa-devel@alsa-project.org" List-Id: alsa-devel@alsa-project.org Dolevo Jay wrote: > In my application, I some parameters in the asound.conf at runtime. > However, after my software edits and changes the necessary parameters, > the application still runs with the old configuration. The configuration is cached by alsa-lib. Run snd_config_update(). Regards, Clemens