Skip to content

Commit 827ed8a

Browse files
Dan Murphybroonie
authored andcommitted
ASoC: tas2764: Add the driver for the TAS2764
Introduce the Texas Instruments TAS2764 amplifier driver with I/V sense for loud speaker applications. Signed-off-by: Dan Murphy <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 696bef7 commit 827ed8a

File tree

4 files changed

+787
-0
lines changed

4 files changed

+787
-0
lines changed

sound/soc/codecs/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ config SND_SOC_ALL_CODECS
195195
imply SND_SOC_STI_SAS
196196
imply SND_SOC_TAS2552
197197
imply SND_SOC_TAS2562
198+
imply SND_SOC_TAS2764
198199
imply SND_SOC_TAS2770
199200
imply SND_SOC_TAS5086
200201
imply SND_SOC_TAS571X
@@ -1303,6 +1304,10 @@ config SND_SOC_TAS2562
13031304
tristate "Texas Instruments TAS2562 Mono Audio amplifier"
13041305
depends on I2C
13051306

1307+
config SND_SOC_TAS2764
1308+
tristate "Texas Instruments TAS2764 Mono Audio amplifier"
1309+
depends on I2C
1310+
13061311
config SND_SOC_TAS2770
13071312
tristate "Texas Instruments TAS2770 speaker amplifier"
13081313
depends on I2C

sound/soc/codecs/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ snd-soc-simple-amplifier-objs := simple-amplifier.o
304304
snd-soc-tpa6130a2-objs := tpa6130a2.o
305305
snd-soc-tas2552-objs := tas2552.o
306306
snd-soc-tas2562-objs := tas2562.o
307+
snd-soc-tas2764-objs := tas2764.o
307308

308309
obj-$(CONFIG_SND_SOC_88PM860X) += snd-soc-88pm860x.o
309310
obj-$(CONFIG_SND_SOC_AB8500_CODEC) += snd-soc-ab8500-codec.o
@@ -517,6 +518,7 @@ obj-$(CONFIG_SND_SOC_STAC9766) += snd-soc-stac9766.o
517518
obj-$(CONFIG_SND_SOC_STI_SAS) += snd-soc-sti-sas.o
518519
obj-$(CONFIG_SND_SOC_TAS2552) += snd-soc-tas2552.o
519520
obj-$(CONFIG_SND_SOC_TAS2562) += snd-soc-tas2562.o
521+
obj-$(CONFIG_SND_SOC_TAS2764) += snd-soc-tas2764.o
520522
obj-$(CONFIG_SND_SOC_TAS5086) += snd-soc-tas5086.o
521523
obj-$(CONFIG_SND_SOC_TAS571X) += snd-soc-tas571x.o
522524
obj-$(CONFIG_SND_SOC_TAS5720) += snd-soc-tas5720.o

0 commit comments

Comments
 (0)