From: Sachin Kamat Date: Fri, 13 Sep 2013 09:44:22 +0000 (+0530) Subject: ALSA: hda/ca0132: Staticize codec_send_command X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=399ae7254e13de9239d74574f9fc39fb91a536cf;p=deliverable%2Flinux.git ALSA: hda/ca0132: Staticize codec_send_command 'codec_send_command' is used only in this file. Make it static. Signed-off-by: Sachin Kamat Signed-off-by: Takashi Iwai --- 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;