浏览代码

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>
Sachin Kamat 12 年之前
父节点
当前提交
399ae7254e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sound/pci/hda/patch_ca0132.c

+ 1 - 1
sound/pci/hda/patch_ca0132.c

@@ -759,7 +759,7 @@ struct ca0132_spec {
 /*
 /*
  * CA0132 codec access
  * 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 verb, unsigned int parm, unsigned int *res)
 {
 {
 	unsigned int response;
 	unsigned int response;