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 C66A8ECAAD3 for ; Fri, 9 Sep 2022 07:11:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231213AbiIIHL3 (ORCPT ); Fri, 9 Sep 2022 03:11:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46136 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231271AbiIIHLW (ORCPT ); Fri, 9 Sep 2022 03:11:22 -0400 Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 84D8FAF0E3 for ; Fri, 9 Sep 2022 00:11:21 -0700 (PDT) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id F35D21F8C7; Fri, 9 Sep 2022 07:11:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1662707480; 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=msI5VePEIl5qbYHxuDVF0R26A8rzImNR5KL5GmNXoTw=; b=wEEO713dTNUYEwFotSOs1nQBnPmyWP0N8pXOw4QQgUxz/rjULfB0c0/AiP5zMkdL862/My PN87PFZHCufiAKuZg5BUN3wyFycCqlFr8EZrtXJ9uNLA50KvpYopkywgupRY6fFhnAH3Jl 4z6A+1mmRj58FbK0t/FYR7B0OmeDL0c= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1662707480; 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=msI5VePEIl5qbYHxuDVF0R26A8rzImNR5KL5GmNXoTw=; b=azGr3ZPQ/fANvZUJdkeyqhBdFjv8XsG7JVssczWVdvAOHf5SodjYASfz337Iv5zschyMXL 8/hN8EScm6S3nUCA== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id C64CB13A93; Fri, 9 Sep 2022 07:11:19 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id +d+1LxfnGmMdKgAAMHmgww (envelope-from ); Fri, 09 Sep 2022 07:11:19 +0000 Date: Fri, 09 Sep 2022 09:11:19 +0200 Message-ID: <87a679dnu0.wl-tiwai@suse.de> From: Takashi Iwai To: Gaosheng Cui Cc: , , , , , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] sound: oss: dmasound: remove software_input_volume declaration In-Reply-To: <20220909061126.1129585-1-cuigaosheng1@huawei.com> References: <20220909061126.1129585-1-cuigaosheng1@huawei.com> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 09 Sep 2022 08:11:26 +0200, Gaosheng Cui wrote: > > expand_read_bal has been removed since commit fc37449f7959 ("The > next round of scheduled OSS code removal"). > > software_input_volume has been removed since > commit 0a1b42db4bf9 ("sound: sound/oss/dmasound/: cleanups"). > > so remove the declare for them from header file. > > Signed-off-by: Gaosheng Cui Applied, thanks. Takashi