summaryrefslogtreecommitdiffstats
path: root/sound/sound_core.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2018-01-11 17:10:34 +0100
committerTakashi Iwai <tiwai@suse.de>2018-01-11 17:10:34 +0100
commit8ac60e733f7c9c41e4c125619a2f8390aca9d4db (patch)
treee9a4467edd99e3157c0d7a023916bdfcc95c7d18 /sound/sound_core.c
parent4d885f2d3b778681f22ab7df9b4ccd104ffcd7f4 (diff)
downloadop-kernel-dev-8ac60e733f7c9c41e4c125619a2f8390aca9d4db.zip
op-kernel-dev-8ac60e733f7c9c41e4c125619a2f8390aca9d4db.tar.gz
sound: Remove leftover msnd init declarations
Some obsoleted functions are still declared in sound_core.c. Get rid of them. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/sound_core.c')
-rw-r--r--sound/sound_core.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/sound/sound_core.c b/sound/sound_core.c
index 8b026b6..b4efb22 100644
--- a/sound/sound_core.c
+++ b/sound/sound_core.c
@@ -119,13 +119,6 @@ struct sound_unit
char name[32];
};
-#ifdef CONFIG_SOUND_MSNDCLAS
-extern int msnd_classic_init(void);
-#endif
-#ifdef CONFIG_SOUND_MSNDPIN
-extern int msnd_pinnacle_init(void);
-#endif
-
/*
* By default, OSS sound_core claims full legacy minor range (0-255)
* of SOUND_MAJOR to trap open attempts to any sound minor and
OpenPOWER on IntegriCloud