From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6E30DC433F5 for ; Mon, 9 May 2022 08:57:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236463AbiEII5f (ORCPT ); Mon, 9 May 2022 04:57:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57918 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236132AbiEIIvD (ORCPT ); Mon, 9 May 2022 04:51:03 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CB00A1BE137 for ; Mon, 9 May 2022 01:47:09 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out2.suse.de (Postfix) with ESMTP id 032B71FA06; Mon, 9 May 2022 08:47:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1652086028; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Se7uPlOHSIZCXjRaPGhfUC+SZL9VD4Ssg1Lc02/gjjI=; b=CVmD/lXHLlNLR7j4RMNpik3VbN5dqLjpgUyW+iLXgpHnAJ4xc1mq+rMAitW4L/aROdv36e Xe77cIP86FDxH2nUBd8/EC1qihwAahJlQ80A4TPbiv0AsRVlnNsT+RAAXGgYNPW6j5DvBd L0tnPuS7AcDQVzL2BfGw0ek8McO6HaA= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1652086028; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Se7uPlOHSIZCXjRaPGhfUC+SZL9VD4Ssg1Lc02/gjjI=; b=cmTrod8Uusz1b9BAk5WqbwfJbJFUKtJjPAARQ4yuYbjwC2cbIEz4+ULfM8wF9ZYUQLYMYv it7YzFoixRMYL/Dw== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id E88392C141; Mon, 9 May 2022 08:47:07 +0000 (UTC) Date: Mon, 09 May 2022 10:47:07 +0200 Message-ID: From: Takashi Iwai To: Stefan Binding Cc: Mark Brown , Jaroslav Kysela , Takashi Iwai , , , Subject: Re: [PATCH v1 0/3] Add Manual Mode Jack Detection for CS42L42 in HDA In-Reply-To: <20220504161236.2490532-1-sbinding@opensource.cirrus.com> References: <20220504161236.2490532-1-sbinding@opensource.cirrus.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 04 May 2022 18:12:33 +0200, Stefan Binding wrote: > > CS42L42 supports automatic type detection, to determine headset type, > or headphones. However, automatic type detection does not always work > correctly. To improve detection accuracy, manual mode detection can be > run. This is already done in the ASoC version of the CS42L42 driver, > and this chain adds the same support into the HDA version. > > In addition, to better align the ASoC and HDA drivers, the ASoC header > file has been moved into the general sound includes, which allows both > ASoC and HDA to have access to the header. > This improves the maintainability of the HDA driver, and makes it > easier to port fixes/features from CS42L42 ASoC to HDA. > > Stefan Binding (3): > ASoC: cs42l42: Move CS42L42 register descriptions to general include > ALSA: hda/cs8409: Use general cs42l42 include in cs8409 hda driver > ALSA: hda/cs8409: Support manual mode detection for CS42L42 Applied all three patches now. Thanks. Takashi