From mboxrd@z Thu Jan 1 00:00:00 1970 From: Clemens Ladisch Subject: Re: PCM substream Date: Thu, 09 Aug 2012 14:49:07 +0200 Message-ID: <5023B1C3.40001@ladisch.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by alsa0.perex.cz (Postfix) with ESMTP id 366672652DC for ; Thu, 9 Aug 2012 14:19:28 +0200 (CEST) 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: arun kumar Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org arun kumar wrote: > From the last couple of days, I have been trying to understand the Linux > Alsa Subsystem.I have read the Alsa Driver API and Application API's. But I > could not understand the concept of PCM substreams, A PCM stream has one or more substreams. Multiple substreams are used when the hardware can mix them together for one output. This was used in old wavetable sound cards; nowadays, you almost always have one substream. Regards, Clemens