public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] sound: oss: dmasound: remove software_input_volume declaration
@ 2022-09-09  6:11 Gaosheng Cui
  2022-09-09  7:11 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: Gaosheng Cui @ 2022-09-09  6:11 UTC (permalink / raw)
  To: perex, tiwai, rdunlap, bunk, bunk, cuigaosheng1; +Cc: alsa-devel, linux-kernel

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 <cuigaosheng1@huawei.com>
---
 sound/oss/dmasound/dmasound.h | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sound/oss/dmasound/dmasound.h b/sound/oss/dmasound/dmasound.h
index ad8ce6a1c25c..f065840c0efb 100644
--- a/sound/oss/dmasound/dmasound.h
+++ b/sound/oss/dmasound/dmasound.h
@@ -250,7 +250,4 @@ extern int dmasound_catchRadius;
 #define SW_INPUT_VOLUME_SCALE	4
 #define SW_INPUT_VOLUME_DEFAULT	(128 / SW_INPUT_VOLUME_SCALE)
 
-extern int expand_read_bal;	/* Balance factor for reading */
-extern uint software_input_volume; /* software implemented recording volume! */
-
 #endif /* _dmasound_h_ */
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] sound: oss: dmasound: remove software_input_volume declaration
  2022-09-09  6:11 [PATCH] sound: oss: dmasound: remove software_input_volume declaration Gaosheng Cui
@ 2022-09-09  7:11 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2022-09-09  7:11 UTC (permalink / raw)
  To: Gaosheng Cui; +Cc: perex, tiwai, rdunlap, bunk, bunk, alsa-devel, linux-kernel

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 <cuigaosheng1@huawei.com>

Applied, thanks.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-09  7:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-09  6:11 [PATCH] sound: oss: dmasound: remove software_input_volume declaration Gaosheng Cui
2022-09-09  7:11 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox