From 5092ef0632a5a42a5f7d98e59754ffef2e1a240f Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Thu, 4 Aug 2016 13:06:06 +0900 Subject: [PATCH] sound: include QEMU HDA in to the whilte list Prevent ac97 clock probing. It reduces kernel loading time considerably. Change-Id: I8457d01889492415c8f29f13897988f6fe689f8d Signed-off-by: SeokYeon Hwang --- sound/pci/intel8x0.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sound/pci/intel8x0.c b/sound/pci/intel8x0.c index ccdab29..83e5b55 100644 --- a/sound/pci/intel8x0.c +++ b/sound/pci/intel8x0.c @@ -2884,6 +2884,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 */ }; -- 2.7.4