ALSA: hda - Fix build without CONFIG_PROC_FS
authorTakashi Iwai <tiwai@suse.de>
Fri, 21 Nov 2008 20:24:03 +0000 (21:24 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 21 Nov 2008 20:24:03 +0000 (21:24 +0100)
commitb20222667d371bb9ddeadd47d18072efcab3f6d2
tree65d8a638f1fa9d1d40b976afce11c81eb3dca64f
parentc70bfa8733e1ec4babe5a1b4a9a90053f79eb301
ALSA: hda - Fix build without CONFIG_PROC_FS

snd_print_pcm_rates() and snd_print_pcm_bits() are used by both
hda_proc.c and hda_eld.c, thus they have to be defined in the common
place.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_proc.c