summaryrefslogtreecommitdiff
path: root/sound/hda
diff options
context:
space:
mode:
authorbo liu <bo.liu@senarytech.com>2024-06-18 04:01:21 +0300
committerTakashi Iwai <tiwai@suse.de>2024-06-18 12:59:08 +0300
commiteb882afcfa83991c0b72913e8a18f941a9986b8f (patch)
tree53c2bf007aa2c2727607a71a5c01ab297af4719b /sound/hda
parent047b9cbbaa8ee3f1d71ff07d181ea6397be97ffe (diff)
downloadlinux-eb882afcfa83991c0b72913e8a18f941a9986b8f.tar.xz
ALSA: hda/senarytech: add senarytech codec support
Add initial Senarytech codec support for SN6186. Note that this hda patch relies on the configuration default registers to be set correctly (normally by BIOS/firmware) in order for it to set up pin widgets properly. Signed-off-by: bo liu <bo.liu@senarytech.com> Link: https://lore.kernel.org/20240618010121.67335-1-bo.liu@senarytech.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda')
-rw-r--r--sound/hda/hdac_device.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/hda/hdac_device.c b/sound/hda/hdac_device.c
index 068c16e52dff..3fbb9793dcfc 100644
--- a/sound/hda/hdac_device.c
+++ b/sound/hda/hdac_device.c
@@ -665,6 +665,7 @@ static const struct hda_vendor_id hda_vendor_ids[] = {
{ 0x19e5, "Huawei" },
{ 0x1aec, "Wolfson Microelectronics" },
{ 0x1af4, "QEMU" },
+ { 0x1fa8, "Senarytech" },
{ 0x434d, "C-Media" },
{ 0x8086, "Intel" },
{ 0x8384, "SigmaTel" },