Skip to content
Commit a09e89f6 authored by Adam Lackorzynski's avatar Adam Lackorzynski Committed by Takashi Iwai
Browse files

ALSA: hda: Prevent writing ICH6_PCIREG_TCSEL on AMD systems



azx_init_pci() always writes PCI config register ICH6_PCIREG_TCSEL
although this looks to be only defined on Intel systems and has a
different meaning on AMD systems. On AMD systems the PCI interrupt pin
control register is modified instead.

Since the meaning of offset 0x44 in device specific configuration space is
unknown for devices by other vendors, we only exclude AMD systems to
retain the current behaviour.

Signed-off-by: default avatarAdam Lackorzynski <adam@os.inf.tu-dresden.de>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 0a3fabe3
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment