[alsa-devel] [PATCH] ALSA: HDA: Fix typo for ALC269VB_FIXUP_DMIC
3 Jan
2012
3 Jan
'12
7:45 a.m.
This fixup is not actually used, so in practice this is just a cosmetic fix.
Signed-off-by: David Henningsson david.henningsson@canonical.com --- 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 d24adbd..5e82acf 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 */
--
1.7.5.4
4702
Age (days ago)
4702
Last active (days ago)
0 comments
1 participants
participants (1)
-
David Henningsson