Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff388f27 authored by Christian Dietrich's avatar Christian Dietrich Committed by Takashi Iwai
Browse files

sound/oss: Remove dead CONFIG_SOFTOSS*



CONFIG_SOFTOSS* doesn't exist in Kconfig or somewhere
else, therefore removing all references for it from the source code.

Signed-off-by: default avatarChristian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 68bf5700
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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: