aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/ca0106
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2005-05-13 15:28:08 +0200
committerJaroslav Kysela <perex@suse.cz>2005-05-29 10:10:27 +0200
commit89c87bf8c12e27fbbed971380e21895cace3a065 (patch)
treefe1ba4e6d38044da0d7365dad038b121bc56db0d /sound/pci/ca0106
parent[ALSA] Remove obsolete mixer control (diff)
downloadlinux-dev-89c87bf8c12e27fbbed971380e21895cace3a065.tar.xz
linux-dev-89c87bf8c12e27fbbed971380e21895cace3a065.zip
[ALSA] make code static
CA0106 driver,HDA Codec driver This patch makes needlessly global code static. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ca0106')
-rw-r--r--sound/pci/ca0106/ca0106_proc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/ca0106/ca0106_proc.c b/sound/pci/ca0106/ca0106_proc.c
index 0bc1d783a840..3e5161a32363 100644
--- a/sound/pci/ca0106/ca0106_proc.c
+++ b/sound/pci/ca0106/ca0106_proc.c
@@ -95,7 +95,7 @@ static struct snd_ca0106_category_str snd_ca0106_con_category[] = {
};
-void snd_ca0106_proc_dump_iec958( snd_info_buffer_t *buffer, u32 value)
+static void snd_ca0106_proc_dump_iec958( snd_info_buffer_t *buffer, u32 value)
{
int i;
u32 status[4];