diff options
author | bo liu <bo.liu@senarytech.com> | 2022-05-06 10:57:35 +0800 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2022-05-08 11:08:20 +0200 |
commit | ca348e7fe1ab9192ad7d9ff029a82a1594e0e289 (patch) | |
tree | 7f3eefbec61c07817abcb4f32fce29bec0ba95be /sound/pci/hda/patch_conexant.c | |
parent | 011b559be832194f992f73d6c0d5485f5925a10b (diff) | |
download | linux-next-ca348e7fe1ab9192ad7d9ff029a82a1594e0e289.tar.gz |
ALSA: hda/conexant: add a new hda codec SN6140
The current kernel does not support the SN6140 codec chip.
Add the SN6140 codec configuration item to kernel.
Signed-off-by: bo liu <bo.liu@senarytech.com>
Link: https://lore.kernel.org/r/20220506025735.17731-1-bo.liu@senarytech.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/patch_conexant.c')
-rw-r--r-- | sound/pci/hda/patch_conexant.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index 0515137a75b0..aa360a0af284 100644 --- a/sound/pci/hda/patch_conexant.c +++ b/sound/pci/hda/patch_conexant.c @@ -1105,6 +1105,7 @@ static int patch_conexant_auto(struct hda_codec *codec) static const struct hda_device_id snd_hda_id_conexant[] = { HDA_CODEC_ENTRY(0x14f11f86, "CX8070", patch_conexant_auto), + HDA_CODEC_ENTRY(0x14f11f87, "SN6140", patch_conexant_auto), HDA_CODEC_ENTRY(0x14f12008, "CX8200", patch_conexant_auto), HDA_CODEC_ENTRY(0x14f120d0, "CX11970", patch_conexant_auto), HDA_CODEC_ENTRY(0x14f15045, "CX20549 (Venice)", patch_conexant_auto), |