diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2015-06-24 14:37:18 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2015-07-21 13:10:02 -0400 |
commit | 167bdde510b17d86767b71282c91036ab671340f (patch) | |
tree | 437e3572bd2fe69cd43852093125418c50833532 /sound | |
parent | 704ffc4cf721867e35cb922b12cae3210d6f7e67 (diff) |
ALSA: hda - set proper caps for newer AMD hda audio in KB/KV
commit 650474fb737c3e0ea0f6ab8e43c2cd161080ce5c upstream.
Fixes audio problems on newer asics.
Noticed by: Kelly Anderson <kelly@xilka.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 b6db25b23dd3..c403dd10d126 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c | |||
@@ -2054,6 +2054,8 @@ static const struct pci_device_id azx_ids[] = { | |||
2054 | { PCI_DEVICE(0x1022, 0x780d), | 2054 | { PCI_DEVICE(0x1022, 0x780d), |
2055 | .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB }, | 2055 | .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_SB }, |
2056 | /* ATI HDMI */ | 2056 | /* ATI HDMI */ |
2057 | { PCI_DEVICE(0x1002, 0x1308), | ||
2058 | .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS }, | ||
2057 | { PCI_DEVICE(0x1002, 0x793b), | 2059 | { PCI_DEVICE(0x1002, 0x793b), |
2058 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, | 2060 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, |
2059 | { PCI_DEVICE(0x1002, 0x7919), | 2061 | { PCI_DEVICE(0x1002, 0x7919), |
@@ -2062,6 +2064,8 @@ static const struct pci_device_id azx_ids[] = { | |||
2062 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, | 2064 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, |
2063 | { PCI_DEVICE(0x1002, 0x970f), | 2065 | { PCI_DEVICE(0x1002, 0x970f), |
2064 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, | 2066 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, |
2067 | { PCI_DEVICE(0x1002, 0x9840), | ||
2068 | .driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS }, | ||
2065 | { PCI_DEVICE(0x1002, 0xaa00), | 2069 | { PCI_DEVICE(0x1002, 0xaa00), |
2066 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, | 2070 | .driver_data = AZX_DRIVER_ATIHDMI | AZX_DCAPS_PRESET_ATI_HDMI }, |
2067 | { PCI_DEVICE(0x1002, 0xaa08), | 2071 | { PCI_DEVICE(0x1002, 0xaa08), |