From 2267ea9762c7b0080d5747726f95cdd32d521361 Mon Sep 17 00:00:00 2001
From: David Henningsson <david.henningsson@canonical.com>
Date: Tue, 3 Jan 2012 08:45:56 +0100
Subject: [PATCH] ALSA: HDA: Fix typo for ALC269VB_FIXUP_DMIC
Git-commit: 2267ea9762c7b0080d5747726f95cdd32d521361
Patch-mainline: 3.3-rc1
References: FATE#314311

This fixup is not actually used, so in practice this is just a
cosmetic fix.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

---
 sound/pci/hda/patch_realtek.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/sound/pci/hda/patch_realtek.c
+++ b/sound/pci/hda/patch_realtek.c
@@ -5319,7 +5319,7 @@ static const struct alc_fixup alc269_fix
 			{ }
 		},
 	},
-	[ALC269_FIXUP_DMIC] = {
+	[ALC269VB_FIXUP_DMIC] = {
 		.type = ALC_FIXUP_PINS,
 		.v.pins = (const struct alc_pincfg[]) {
 			{ 0x12, 0x99a3092f }, /* int-mic */
