Re: [PATCH] sound: pci: hda: add a new hda codec

2020-12-31 Thread Takashi Iwai
On Tue, 29 Dec 2020 04:52:26 +0100, bo@senarytech.com wrote: > > From: bo liu > > The current kernel does not support the cx11970 codec chip. > Add a codec configuration item to kernel. > > Signed-off-by: bo liu Thanks, applied with a minor coding style fix now. Takashi

[PATCH] sound: pci: hda: add a new hda codec

2020-12-28 Thread bo . liu
From: bo liu The current kernel does not support the cx11970 codec chip. Add a codec configuration item to kernel. Signed-off-by: bo liu diff --git a/sound/pci/hda/patch_conexant.c b/sound/pci/hda/patch_conexant.c index be5000dd1585..e80fe8ba537c 100644 --- a/sound/pci/hda/patch_conexant.c +++