Message ID | 20220322070438.506-1-13691752556@139.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 05ca7e5058ab564195f0b7ee5b81623ca36acb53 |
Headers | show |
Series | [v3,1/2] Rename tas2764 to tas27xx | expand |
Hi Mark, Just submit the new patchs.Please kindly check them.Thanks. 1.change the Makefile and Kconfig 2.update tas27xx.c 3.update tas27xx.h Regards Raphael -----Original Message----- From: Mark Brown <broonie@kernel.org> Sent: Tuesday, March 22, 2022 7:56 PM To: Raphael-Xu <13691752556@139.com> Cc: alsa-devel@alsa-project.org; Xu, Yang <raphael-xu@ti.com>; Ding, Shenghao <shenghao-ding@ti.com>; Navada Kanyana, Mukund <navada@ti.com> Subject: [EXTERNAL] Re: [PATCH v3 1/2] Rename tas2764 to tas27xx On Tue, Mar 22, 2022 at 03:04:37PM +0800, Raphael-Xu wrote: > Signed-off-by: Raphael-Xu <13691752556@139.com> > --- > sound/soc/codecs/{tas2764.c => tas27xx.c} | 0 > sound/soc/codecs/{tas2764.h => tas27xx.h} | 0 > 2 files changed, 0 insertions(+), 0 deletions(-) rename > sound/soc/codecs/{tas2764.c => tas27xx.c} (100%) rename > sound/soc/codecs/{tas2764.h => tas27xx.h} (100%) This needs a change to the Makefile and Kconfig as well but is otherwise fine, however I was expecting another patch or two doing the updates that were in your initial patches so we'd end up with three or four patches. Sorry if that wasn't clear.
diff --git a/sound/soc/codecs/tas2764.c b/sound/soc/codecs/tas27xx.c similarity index 100% rename from sound/soc/codecs/tas2764.c rename to sound/soc/codecs/tas27xx.c diff --git a/sound/soc/codecs/tas2764.h b/sound/soc/codecs/tas27xx.h similarity index 100% rename from sound/soc/codecs/tas2764.h rename to sound/soc/codecs/tas27xx.h
Signed-off-by: Raphael-Xu <13691752556@139.com> --- sound/soc/codecs/{tas2764.c => tas27xx.c} | 0 sound/soc/codecs/{tas2764.h => tas27xx.h} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename sound/soc/codecs/{tas2764.c => tas27xx.c} (100%) rename sound/soc/codecs/{tas2764.h => tas27xx.h} (100%)