Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77f0780

Browse files
committed
ALSA: hda - Fix onboard audio on Intel H97/Z97 chipsets
The recent Intel H97/Z97 chipsets need the similar setups like other Intel chipsets for snooping, etc. Especially without snooping, the audio playback stutters or gets corrupted. This fix patch just adds the corresponding PCI ID entry with the proper flags. Reported-and-tested-by: Arthur Borsboom <[email protected]> Cc: <[email protected]> Signed-off-by: Takashi Iwai <[email protected]>
1 parent 02fb05a commit 77f0780

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,6 +1743,9 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = {
17431743
/* Lynx Point */
17441744
{ PCI_DEVICE(0x8086, 0x8c20),
17451745
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
1746+
/* 9 Series */
1747+
{ PCI_DEVICE(0x8086, 0x8ca0),
1748+
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
17461749
/* Wellsburg */
17471750
{ PCI_DEVICE(0x8086, 0x8d20),
17481751
.driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },

0 commit comments

Comments
 (0)