Skip to content

Commit 27a7c67

Browse files
Hersen Wutiwai
authored andcommitted
ALSA: hda: add sienna_cichlid audio asic id for sienna_cichlid up
dp/hdmi ati hda is not shown in audio settings [ rearranged to a more appropriate place per device number order -- tiwai ] Signed-off-by: Hersen Wu <hersenxs.wu@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: <stable@vger.kernel.org> Link: https://lore.kernel.org/r/20200603013137.1849404-1-alexander.deucher@amd.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 7fccfec commit 27a7c67

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

sound/pci/hda/hda_intel.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2662,6 +2662,9 @@ static const struct pci_device_id azx_ids[] = {
26622662
{ PCI_DEVICE(0x1002, 0xab20),
26632663
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
26642664
AZX_DCAPS_PM_RUNTIME },
2665+
{ PCI_DEVICE(0x1002, 0xab28),
2666+
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
2667+
AZX_DCAPS_PM_RUNTIME },
26652668
{ PCI_DEVICE(0x1002, 0xab38),
26662669
.driver_data = AZX_DRIVER_ATIHDMI_NS | AZX_DCAPS_PRESET_ATI_HDMI_NS |
26672670
AZX_DCAPS_PM_RUNTIME },

0 commit comments

Comments
 (0)