File tree Expand file tree Collapse file tree 4 files changed +787
-0
lines changed Expand file tree Collapse file tree 4 files changed +787
-0
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ config SND_SOC_ALL_CODECS
195
195
imply SND_SOC_STI_SAS
196
196
imply SND_SOC_TAS2552
197
197
imply SND_SOC_TAS2562
198
+ imply SND_SOC_TAS2764
198
199
imply SND_SOC_TAS2770
199
200
imply SND_SOC_TAS5086
200
201
imply SND_SOC_TAS571X
@@ -1303,6 +1304,10 @@ config SND_SOC_TAS2562
1303
1304
tristate "Texas Instruments TAS2562 Mono Audio amplifier"
1304
1305
depends on I2C
1305
1306
1307
+ config SND_SOC_TAS2764
1308
+ tristate "Texas Instruments TAS2764 Mono Audio amplifier"
1309
+ depends on I2C
1310
+
1306
1311
config SND_SOC_TAS2770
1307
1312
tristate "Texas Instruments TAS2770 speaker amplifier"
1308
1313
depends on I2C
Original file line number Diff line number Diff line change @@ -304,6 +304,7 @@ snd-soc-simple-amplifier-objs := simple-amplifier.o
304
304
snd-soc-tpa6130a2-objs := tpa6130a2.o
305
305
snd-soc-tas2552-objs := tas2552.o
306
306
snd-soc-tas2562-objs := tas2562.o
307
+ snd-soc-tas2764-objs := tas2764.o
307
308
308
309
obj-$(CONFIG_SND_SOC_88PM860X) += snd-soc-88pm860x.o
309
310
obj-$(CONFIG_SND_SOC_AB8500_CODEC) += snd-soc-ab8500-codec.o
@@ -517,6 +518,7 @@ obj-$(CONFIG_SND_SOC_STAC9766) += snd-soc-stac9766.o
517
518
obj-$(CONFIG_SND_SOC_STI_SAS) += snd-soc-sti-sas.o
518
519
obj-$(CONFIG_SND_SOC_TAS2552) += snd-soc-tas2552.o
519
520
obj-$(CONFIG_SND_SOC_TAS2562) += snd-soc-tas2562.o
521
+ obj-$(CONFIG_SND_SOC_TAS2764) += snd-soc-tas2764.o
520
522
obj-$(CONFIG_SND_SOC_TAS5086) += snd-soc-tas5086.o
521
523
obj-$(CONFIG_SND_SOC_TAS571X) += snd-soc-tas571x.o
522
524
obj-$(CONFIG_SND_SOC_TAS5720) += snd-soc-tas5720.o
You can’t perform that action at this time.
0 commit comments