diff options
author | Takashi Iwai <tiwai@suse.de> | 2013-11-05 10:31:07 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-11-29 11:27:59 -0800 |
commit | 74df56e8d21605d947ac84742de2e5cfa9f8ad6f (patch) | |
tree | 7c0601a4c6176a96fac20a5de9f40c5f81a5d281 | |
parent | d02c722ec36f8e107fce15e30acf4d152b15c864 (diff) | |
download | lwn-74df56e8d21605d947ac84742de2e5cfa9f8ad6f.tar.gz lwn-74df56e8d21605d947ac84742de2e5cfa9f8ad6f.zip |
ALSA: hda - Apply GPIO setup for MacBooks with CS4208
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>
-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 18d972501585..3aafba00eeda 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[] = { /* 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 */ }; |