From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: snd-usb-audio issues?? Date: Mon, 14 Apr 2014 15:43:34 +0200 Message-ID: References: <534BD57F.6000006@ladisch.de> <534BDA85.5000007@ladisch.de> <534BE215.4010209@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 52C15261A5A for ; Mon, 14 Apr 2014 15:43:34 +0200 (CEST) In-Reply-To: <534BE215.4010209@ladisch.de> 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: Clemens Ladisch Cc: alsa-devel@alsa-project.org, Richard Storer List-Id: alsa-devel@alsa-project.org At Mon, 14 Apr 2014 15:26:45 +0200, Clemens Ladisch wrote: > > Richard Storer wrote: > > bTerminalID 4 > > wTerminalType 0x0603 Line Connector > > > bDescriptorSubtype 6 (FEATURE_UNIT) > > bUnitID 5 > > bSourceID 4 > > bmaControls( 0) 0x02 > > Volume Control > > That single capture mixer control controls the line input. > (I don't know why it's labelled as "Mic", or how the device > switches between mic and line signal levels.) It comes from live24ext_map[] in mixer_maps.c, introduced via commit 69b1f1e8337fc94a7ea0730588960e82676dc2dc, reading below: Author: Timofei Bondarenko Date: Tue Oct 30 15:28:14 2007 +0100 [ALSA] usb-audio - SB Live24-External better handling This patch improves support for 'SB Live 24-bit Extarnal' USB card. 1) This card can go into muted state when a headphones connected or disconnected. So notify mixer about changes in headphone jack. 2) Add LED controls and procfs support just as in similar Audigy 2 NX card. 3) Rename 'PCM Capture' conrol to 'Mic Capture' to reflect reality: the card may adjust microphone input level only. Takashi