]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ALSA: hda - Apply GPIO setup for MacBooks with CS4208
authorTakashi Iwai <tiwai@suse.de>
Tue, 5 Nov 2013 09:31:07 +0000 (10:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 29 Nov 2013 19:27:59 +0000 (11:27 -0800)
commit 8fe7b65ab4656e5db466a7d98b1fd48ff83b2c64 upstream.

Apply the existing GPIO0 fixup as default for MacBooks with CS4208
codec.

Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=64401
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
sound/pci/hda/patch_cirrus.c

index 18d9725015855c0ce3f33d174a3dfcd55836efeb..3aafba00eedae83677cd3566c40363af38dceb67 100644 (file)
@@ -611,6 +611,7 @@ static const struct snd_pci_quirk cs4208_fixup_tbl[] = {
        /* codec SSID */
        SND_PCI_QUIRK(0x106b, 0x7100, "MacBookAir 6,1", CS4208_MBA6),
        SND_PCI_QUIRK(0x106b, 0x7200, "MacBookAir 6,2", CS4208_MBA6),
+       SND_PCI_QUIRK_VENDOR(0x106b, "Apple", CS4208_GPIO0),
        {} /* terminator */
 };