aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci
diff options
context:
space:
mode:
authorSachin Kamat <sachin.kamat@linaro.org>2013-09-13 15:14:22 +0530
committerTakashi Iwai <tiwai@suse.de>2013-09-13 14:36:32 +0200
commit399ae7254e13de9239d74574f9fc39fb91a536cf (patch)
tree9df196c06ff6909b21e5ad637c14122c71db5d6e /sound/pci
parentALSA: ctxfi: Staticize local symbols (diff)
downloadlinux-dev-399ae7254e13de9239d74574f9fc39fb91a536cf.tar.xz
linux-dev-399ae7254e13de9239d74574f9fc39fb91a536cf.zip
ALSA: hda/ca0132: Staticize codec_send_command
'codec_send_command' is used only in this file. Make it static. Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r--sound/pci/hda/patch_ca0132.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index 6e9876f27d95..54d14793725a 100644
--- a/sound/pci/hda/patch_ca0132.c
+++ b/sound/pci/hda/patch_ca0132.c
@@ -759,7 +759,7 @@ struct ca0132_spec {
/*
* CA0132 codec access
*/
-unsigned int codec_send_command(struct hda_codec *codec, hda_nid_t nid,
+static unsigned int codec_send_command(struct hda_codec *codec, hda_nid_t nid,
unsigned int verb, unsigned int parm, unsigned int *res)
{
unsigned int response;