diff options
author | Sachin Kamat <sachin.kamat@linaro.org> | 2013-09-13 15:14:22 +0530 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-09-13 14:36:32 +0200 |
commit | 399ae7254e13de9239d74574f9fc39fb91a536cf (patch) | |
tree | 9df196c06ff6909b21e5ad637c14122c71db5d6e /sound/pci | |
parent | b71495ee425943afd80b8188e5c273254b3557a2 (diff) | |
download | blackbird-op-linux-399ae7254e13de9239d74574f9fc39fb91a536cf.tar.gz blackbird-op-linux-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.c | 2 |
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; |