summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYongzhen Zhang <zhangyongzhen@kylinos.cn>2024-12-23 16:47:26 +0800
committerTakashi Iwai <tiwai@suse.de>2024-12-29 09:21:30 +0100
commit1d720a2d4fe45efa62c73b2af279dc7db709c06d (patch)
tree5dfa0d8b81bc20a9cf96cdbea2a5d2f9ed0f4291
parent4ebbf89814bc2610c565ebfe3a33b77f14d3c7e0 (diff)
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 <zhangyongzhen@kylinos.cn> Link: https://patch.msgid.link/20241223084726.146805-1-zhangyongzhen@kylinos.cn Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--sound/pci/hda/patch_realtek.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c
index 4e58c6810f22..b47b0e934b4f 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)
{