]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
ALSA: hda/realtek: Add a comment for alc_fixup_inv_dmic()
authorYongzhen Zhang <zhangyongzhen@kylinos.cn>
Mon, 23 Dec 2024 08:47:26 +0000 (16:47 +0800)
committerTakashi Iwai <tiwai@suse.de>
Sun, 29 Dec 2024 08:21:30 +0000 (09:21 +0100)
alc_fixup_inv_dmic() has an empty comment line above it,
add a comment here.

Signed-off-by: Yongzhen Zhang <zhangyongzhen@kylinos.cn>
Link: https://patch.msgid.link/20241223084726.146805-1-zhangyongzhen@kylinos.cn
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c

index 4e58c6810f2217753b32d40b4e5d76b4b2e2f029..b47b0e934b4fd9d26fc5114dea07a630029af839 100644 (file)
@@ -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)
 {