mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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: Christian Dietrich <qy03fugy@stud.informatik.uni-erlangen.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
68bf57001f
commit
ff388f270d
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user