From: Raphael-Xu <13691752556@139.com>
To: broonie@kernel.org
Cc: navada@ti.com, alsa-devel@alsa-project.org, shenghao-ding@ti.com,
raphael-xu@ti.com, Raphael-Xu <13691752556@139.com>
Subject: [PATCH v8 1/3] rename tas2764 to tas27xx
Date: Mon, 11 Apr 2022 15:56:50 +0800 [thread overview]
Message-ID: <20220411075652.2346-1-13691752556@139.com> (raw)
rename tas2764.c and tas2764.h to tas27xx.c and tas27xx.h
rename tas2764 to tas27xx in Kconfig and Makefile
Signed-off-by: Raphael-Xu <13691752556@139.com>
---
sound/soc/codecs/Kconfig | 6 +++---
sound/soc/codecs/Makefile | 4 ++--
sound/soc/codecs/{tas2764.c => tas27xx.c} | 0
sound/soc/codecs/{tas2764.h => tas27xx.h} | 0
4 files changed, 5 insertions(+), 5 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/Kconfig b/sound/soc/codecs/Kconfig
index f46a22660103..2c4595f6f7ec 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -213,7 +213,7 @@ config SND_SOC_ALL_CODECS
imply SND_SOC_STI_SAS
imply SND_SOC_TAS2552
imply SND_SOC_TAS2562
- imply SND_SOC_TAS2764
+ imply SND_SOC_TAS27XX
imply SND_SOC_TAS2770
imply SND_SOC_TAS5086
imply SND_SOC_TAS571X
@@ -1472,8 +1472,8 @@ config SND_SOC_TAS2562
tristate "Texas Instruments TAS2562 Mono Audio amplifier"
depends on I2C
-config SND_SOC_TAS2764
- tristate "Texas Instruments TAS2764 Mono Audio amplifier"
+config SND_SOC_TAS27XX
+ tristate "Texas Instruments TAS2764/TAS2780 Mono Audio amplifier"
depends on I2C
config SND_SOC_TAS2770
diff --git a/sound/soc/codecs/Makefile b/sound/soc/codecs/Makefile
index 8637e9e869e3..15ceb95d42f5 100644
--- a/sound/soc/codecs/Makefile
+++ b/sound/soc/codecs/Makefile
@@ -337,7 +337,7 @@ snd-soc-simple-amplifier-objs := simple-amplifier.o
snd-soc-tpa6130a2-objs := tpa6130a2.o
snd-soc-tas2552-objs := tas2552.o
snd-soc-tas2562-objs := tas2562.o
-snd-soc-tas2764-objs := tas2764.o
+snd-soc-tas27xx-objs := tas27xx.o
# Mux
snd-soc-simple-mux-objs := simple-mux.o
@@ -574,7 +574,7 @@ obj-$(CONFIG_SND_SOC_STAC9766) += snd-soc-stac9766.o
obj-$(CONFIG_SND_SOC_STI_SAS) += snd-soc-sti-sas.o
obj-$(CONFIG_SND_SOC_TAS2552) += snd-soc-tas2552.o
obj-$(CONFIG_SND_SOC_TAS2562) += snd-soc-tas2562.o
-obj-$(CONFIG_SND_SOC_TAS2764) += snd-soc-tas2764.o
+obj-$(CONFIG_SND_SOC_TAS27XX) += snd-soc-tas27xx.o
obj-$(CONFIG_SND_SOC_TAS5086) += snd-soc-tas5086.o
obj-$(CONFIG_SND_SOC_TAS571X) += snd-soc-tas571x.o
obj-$(CONFIG_SND_SOC_TAS5720) += snd-soc-tas5720.o
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
--
2.35.1
next reply other threads:[~2022-04-11 7:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-04-11 7:56 Raphael-Xu [this message]
2022-04-11 7:56 ` [PATCH v8 2/3] rename variables from tas2764 to tas27xx Raphael-Xu
2022-04-11 7:56 ` [PATCH v8 3/3] update to support either TAS2764 or TAS2780 Raphael-Xu
2022-04-12 14:28 ` Mark Brown
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220411075652.2346-1-13691752556@139.com \
--to=13691752556@139.com \
--cc=alsa-devel@alsa-project.org \
--cc=broonie@kernel.org \
--cc=navada@ti.com \
--cc=raphael-xu@ti.com \
--cc=shenghao-ding@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox