diff options
author | Nikhil Mahale <nmahale@nvidia.com> | 2019-11-19 09:47:07 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-11-19 11:51:03 +0100 |
commit | 80b917a8dd8f62ca00178d5a74d05d7471f21b47 (patch) | |
tree | 3ba1de3b66439791e5fa89a384eb5902f90c99c6 /sound/pci/hda/patch_hdmi.c | |
parent | ALSA: hda - remove forced polling workaround for CFL and CNL (diff) | |
download | linux-80b917a8dd8f62ca00178d5a74d05d7471f21b47.tar.xz linux-80b917a8dd8f62ca00178d5a74d05d7471f21b47.zip |
ALSA: hda - Rename snd_hda_pin_sense to snd_hda_jack_pin_sense
s/snd_hda_pin_sense/snd_hda_jack_pin_sense/g
This aligns the snd_hda_pin_sense function name with the names of
other functions in hda_jack.h.
Signed-off-by: Nikhil Mahale <nmahale@nvidia.com>
Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
Link: https://lore.kernel.org/r/20191119084710.29267-2-nmahale@nvidia.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to '')
-rw-r--r-- | sound/pci/hda/patch_hdmi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c index d3768767625e..3b1b978201a9 100644 --- a/sound/pci/hda/patch_hdmi.c +++ b/sound/pci/hda/patch_hdmi.c @@ -1505,7 +1505,7 @@ static bool hdmi_present_sense_via_verbs(struct hdmi_spec_per_pin *per_pin, bool ret; bool do_repoll = false; - present = snd_hda_pin_sense(codec, pin_nid); + present = snd_hda_jack_pin_sense(codec, pin_nid); mutex_lock(&per_pin->lock); eld->monitor_present = !!(present & AC_PINSENSE_PRESENCE); |