Skip to content

Commit

Permalink
sound: Remove leftover msnd init declarations
Browse files Browse the repository at this point in the history
Some obsoleted functions are still declared in sound_core.c.
Get rid of them.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
tiwai committed Jan 11, 2018
1 parent 4d885f2 commit 8ac60e7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions sound/sound_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8ac60e7

Please sign in to comment.