[ALSA] sound/: possible cleanups

Modules: RawMidi Midlevel,HDA generic driver

This patch contains the following possible cleanups:
- pci/hda/hda_proc.c should #include 'hda_local.h' for including the
  prototype of it's global function snd_hda_codec_proc_new()
- core/rawmidi.c: make the needlessly global and EXPORT_SYMBOL'ed
  function snd_rawmidi_info() static

Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Cette révision appartient à :
Adrian Bunk
2005-11-23 13:14:50 +01:00
révisé par Jaroslav Kysela
Parent 9a1a2a1d4e
révision 18612048b3
2 fichiers modifiés avec 3 ajouts et 3 suppressions

Voir le fichier

@@ -26,6 +26,7 @@
#include <linux/pci.h>
#include <sound/core.h>
#include "hda_codec.h"
#include "hda_local.h"
static const char *get_wid_type_name(unsigned int wid_value)
{