diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-11-05 04:31:07 -0500 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2013-11-06 02:08:53 -0500 |
commit | 8fe7b65ab4656e5db466a7d98b1fd48ff83b2c64 (patch) | |
tree | 5691c213a7af91c914b56fa763bffe9d5ab5176f /sound/pci/hda/patch_cirrus.c | |
parent | fab1285a51b7bf55adb4678d82e606829c9dab85 (diff) |
ALSA: hda - Apply GPIO setup for MacBooks with CS4208
Apply the existing GPIO0 fixup as default for MacBooks with CS4208
codec.
Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=64401
Cc: <stable@vger.kernel.org> [v3.12+]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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 | ||