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 61190C6FA82 for ; Fri, 23 Sep 2022 08:58:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231501AbiIWI6V (ORCPT ); Fri, 23 Sep 2022 04:58:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:48948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231445AbiIWI6K (ORCPT ); Fri, 23 Sep 2022 04:58:10 -0400 Received: from madras.collabora.co.uk (madras.collabora.co.uk [46.235.227.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 08B4112CC91 for ; Fri, 23 Sep 2022 01:58:07 -0700 (PDT) Received: from [192.168.1.100] (2-237-20-237.ip236.fastwebnet.it [2.237.20.237]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: kholk11) by madras.collabora.co.uk (Postfix) with ESMTPSA id 13063660223C; Fri, 23 Sep 2022 09:58:05 +0100 (BST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1663923485; bh=wQmu1prepFsDvoMxrwrAtiqg7HEwyKsBpugOrawZEkQ=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=K6wTIJ1bY5gfv5Kpet4pzsWBrE1rM/8GzteW+6esTf+m1sm8opaXfNjL+9lFAv0L3 RQdOXSqvhx3+Wt+7Vc59beI20KyZGhUwK08vhqspehoRm5V+WGqd/sdPn1/kdmTur4 jSwY0pTEA+UKqc0BqPGhqd7hersgBQNaKzNDfRG5HF9G/WVVo+yl2kgFyyFfXmCz2k 0OCkBIfYw3Zg4WD9MRiij1LMGJfbHXuRZw5p5nu3k4ovSQ4GIDLsQwRwEl0dxjLZ3f xQod9S8J43hFfiV3CIn72IWRypxJxwRuya9DeQphAfc988UliaNSqMqos05ZNx7Boh +cN7aPf9UoOeg== Message-ID: <00ac0110-5369-87ec-36dd-d5f07f0b6d7c@collabora.com> Date: Fri, 23 Sep 2022 10:58:02 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.0 Subject: Re: [PATCH 5/6] ASoC: mediatek: mt8186-rt5682: Add headset widgets with switches Content-Language: en-US To: =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= , Mark Brown Cc: kernel@collabora.com, Jaroslav Kysela , Jiaxin Yu , Liam Girdwood , Matthias Brugger , Takashi Iwai , alsa-devel@alsa-project.org, "chunxu.li" , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org References: <20220922235951.252532-1-nfraprado@collabora.com> <20220922235951.252532-6-nfraprado@collabora.com> From: AngeloGioacchino Del Regno In-Reply-To: <20220922235951.252532-6-nfraprado@collabora.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 23/09/22 01:59, NĂ­colas F. R. A. Prado ha scritto: > Add DAPM widgets for headphones and headset microphone, with matching > switches, to allow toggling these paths based on the jack connection > status. > > Signed-off-by: NĂ­colas F. R. A. Prado Reviewed-by: AngeloGioacchino Del Regno