From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: Have multiple opens removed on one device? Date: Mon, 22 Aug 2011 12:15:58 +0200 Message-ID: References: Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx2.suse.de (cantor2.suse.de [195.135.220.15]) by alsa0.perex.cz (Postfix) with ESMTP id B1FCA24504 for ; Mon, 22 Aug 2011 12:15:58 +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: Scott Jiang Cc: alsa-devel@alsa-project.org, Mark Brown List-Id: alsa-devel@alsa-project.org At Mon, 22 Aug 2011 18:13:03 +0800, Scott Jiang wrote: > > Hi Mark and Takashi, > > In kernel 2.6.34 I can use aplay to play audio at the same time, alsa > will mix the audio. No, kernel part doesn't do such a thing. If it's mixed, it must be in the user-space (either dmix or a daemon like pulseaudio), unless you hardware can do mixing by itself. > Now the second open will return device busy. So, something else must have been changed in your system... Takashi