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>
This commit is contained in:
Sachin Kamat 2013-09-13 15:14:22 +05:30 коммит произвёл Takashi Iwai
Родитель b71495ee42
Коммит 399ae7254e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;