Hi Mark, Just submit new patch which only rename the files as your suggestion.Please check the new patchs,thanks. Regards Raphael -----Original Message----- From: Mark Brown <broonie@xxxxxxxxxx> Sent: Monday, March 21, 2022 8:40 PM To: Raphael-Xu <13691752556@xxxxxxx> Cc: alsa-devel@xxxxxxxxxxxxxxxx; Xu, Yang <raphael-xu@xxxxxx>; Ding, Shenghao <shenghao-ding@xxxxxx>; Navada Kanyana, Mukund <navada@xxxxxx> Subject: [EXTERNAL] Re: [PATCH v2 2/2] support either TAS2764 or TAS2780 device from TI On Fri, Mar 18, 2022 at 05:49:03PM +0800, Raphael-Xu wrote: > Signed-off-by: Raphael-Xu <13691752556@xxxxxxx> > --- > sound/soc/codecs/Kconfig | 13 +- > sound/soc/codecs/Makefile | 4 +- > sound/soc/codecs/tas2764.c | 688 ----------------- > sound/soc/codecs/tas27xx.c | 861 ++++++++++++++++++++++ > sound/soc/codecs/{tas2764.h => tas27xx.h} | 27 +- > 5 files changed, 890 insertions(+), 703 deletions(-) Can you please respin this with a separate patch *just* doing the file renames? git format-patch noticed that the header was a rename but it didn't manage to figure that out for the main driver file which makes it much harder to review what's actually changed underneath the rename.