[PATCH v3 1/2] Rename tas2764 to tas27xx
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%)
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 --- .../devicetree/bindings/sound/{tas2764.yaml => tas27xx.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Documentation/devicetree/bindings/sound/{tas2764.yaml => tas27xx.yaml} (100%)
diff --git a/Documentation/devicetree/bindings/sound/tas2764.yaml b/Documentation/devicetree/bindings/sound/tas27xx.yaml similarity index 100% rename from Documentation/devicetree/bindings/sound/tas2764.yaml rename to Documentation/devicetree/bindings/sound/tas27xx.yaml
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.
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.
participants (3)
-
Mark Brown
-
Raphael-Xu
-
Xu, Yang