linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] add a new hda codec SN6140
@ 2022-05-06  2:57 bo liu
  2022-05-08  9:08 ` Takashi Iwai
  0 siblings, 1 reply; 2+ messages in thread
From: bo liu @ 2022-05-06  2:57 UTC (permalink / raw)
  To: tiwai, perex; +Cc: alsa-devel, linux-kernel, bo liu

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>
---
 sound/pci/hda/patch_conexant.c | 1 +
 1 file changed, 1 insertion(+)

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),
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] add a new hda codec SN6140
  2022-05-06  2:57 [PATCH] add a new hda codec SN6140 bo liu
@ 2022-05-08  9:08 ` Takashi Iwai
  0 siblings, 0 replies; 2+ messages in thread
From: Takashi Iwai @ 2022-05-08  9:08 UTC (permalink / raw)
  To: bo liu; +Cc: tiwai, perex, alsa-devel, linux-kernel

On Fri, 06 May 2022 04:57:35 +0200,
bo liu wrote:
> 
> 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>

Thanks, applied now to for-next branch.


Takashi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-05-08  9:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-06  2:57 [PATCH] add a new hda codec SN6140 bo liu
2022-05-08  9:08 ` Takashi Iwai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).