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)
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 */
};