Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Gaosheng Cui and committed by
Takashi Iwai
5b4fc395 5a55b51a

-3
-3
sound/oss/dmasound/dmasound.h
··· 250 250 #define SW_INPUT_VOLUME_SCALE 4 251 251 #define SW_INPUT_VOLUME_DEFAULT (128 / SW_INPUT_VOLUME_SCALE) 252 252 253 - extern int expand_read_bal; /* Balance factor for reading */ 254 - extern uint software_input_volume; /* software implemented recording volume! */ 255 - 256 253 #endif /* _dmasound_h_ */