aboutsummaryrefslogtreecommitdiffstats
path: root/sound/oss/dmasound/dmasound.h
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2022-09-09 14:11:26 +0800
committerTakashi Iwai <tiwai@suse.de>2022-09-09 09:11:06 +0200
commit5b4fc3956bfda2da22a6f7f25b157ad24ba1cd95 (patch)
treeeb1a8773ee5a4ce17e3d99694b77d69e7a6481b1 /sound/oss/dmasound/dmasound.h
parentALSA: memalloc: remove snd_dma_sg_ops declaration (diff)
downloadlinux-dev-5b4fc3956bfda2da22a6f7f25b157ad24ba1cd95.tar.xz
linux-dev-5b4fc3956bfda2da22a6f7f25b157ad24ba1cd95.zip
sound: oss: dmasound: remove software_input_volume declaration
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> Link: https://lore.kernel.org/r/20220909061126.1129585-1-cuigaosheng1@huawei.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/oss/dmasound/dmasound.h')
-rw-r--r--sound/oss/dmasound/dmasound.h3
1 files changed, 0 insertions, 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_ */