diff options
author | Kaige Li <likaige@loongson.cn> | 2020-07-17 10:51:32 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-07-17 10:44:12 +0200 |
commit | 61eee4a7fc406f94e441778c3cecbbed30373c89 (patch) | |
tree | 2d5e745bb7d0d1961a7476ce511d51009317e128 | |
parent | 7d50b295c4af16f814ee82369c4a234df5228801 (diff) | |
download | linux-next-61eee4a7fc406f94e441778c3cecbbed30373c89.tar.gz |
ALSA: hda: Add support for Loongson 7A1000 controller
Add the new PCI ID 0x0014 0x7a07 to support Loongson 7A1000 controller.
Signed-off-by: Kaige Li <likaige@loongson.cn>
Link: https://lore.kernel.org/r/1594954292-1703-2-git-send-email-likaige@loongson.cn
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r-- | sound/pci/hda/hda_intel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_intel.c b/sound/pci/hda/hda_intel.c index 91054d8a9b38..9ba1fb8f0b7f 100644 --- a/sound/pci/hda/hda_intel.c +++ b/sound/pci/hda/hda_intel.c @@ -2727,6 +2727,8 @@ static const struct pci_device_id azx_ids[] = { .driver_data = AZX_DRIVER_GENERIC | AZX_DCAPS_PRESET_ATI_HDMI }, /* Zhaoxin */ { PCI_DEVICE(0x1d17, 0x3288), .driver_data = AZX_DRIVER_ZHAOXIN }, + /* Loongson */ + { PCI_DEVICE(0x0014, 0x7a07), .driver_data = AZX_DRIVER_GENERIC }, { 0, } }; MODULE_DEVICE_TABLE(pci, azx_ids); |