From: David Henningsson Date: Tue, 3 Jan 2012 07:45:56 +0000 (+0100) Subject: ALSA: HDA: Fix typo for ALC269VB_FIXUP_DMIC X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2267ea9762c7b0080d5747726f95cdd32d521361;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git ALSA: HDA: Fix typo for ALC269VB_FIXUP_DMIC This fixup is not actually used, so in practice this is just a cosmetic fix. Signed-off-by: David Henningsson Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/patch_realtek.c b/sound/pci/hda/patch_realtek.c index d24adbd023ee..5e82acf77c5a 100644 --- a/sound/pci/hda/patch_realtek.c +++ b/sound/pci/hda/patch_realtek.c @@ -5320,7 +5320,7 @@ static const struct alc_fixup alc269_fixups[] = { { } }, }, - [ALC269_FIXUP_DMIC] = { + [ALC269VB_FIXUP_DMIC] = { .type = ALC_FIXUP_PINS, .v.pins = (const struct alc_pincfg[]) { { 0x12, 0x99a3092f }, /* int-mic */