Skip to content

Commit

Permalink
sound: oss: dmasound: remove software_input_volume declaration
Browse files Browse the repository at this point in the history
expand_read_bal has been removed since commit fc37449 ("The
next round of scheduled OSS code removal").

software_input_volume has been removed since
commit 0a1b42d ("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>
  • Loading branch information
Gaosheng Cui authored and Takashi Iwai committed Sep 9, 2022
1 parent 5a55b51 commit 5b4fc39
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sound/oss/dmasound/dmasound.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_ */

0 comments on commit 5b4fc39

Please sign in to comment.