On Tue, 07 Jun 2022 10:41:09 +0200, huangwenhui wrote: > > Added the support of new Huawei codec HW8326. > It'd be appreciated if you describe about the hardware a bit more. It looks like a compatible chip with some other Realtek codecs (ALC256?). > @@ -11479,6 +11492,7 @@ static const struct hda_device_id snd_hda_id_realtek[] = { > HDA_CODEC_ENTRY(0x10ec0236, "ALC236", patch_alc269), > HDA_CODEC_ENTRY(0x10ec0245, "ALC245", patch_alc269), > HDA_CODEC_ENTRY(0x10ec0255, "ALC255", patch_alc269), > + HDA_CODEC_ENTRY(0x19e58326, "HW8326", patch_alc269), > HDA_CODEC_ENTRY(0x10ec0256, "ALC256", patch_alc269), > HDA_CODEC_ENTRY(0x10ec0257, "ALC257", patch_alc269), > HDA_CODEC_ENTRY(0x10ec0260, "ALC260", patch_alc260), This table is sorted in the codec ID order. Please put at the appropriate place (at the last), instead. thanks, Takashi