projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a55b51
)
sound: oss: dmasound: remove software_input_volume declaration
author
Gaosheng Cui
<cuigaosheng1@huawei.com>
Fri, 9 Sep 2022 06:11:26 +0000
(14:11 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 9 Sep 2022 07:11:06 +0000
(09:11 +0200)
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>
sound/oss/dmasound/dmasound.h
patch
|
blob
|
history
diff --git
a/sound/oss/dmasound/dmasound.h
b/sound/oss/dmasound/dmasound.h
index ad8ce6a1c25c7db3439817d57a7cb55758fa8ab2..f065840c0efb437faeec4f615541e736043dae20 100644
(file)
--- 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_ */