From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lee Revell Date: Thu, 05 Jan 2006 23:40:59 +0000 Subject: Re: [OT] ALSA userspace API complexity Message-Id: <1136504460.847.91.camel@mindpipe> List-Id: References: <20050726150837.GT3160@stusta.de> <20060103193736.GG3831@stusta.de> <20060104030034.6b780485.zaitcev@redhat.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Hannu Savolainen Cc: Takashi Iwai , linux-sound@vger.kernel.org, LKML On Fri, 2006-01-06 at 01:06 +0200, Hannu Savolainen wrote: > We have not received any single bug report that is caused > by the concept of kernel mixing. > Kernel mixing is not rocket science. All you need to do is picking a > sample from the output buffers of each of the applications, sum them > together (with some volume scaling) and feed the result to the > physical > device. Hey, interesting, this is exactly what dmix does in userspace. And we have not seen any bug reports caused by the concept of userspace mixing (just implementation bugs like any piece of software). Lee