From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-179.mta0.migadu.com (out-179.mta0.migadu.com [91.218.175.179]) (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 72D3B215F4E for ; Thu, 9 Jan 2025 10:19:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.179 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736417967; cv=none; b=mLLqjthkUKr/eNqKsSNZukJRbge8hxagBXHM24Ir8WV6MNtUMDnmPBmoRXzW47cj5DK7bNr3YjJaKaJbFP1wbHBKr0EqihfrVBunBYtncs0Ufk4l5M/7OrIwV3I4Hqr7sEPXGcmgMU+gJVQcYVHEqKWVo8NMrvhdEbL/qp5Aajk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736417967; c=relaxed/simple; bh=FzbfBON4HFJhVd08uFjdTcJCzXau2ERxqh67WjCsu5Y=; h=Content-Type:Mime-Version:Subject:From:In-Reply-To:Date:Cc: Message-Id:References:To; b=iPUM5n706j/FAA5MPGApxwYYUR6WwQkoEfTHLBZZiul5WAjyEtZdEKtB6a6wuENgUSItAHWwnD9n/nxGwvOH9tPQnEIUCA1JcNN9UdhvGY6r+NhMyQ8nwdrD5+N7AQdRXOsiPbuz6tuKcfoPy2u8qvQAQNwuByLJaIdJwDQePoE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=WgmZwvMs; arc=none smtp.client-ip=91.218.175.179 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="WgmZwvMs" Content-Type: text/plain; charset=us-ascii DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1736417953; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=49YXie7e3JZze1eh2zCsfkQ7iZR8v7hBoZWMwF0iRXo=; b=WgmZwvMs5KYEVfpE9dVQhq0QJTozQi1FLlF76JmZGfcDG93idb3buMmulXxDFIr4f2kP9F RSDtfbsmVRWTjjKoftr3XMcScmmRDsiX5rUwumXY4KMClDNkeiw97LSJK7xRa0dLNybUvD vwMs87L/nYWqj24NknXIz/yxnrBe/7M= Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: [PATCH] ALSA: emu10k1: Use str_on_off() and str_yes_no() helpers X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Thorsten Blum In-Reply-To: <87ldvkqoom.wl-tiwai@suse.de> Date: Thu, 9 Jan 2025 11:19:01 +0100 Cc: Jaroslav Kysela , Takashi Iwai , Oswald Buddenhagen , linux-sound@vger.kernel.org, linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <7E7808AD-CE97-4AFF-AC07-45C6272BA20E@linux.dev> References: <20250109093110.3850-2-thorsten.blum@linux.dev> <87ldvkqoom.wl-tiwai@suse.de> To: Takashi Iwai X-Migadu-Flow: FLOW_OUT On 9. Jan 2025, at 11:14, Takashi Iwai wrote: > On Thu, 09 Jan 2025 10:31:08 +0100, Thorsten Blum wrote: >> >> Remove hard-coded strings by using the str_on_off() and str_yes_no() >> helper functions. >> >> Signed-off-by: Thorsten Blum > > A part of those changes have been already fixed in sound.git tree > for-next branch. Could you rebase and resubmit the missing piece? Yes, of course. Thanks, Thorsten