From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 518308821; Fri, 21 Feb 2025 01:32:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740101563; cv=none; b=q7n9i5sDSJaXlpDnrSTIj2J/sxG4IzOGgqE0e0qGxEpegIqEDvApTMe8l6hJpKsu2LmlmY/K5iy9qN5ji4A7MgNi9WJqyoQ80lhXp1Vi7u+SVDYgAldBtlhmOechc2TqTzsjfxG88QaqJ626tyBFOogi1bn7CXuir9LyCbBm3MA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1740101563; c=relaxed/simple; bh=bICxg/KZ8fYAMVBO7f9Pw5O4sSUhtSMXVxKr+6OEke0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=R7G0/t2KjGIcBL+FRXzR6AOOQ2asSm+eppLXD/jfrDu0WjElD97QLNLLmlhGqrcX8jbUKQwCBKnCcg7RCM8e5TH0cRHqKY9+wTv6BvItxJzUwC+wUgnFublMJgGKrbXIxck6l5j/uSadY/Jaoe2pA1gETx6Nyd4sYnZp9OG866w= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=nT0PHOXY; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="nT0PHOXY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A72EAC4CEE9; Fri, 21 Feb 2025 01:32:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1740101560; bh=bICxg/KZ8fYAMVBO7f9Pw5O4sSUhtSMXVxKr+6OEke0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nT0PHOXYW4fFKJfrXebiDQN/gNspiEu8rfpQ431j/hXlmcAzXpoC/T4549r2ijOn/ r1VpWu4qkSIQXoyrDINIZtisKlnx4hqURQH71sznOPOEt/McjJ4tjSBHsoR7yqp8g8 wEiaRKbF1H/mzUTgI70N60dX5iSRWMHHenunxzASkMLrdBR7JvkOKIwgyFCRbA6uVb 13fjXF6vWI4r3naKLrFs2pu7pBxQLYbvtRIJXZjLynnUbggWvvft3qD7hM46jz5txo P+dillbyM6c4ESWh20jUBhrF6pF8yjBy8mn5FCTbR6j2sB+1/Bj7B8UsbNAR3sol3H TzVUgzclf3VZQ== Date: Fri, 21 Feb 2025 01:32:36 +0000 From: Tzung-Bi Shih To: Thorsten Blum Cc: Cheng-Yi Chiang , Guenter Roeck , Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Benson Leung , chrome-platform@lists.linux.dev, linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ASoC: cros_ec_codec: Use str_enable_disable() helper in wov_enable_put() Message-ID: References: <20250220120100.1530-2-thorsten.blum@linux.dev> Precedence: bulk X-Mailing-List: linux-sound@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250220120100.1530-2-thorsten.blum@linux.dev> On Thu, Feb 20, 2025 at 01:01:01PM +0100, Thorsten Blum wrote: > Remove hard-coded strings by using the str_enable_disable() helper > function. > > Signed-off-by: Thorsten Blum Acked-by: Tzung-Bi Shih