Skip to content

Commit 18d7e16

Browse files
Bo Liutiwai
authored andcommitted
ALSA: hda/conexant: add a new hda codec SN6180
The current kernel does not support the SN6180 codec chip. Add the SN6180 codec configuration item to kernel. Signed-off-by: Bo Liu <[email protected]> Cc: <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
1 parent 88d18b8 commit 18d7e16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/pci/hda/patch_conexant.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1125,6 +1125,7 @@ static const struct hda_device_id snd_hda_id_conexant[] = {
11251125
HDA_CODEC_ENTRY(0x14f11f87, "SN6140", patch_conexant_auto),
11261126
HDA_CODEC_ENTRY(0x14f12008, "CX8200", patch_conexant_auto),
11271127
HDA_CODEC_ENTRY(0x14f120d0, "CX11970", patch_conexant_auto),
1128+
HDA_CODEC_ENTRY(0x14f120d1, "SN6180", patch_conexant_auto),
11281129
HDA_CODEC_ENTRY(0x14f15045, "CX20549 (Venice)", patch_conexant_auto),
11291130
HDA_CODEC_ENTRY(0x14f15047, "CX20551 (Waikiki)", patch_conexant_auto),
11301131
HDA_CODEC_ENTRY(0x14f15051, "CX20561 (Hermosa)", patch_conexant_auto),

0 commit comments

Comments
 (0)