On Fri, Mar 18, 2022 at 05:49:03PM +0800, Raphael-Xu wrote: > Signed-off-by: Raphael-Xu <13691752556@139.com> > --- > 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.