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 D51A4C64ED8 for ; Mon, 27 Feb 2023 09:03:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229723AbjB0JDb (ORCPT ); Mon, 27 Feb 2023 04:03:31 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:33550 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229548AbjB0JDL (ORCPT ); Mon, 27 Feb 2023 04:03:11 -0500 Received: from madras.collabora.co.uk (madras.collabora.co.uk [IPv6:2a00:1098:0:82:1000:25:2eeb:e5ab]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4891823666 for ; Mon, 27 Feb 2023 00:53:36 -0800 (PST) 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 378FD6602E18; Mon, 27 Feb 2023 08:52:19 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1677487939; bh=iEJK2js/QFKtD1YBikNmsiO1EV/a4sU1Z5jrwed3io0=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=nXIw6c9uepzxTtSl0nQDclZZXaC9DCFuuldSYTHEf0h67pgRSdtiV/qfdUbljhGVm DhjyeRK5DFNP3Vm3HpG7VssLeohHBMa2gF/KbP6sZUDAA23zeXq39PyQdKmSS7MZKH c1FZPyM9wQYjFDyMK3yduGIkw2lvgrMdDL1tyS2ksFuyTuFoAeo8gQzrRD/8BTae9c UktRx12LOLfLBwJIdzsANnXb6p722Uk++TFxotni6nCh65fFLrmSiZ9TUOWqttwBcf IlrN219DYistwEets45mAoJcObeKRLVTFaWGs1GXOYTOyH3JVWXQIzxMg+xoewVm41 FE0taioDTwuuQ== Message-ID: <6fed4310-f6fb-b1cd-b337-38ac0db1db8b@collabora.com> Date: Mon, 27 Feb 2023 09:52:16 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.8.0 Subject: Re: [PATCH 2/4] ASoC: mt8192: Fix event generation for controls Content-Language: en-US To: Mark Brown , Liam Girdwood , Jaroslav Kysela , Takashi Iwai , Matthias Brugger Cc: =?UTF-8?B?TsOtY29sYXMgRi4gUi4gQS4gUHJhZG8=?= , alsa-devel@alsa-project.org, linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-kernel@vger.kernel.org References: <20230223-asoc-mt8192-quick-fixes-v1-0-9a85f90368e1@kernel.org> <20230223-asoc-mt8192-quick-fixes-v1-2-9a85f90368e1@kernel.org> From: AngeloGioacchino Del Regno In-Reply-To: <20230223-asoc-mt8192-quick-fixes-v1-2-9a85f90368e1@kernel.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Il 24/02/23 15:03, Mark Brown ha scritto: > ALSA controls put() operations should return 1 if the value changed and 0 > if it remains the same, fix the mt8192 driver to do so. > > Signed-off-by: Mark Brown Reviewed-by: AngeloGioacchino Del Regno