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, archived
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(-)

Comments

Takashi Iwai Dec. 29, 2024, 8:21 a.m. UTC | #1
On Mon, 23 Dec 2024 09:47:26 +0100,
Yongzhen Zhang wrote:
> 
> alc_fixup_inv_dmic() has an empty comment line above it,
> add a comment here.
> 
> Signed-off-by: Yongzhen Zhang <zhangyongzhen@kylinos.cn>

Thanks, applied.


Takashi
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)
 {