diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2015-06-24 14:37:18 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-06-25 02:58:54 -0400 |
commit | 650474fb737c3e0ea0f6ab8e43c2cd161080ce5c (patch) | |
tree | 5b09a4c8230603a62f06e0004d28439667886384 /sound | |
parent | 735c75cf4d434862e38c01dcfb2ce8d2fcb9035f (diff) |
ALSA: hda - set proper caps for newer AMD hda audio in KB/KV
Fixes audio problems on newer asics.
Noticed by: Kelly Anderson <kelly@xilka.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/pci/hda/hda_intel.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 7dea7987d2af..ca151b45eeef 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -2180,6 +2180,8 @@ static const struct pci_device_id azx_ids[] = { | |||
2180 | { PCI_DEVICE(0x1022, 0x780d), | 2180 | { PCI_DEVICE(0x1022, 0x780d), |
2181 | .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB }, | 2181 | .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB }, |
2182 | /* ATI HDMI */ | 2182 | /* ATI HDMI */ |
2183 | { PCI_DEVICE(0x1002, 0x1308), | ||
2184 | .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS }, | ||
2183 | { PCI_DEVICE(0x1002, 0x793b), | 2185 | { PCI_DEVICE(0x1002, 0x793b), |
2184 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, | 2186 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, |
2185 | { PCI_DEVICE(0x1002, 0x7919), | 2187 | { PCI_DEVICE(0x1002, 0x7919), |
@@ -2188,6 +2190,8 @@ static const struct pci_device_id azx_ids[] = { | |||
2188 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, | 2190 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, |
2189 | { PCI_DEVICE(0x1002, 0x970f), | 2191 | { PCI_DEVICE(0x1002, 0x970f), |
2190 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, | 2192 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, |
2193 | { PCI_DEVICE(0x1002, 0x9840), | ||
2194 | .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS }, | ||
2191 | { PCI_DEVICE(0x1002, 0xaa00), | 2195 | { PCI_DEVICE(0x1002, 0xaa00), |
2192 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, | 2196 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, |
2193 | { PCI_DEVICE(0x1002, 0xaa08), | 2197 | { PCI_DEVICE(0x1002, 0xaa08), |