Skip to content

Commit

Permalink
sound/oss: Remove dead CONFIG_SOFTOSS*
Browse files Browse the repository at this point in the history
CONFIG_SOFTOSS* doesn't exist in Kconfig or somewhere
else, therefore removing all references for it from the source code.

Signed-off-by: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Christian Dietrich authored and Takashi Iwai committed Jul 21, 2010
1 parent 68bf570 commit ff388f2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sound/oss/vidc.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,9 +491,6 @@ static void __init attach_vidc(struct address_info *hw_config)
vidc_adev = adev;
vidc_mixer_set(SOUND_MIXER_VOLUME, (85 | 85 << 8));

#if defined(CONFIG_SOUND_SOFTOSS) || defined(CONFIG_SOUND_SOFTOSS_MODULE)
softoss_dev = adev;
#endif
return;

irq_failed:
Expand Down

0 comments on commit ff388f2

Please sign in to comment.