Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Yongzhen Zhang and committed by
Takashi Iwai
1d720a2d 4ebbf898

+1 -3
+1 -3
sound/pci/hda/patch_realtek.c
··· 890 890 } 891 891 } 892 892 893 - /* 894 - */ 895 - 893 + /* inverted digital-mic */ 896 894 static void alc_fixup_inv_dmic(struct hda_codec *codec, 897 895 const struct hda_fixup *fix, int action) 898 896 {