Commit 5b4fc395 authored by Gaosheng Cui's avatar Gaosheng Cui Committed by Takashi Iwai

sound: oss: dmasound: remove software_input_volume declaration

expand_read_bal has been removed since commit fc37449f ("The
next round of scheduled OSS code removal").

software_input_volume has been removed since
commit 0a1b42db ("sound: sound/oss/dmasound/: cleanups").

so remove the declare for them from header file.
Signed-off-by: default avatarGaosheng Cui <cuigaosheng1@huawei.com>
Link: https://lore.kernel.org/r/20220909061126.1129585-1-cuigaosheng1@huawei.comSigned-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 5a55b51a
...@@ -250,7 +250,4 @@ extern int dmasound_catchRadius; ...@@ -250,7 +250,4 @@ extern int dmasound_catchRadius;
#define SW_INPUT_VOLUME_SCALE 4 #define SW_INPUT_VOLUME_SCALE 4
#define SW_INPUT_VOLUME_DEFAULT (128 / SW_INPUT_VOLUME_SCALE) #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_ */ #endif /* _dmasound_h_ */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment