sound: include QEMU HDA in to the whilte list
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Thu, 4 Aug 2016 04:06:06 +0000 (13:06 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Fri, 5 Aug 2016 09:45:43 +0000 (18:45 +0900)
Prevent ac97 clock probing. It reduces kernel loading time considerably.

Change-Id: I8457d01889492415c8f29f13897988f6fe689f8d
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
(cherry picked from commit 5092ef0632a5a42a5f7d98e59754ffef2e1a240f)

sound/pci/intel8x0.c

index 08d8733604a2ed981d1c5ac32e095c452e56a431..ddbc4db950e5a1237ea06dd94b6a6a611f2414ec 100644 (file)
@@ -2888,6 +2888,9 @@ static struct snd_pci_quirk intel8x0_clock_list[] = {
        SND_PCI_QUIRK(0x1028, 0x0177, "AD1980", 48000),
        SND_PCI_QUIRK(0x1028, 0x01ad, "AD1981B", 48000),
        SND_PCI_QUIRK(0x1043, 0x80f3, "AD1985", 48000),
+#ifdef CONFIG_MARU
+       SND_PCI_QUIRK(0x1af4, 0x1100, "QEMU_HDA", 48000),
+#endif
        { }     /* terminator */
 };