diff options
Diffstat (limited to 'sound/pci/hda/patch_cirrus.c')
-rw-r--r-- | sound/pci/hda/patch_cirrus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_cirrus.c b/sound/pci/hda/patch_cirrus.c index 38d073ed4bcc..1ce1f4067b15 100644 --- a/sound/pci/hda/patch_cirrus.c +++ b/sound/pci/hda/patch_cirrus.c | |||
@@ -611,6 +611,7 @@ static const struct snd_pci_quirk cs4208_fixup_tbl[] = { | |||
611 | /* codec SSID */ | 611 | /* codec SSID */ |
612 | SND_PCI_QUIRK(0x106b, 0x7100, "MacBookAir 6,1", CS4208_MBA6), | 612 | SND_PCI_QUIRK(0x106b, 0x7100, "MacBookAir 6,1", CS4208_MBA6), |
613 | SND_PCI_QUIRK(0x106b, 0x7200, "MacBookAir 6,2", CS4208_MBA6), | 613 | SND_PCI_QUIRK(0x106b, 0x7200, "MacBookAir 6,2", CS4208_MBA6), |
614 | SND_PCI_QUIRK_VENDOR(0x106b, "Apple", CS4208_GPIO0), | ||
614 | {} /* terminator */ | 615 | {} /* terminator */ |
615 | }; | 616 | }; |
616 | 617 | ||