Skip to content

Commit 8748bf3

Browse files
committed
sound: soc: codecs: add Texas Instruments TAS2557 support
1 parent b265c06 commit 8748bf3

File tree

4 files changed

+2599
-0
lines changed

4 files changed

+2599
-0
lines changed

sound/soc/codecs/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ config SND_SOC_ALL_CODECS
212212
imply SND_SOC_STAC9766
213213
imply SND_SOC_STI_SAS
214214
imply SND_SOC_TAS2552
215+
imply SND_SOC_TAS2557
215216
imply SND_SOC_TAS2562
216217
imply SND_SOC_TAS2764
217218
imply SND_SOC_TAS2770
@@ -1466,6 +1467,10 @@ config SND_SOC_TAS2552
14661467
tristate "Texas Instruments TAS2552 Mono Audio amplifier"
14671468
depends on I2C
14681469

1470+
config SND_SOC_TAS2557
1471+
tristate "Texas Instruments TAS2557 speaker amplifier"
1472+
depends on I2C
1473+
14691474
config SND_SOC_TAS2562
14701475
tristate "Texas Instruments TAS2562 Mono Audio amplifier"
14711476
depends on I2C

sound/soc/codecs/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ snd-soc-max98504-objs := max98504.o
337337
snd-soc-simple-amplifier-objs := simple-amplifier.o
338338
snd-soc-tpa6130a2-objs := tpa6130a2.o
339339
snd-soc-tas2552-objs := tas2552.o
340+
snd-soc-tas2557-objs := tas2557.o
340341
snd-soc-tas2562-objs := tas2562.o
341342
snd-soc-tas2764-objs := tas2764.o
342343
# Mux
@@ -574,6 +575,7 @@ obj-$(CONFIG_SND_SOC_STA529) += snd-soc-sta529.o
574575
obj-$(CONFIG_SND_SOC_STAC9766)+= snd-soc-stac9766.o
575576
obj-$(CONFIG_SND_SOC_STI_SAS)+= snd-soc-sti-sas.o
576577
obj-$(CONFIG_SND_SOC_TAS2552)+= snd-soc-tas2552.o
578+
obj-$(CONFIG_SND_SOC_TAS2557) += snd-soc-tas2557.o
577579
obj-$(CONFIG_SND_SOC_TAS2562)+= snd-soc-tas2562.o
578580
obj-$(CONFIG_SND_SOC_TAS2764)+= snd-soc-tas2764.o
579581
obj-$(CONFIG_SND_SOC_TAS5086)+= snd-soc-tas5086.o

0 commit comments

Comments
 (0)