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 <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 7fccfec commit 27a7c67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)