Re: [alsa-devel] [ALC1150] combined with Intel H97/Z97
At Thu, 22 May 2014 14:04:55 +0200, Arthur Borsboom wrote:
No, I did not and it resolved the issue!! Awesome!
What does this option do? Does it have any side effects?
This disables snooping mode. It's rather a problem of controller, not the codec chip. There can be a slight performance decrease.
If this is the final solution, I will communicate to the other users this solution.
Looking at alsa-info.sh, it's a new chip, and the workarounds for Intel PCH & co aren't applied to it yet. That's the likely problem. Could you try the patch below without snoop=0 option?
Takashi
--- diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 2c54629d62d1..36b98b89c4c0 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -1743,6 +1743,9 @@ static DEFINE_PCI_DEVICE_TABLE(azx_ids) = { /* Lynx Point */ { PCI_DEVICE(0x8086, 0x8c20), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, + /* ?? New chip */ + { PCI_DEVICE(0x8086, 0x8ca0), + .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH }, /* Wellsburg */ { PCI_DEVICE(0x8086, 0x8d20), .driver_data = AZX_DRIVER_PCH | AZX_DCAPS_INTEL_PCH },
participants (1)
-
Takashi Iwai