[alsa-devel] [PATCH 2/2] sound: Remove leftover msnd init declarations

Takashi Iwai tiwai at suse.de
Thu Jan 11 17:13:33 CET 2018


Some obsoleted functions are still declared in sound_core.c.
Get rid of them.

Signed-off-by: Takashi Iwai <tiwai at suse.de>
---
 sound/sound_core.c | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/sound/sound_core.c b/sound/sound_core.c
index 8b026b66cf18..b4efb22db561 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
-- 
2.15.1



More information about the Alsa-devel mailing list