On Sat, 12 Jul 2025 10:17:33 +0200, Baojun Xu wrote: > > Add TAS2770 support in HDA. > Create a header file include/sound/tas2770-tlv.h, > Set chip_id in i2c probe, check it while sound control is created, > and the DSP firmware binary file parser. > > Signed-off-by: Baojun Xu <baojun.xu@xxxxxx> > --- > include/sound/tas2770-tlv.h | 20 ++++++++++++ > include/sound/tas2781.h | 4 +++ > sound/pci/hda/tas2781_hda_i2c.c | 58 +++++++++++++++++++++++++-------- The whole HD-audio stuff has been moved under sound/hda recently. Please create a patch based on for-next branch of sound git tree. thanks, Takashi