From: Yongzhen Zhang Date: Mon, 23 Dec 2024 08:47:26 +0000 (+0800) Subject: ALSA: hda/realtek: Add a comment for alc_fixup_inv_dmic() X-Git-Tag: v6.14-rc1~111^2~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d720a2d4fe45efa62c73b2af279dc7db709c06d;p=thirdparty%2Fkernel%2Flinux.git ALSA: hda/realtek: Add a comment for alc_fixup_inv_dmic() alc_fixup_inv_dmic() has an empty comment line above it, add a comment here. Signed-off-by: Yongzhen Zhang Link: https://patch.msgid.link/20241223084726.146805-1-zhangyongzhen@kylinos.cn Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index 4e58c6810f221..b47b0e934b4fd 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -890,9 +890,7 @@ static void alc_ssid_check(struct hda_codec *codec, const hda_nid_t *ports) } } -/* - */ - +/* inverted digital-mic */ static void alc_fixup_inv_dmic(struct hda_codec *codec, const struct hda_fixup *fix, int action) {