diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2020-09-03 00:21:26 +0300 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-09-03 10:27:11 +0300 |
commit | 74610eaf310ab9b9b00a015adb54afcae038bc06 (patch) | |
tree | 9bc244cd48bae9ad3c2915714721a08dbcfb5cdd /sound/pci/hda/hda_jack.h | |
parent | e9bd25885c7f799134534989b9f13c3db5ce6a16 (diff) | |
download | linux-74610eaf310ab9b9b00a015adb54afcae038bc06.tar.xz |
ALSA: hda: (cosmetic) align function parameters
Fix cppcheck warnings and use same names in headers and C code.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20200902212133.30964-12-pierre-louis.bossart@linux.intel.com
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/hda_jack.h b/sound/pci/hda/hda_jack.h index 727b6d3ba454..8ceaf0ef5df1 100644 --- a/sound/pci/hda/hda_jack.h +++ b/sound/pci/hda/hda_jack.h @@ -77,7 +77,7 @@ int snd_hda_jack_detect_enable(struct hda_codec *codec, hda_nid_t nid, struct hda_jack_callback * snd_hda_jack_detect_enable_callback_mst(struct hda_codec *codec, hda_nid_t nid, - int dev_id, hda_jack_callback_fn cb); + int dev_id, hda_jack_callback_fn func); /** * snd_hda_jack_detect_enable - enable the jack-detection |