From mboxrd@z Thu Jan 1 00:00:00 1970 From: dE Subject: Re: Selecting correct input device port. Date: Wed, 29 Oct 2014 08:40:24 +0530 Message-ID: <54505AA0.8090605@gmail.com> References: <544F1B26.2070502@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) by alsa0.perex.cz (Postfix) with ESMTP id AA67626062D for ; Wed, 29 Oct 2014 04:10:51 +0100 (CET) Received: by mail-pd0-f180.google.com with SMTP id ft15so2033122pdb.25 for ; Tue, 28 Oct 2014 20:10:50 -0700 (PDT) Received: from [192.168.1.2] ([59.89.16.210]) by mx.google.com with ESMTPSA id rh5sm2898823pdb.4.2014.10.28.20.10.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 28 Oct 2014 20:10:49 -0700 (PDT) In-Reply-To: <544F1B26.2070502@gmail.com> 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: Alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On 10/28/14 09:57, dE wrote: > As I learn't in this mailng list, a device can typically handle only > one stream at a time unless it supports hardware mixing which's > exposed via subdevices in ALSA > > What does subdevice mean for input device? Do they mark physical ports > for input? If not how do I record from a specific input port? Is it > automatically selected by the card? > > And what's 'input source' in ALSA mixer? Pointers to any doc...?