diff mbox series

[v2] ALSA: hda/realtek: Add a comment for alc_fixup_inv_dmic()

Message ID 20241223084726.146805-1-zhangyongzhen@kylinos.cn (mailing list archive)
State New
Headers show
Series [v2] ALSA: hda/realtek: Add a comment for alc_fixup_inv_dmic() | expand

Commit Message

Yongzhen Zhang Dec. 23, 2024, 8:47 a.m. UTC
alc_fixup_inv_dmic() has an empty comment line above it,
add a comment here.

Signed-off-by: Yongzhen Zhang <zhangyongzhen@kylinos.cn>
---
 sound/pci/hda/patch_realtek.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 61ba5dc35b8b..46e542581809 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)
 {