aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_jack.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2014-09-11 14:22:03 +0200
committerTakashi Iwai <tiwai@suse.de>2014-09-11 14:22:03 +0200
commit81965f1f58ce120a616f2fdd0594916fa183c5fc (patch)
treed08cec0c0f7548616b3c88eee9e550e24e36bff3 /sound/pci/hda/hda_jack.h
parentALSA: hda - Get rid of action field from struct hda_jack_tbl (diff)
downloadlinux-dev-81965f1f58ce120a616f2fdd0594916fa183c5fc.tar.xz
linux-dev-81965f1f58ce120a616f2fdd0594916fa183c5fc.zip
ALSA: hda - Make snd_hda_jack_tbl_new() static
It's called only in hda_jack.c, so make it local. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_jack.h')
-rw-r--r--sound/pci/hda/hda_jack.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_jack.h b/sound/pci/hda/hda_jack.h
index c1abc7324d68..67f42db9c89c 100644
--- a/sound/pci/hda/hda_jack.h
+++ b/sound/pci/hda/hda_jack.h
@@ -42,8 +42,6 @@ snd_hda_jack_tbl_get(struct hda_codec *codec, hda_nid_t nid);
struct hda_jack_tbl *
snd_hda_jack_tbl_get_from_tag(struct hda_codec *codec, unsigned char tag);
-struct hda_jack_tbl *
-snd_hda_jack_tbl_new(struct hda_codec *codec, hda_nid_t nid);
void snd_hda_jack_tbl_clear(struct hda_codec *codec);
void snd_hda_jack_set_dirty_all(struct hda_codec *codec);