Skip to content

Commit 3784950

Browse files
Qunqin Zhaotiwai
authored andcommitted
ALSA: hda: Add AZX_DCAPS_NO_TCSEL flag for Loongson HDA devices
Loongson's HDA devices do not support TCSEL functionality. Signed-off-by: Qunqin Zhao <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 3ab4a31 commit 3784950

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/pci/hda/hda_intel.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2738,9 +2738,9 @@ static const struct pci_device_id azx_ids[] = {
27382738
{ PCI_VDEVICE(ZHAOXIN, 0x3288), .driver_data = AZX_DRIVER_ZHAOXIN },
27392739
/* Loongson HDAudio*/
27402740
{ PCI_VDEVICE(LOONGSON, PCI_DEVICE_ID_LOONGSON_HDA),
2741-
.driver_data = AZX_DRIVER_LOONGSON },
2741+
.driver_data = AZX_DRIVER_LOONGSON | AZX_DCAPS_NO_TCSEL },
27422742
{ PCI_VDEVICE(LOONGSON, PCI_DEVICE_ID_LOONGSON_HDMI),
2743-
.driver_data = AZX_DRIVER_LOONGSON },
2743+
.driver_data = AZX_DRIVER_LOONGSON | AZX_DCAPS_NO_TCSEL },
27442744
{ 0, }
27452745
};
27462746
MODULE_DEVICE_TABLE(pci, azx_ids);

0 commit comments

Comments
 (0)