[alsa-devel] ALC892 acquisition stutter
Takashi Iwai
tiwai at suse.de
Mon Apr 29 21:28:10 CEST 2019
On Mon, 29 Apr 2019 20:21:22 +0200,
rodomar705 at protonmail.com wrote:
>
> Whoops, sorry. Here it is.
OK, it's an AMD chip and not listed explicitly in the driver config.
Does the patch below have any influence?
Takashi
--- a/sound/pci/hda/hda_intel.c
+++ b/sound/pci/hda/hda_intel.c
@@ -2452,6 +2452,9 @@ static const struct pci_device_id azx_ids[] = {
/* AMD Hudson */
{ PCI_DEVICE(0x1022, 0x780d),
.driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
+ /* AMD family 17h */
+ { PCI_DEVICE(0x1022, 0x1457),
+ .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB },
/* AMD Stoney */
{ PCI_DEVICE(0x1022, 0x157a),
.driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB |
More information about the Alsa-devel
mailing list