From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: SALSA library and recording Date: Thu, 16 Apr 2009 09:20:33 +0200 Message-ID: References: <5b6fae700904150932x5079088m9b2373cee37053b6@mail.gmail.com> <49E6DA51.1020304@ladisch.de> 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 E7E8B10381F for ; Thu, 16 Apr 2009 09:20:33 +0200 (CEST) In-Reply-To: <49E6DA51.1020304@ladisch.de> 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: Clemens Ladisch Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org At Thu, 16 Apr 2009 09:12:17 +0200, Clemens Ladisch wrote: > > Manisha Sankpal wrote: > > I am using salsa library to capture the data from the sound card. The > > requirement is that the recording should be done from line-in port of the > > sound card. The selection of "Line-in" port should be done programatically. > > > > With ALSA library, I am able to select the line-in by calling > > snd_mixer_selem_set_capture_switch_all() function. However, this function > > is returning an error when SALSA library is used. > > The high-level mixer functions are not implemented in the SALSA library. They are. But perhaps there are some bugs... Takashi