From mboxrd@z Thu Jan 1 00:00:00 1970 From: Takashi Iwai Subject: Re: [PATCH v2 1/2] ALSA: jack: create jack kcontrols for every jack input device Date: Mon, 23 Mar 2015 12:59:27 +0100 Message-ID: References: <1426841719-14576-1-git-send-email-yang.jie@intel.com> <1426841719-14576-3-git-send-email-yang.jie@intel.com> <1427108203.2968.57.camel@tkkaskin-mobl3.ger.corp.intel.com> <550FFE2B.7050008@canonical.com> 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 4155C260568 for ; Mon, 23 Mar 2015 12:59:28 +0100 (CET) In-Reply-To: <550FFE2B.7050008@canonical.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: David Henningsson Cc: Tanu Kaskinen , "alsa-devel@alsa-project.org" , Liam Girdwood , "broonie@kernel.org" , "Girdwood, Liam R" List-Id: alsa-devel@alsa-project.org At Mon, 23 Mar 2015 12:51:07 +0100, David Henningsson wrote: > > > > On 2015-03-23 11:56, Tanu Kaskinen wrote: > > One thing that is unclear for me is that how are those jacks represented > > that support any of headsets/headphones/microphones, but don't provide > > information about which device type has been plugged in. > > For headphone or headset, independent switches: > > * "Headphone Jack" > * "Headset Mic Jack" > > For headphone or headset, one hw switch only: > > * "Headphone Jack" > * "Headset Mic Phantom Jack" > > Headphone or mic, one hw switch: > > * "Headphone Mic Jack" > > Headphone, headset, or mic, one hw switch only: > > * "Headphone Mic Jack" > * "Headset Mic Phantom Jack" > > Headphone, headset, or mic, one switch for hp/mic and the other for the > headset mic: > > * "Headphone Mic Jack" > * "Headset Mic Jack" > > The first one is the most common one, but all of the other ones exist, > especially on recent Dell machines. Are all these about a single headset/headphone jack? If so, yeah, it's really messy. Takashi