diff options
author | David Henningsson <david.henningsson@canonical.com> | 2012-01-03 02:45:56 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-01-08 03:59:30 -0500 |
commit | 2267ea9762c7b0080d5747726f95cdd32d521361 (patch) | |
tree | ef203bf14d6ee5e0e22c375cb48019b52b8e6838 /sound/pci | |
parent | 5660ffd06935e564404412997a703279e325fa64 (diff) |
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 <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/patch_realtek.c | 2 |
1 files changed, 1 insertions, 1 deletions
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[] = { | |||
5320 | { } | 5320 | { } |
5321 | }, | 5321 | }, |
5322 | }, | 5322 | }, |
5323 | [ALC269_FIXUP_DMIC] = { | 5323 | [ALC269VB_FIXUP_DMIC] = { |
5324 | .type = ALC_FIXUP_PINS, | 5324 | .type = ALC_FIXUP_PINS, |
5325 | .v.pins = (const struct alc_pincfg[]) { | 5325 | .v.pins = (const struct alc_pincfg[]) { |
5326 | { 0x12, 0x99a3092f }, /* int-mic */ | 5326 | { 0x12, 0x99a3092f }, /* int-mic */ |