From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Galibert Date: Sun, 08 Jan 2006 02:03:35 +0000 Subject: Re: [OT] ALSA userspace API complexity Message-Id: <20060108020335.GA26114@dspnet.fr.eu.org> List-Id: References: <20060104030034.6b780485.zaitcev@redhat.com> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Takashi Iwai Cc: ALSA development , linux-sound@vger.kernel.org, LKML On Sat, Jan 07, 2006 at 03:32:27PM +0100, Takashi Iwai wrote: > Yes, it's a known problem to be fixed. But, it's no excuse to do > _everything_ in the kernel (which OSS requires). OSS does not require to do anything in the kernel except an entry point. > And if the application doesn't support, who and where converts it? > With OSS API, it's a job of the kernel. Once again no. Nothing prevents the kernel to forward the data to userland daemons depending on a userspace-uploaded configuration. OG.