File tree Expand file tree Collapse file tree 4 files changed +2526
-0
lines changed Expand file tree Collapse file tree 4 files changed +2526
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ config SND_SOC_ALL_CODECS
57
57
imply SND_SOC_AW87390
58
58
imply SND_SOC_AW88395
59
59
imply SND_SOC_AW88261
60
+ imply SND_SOC_AW88399
60
61
imply SND_SOC_BT_SCO
61
62
imply SND_SOC_BD28623
62
63
imply SND_SOC_CHV3_CODEC
@@ -680,6 +681,19 @@ config SND_SOC_AW87390
680
681
sound quality, which is a new high efficiency, low
681
682
noise, constant large volume, 6th Smart K audio amplifier.
682
683
684
+ config SND_SOC_AW88399
685
+ tristate "Soc Audio for awinic aw88399"
686
+ depends on I2C
687
+ select CRC8
688
+ select REGMAP_I2C
689
+ select GPIOLIB
690
+ select SND_SOC_AW88399_LIB
691
+ help
692
+ This option enables support for aw88399 Smart PA.
693
+ The awinic AW88399 is an I2S/TDM input, high efficiency
694
+ digital Smart K audio amplifier and SKTune speaker
695
+ protection algorithms.
696
+
683
697
config SND_SOC_BD28623
684
698
tristate "ROHM BD28623 CODEC"
685
699
help
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ snd-soc-aw88395-lib-objs := aw88395/aw88395_lib.o
52
52
snd-soc-aw88395-objs := aw88395/aw88395.o \
53
53
aw88395/aw88395_device.o
54
54
snd-soc-aw88261-objs := aw88261.o
55
+ snd-soc-aw88399-objs := aw88399.o
55
56
snd-soc-bd28623-objs := bd28623.o
56
57
snd-soc-bt-sco-objs := bt-sco.o
57
58
snd-soc-chv3-codec-objs := chv3-codec.o
@@ -440,6 +441,7 @@ obj-$(CONFIG_SND_SOC_AW87390) += snd-soc-aw87390.o
440
441
obj-$(CONFIG_SND_SOC_AW88395_LIB) += snd-soc-aw88395-lib.o
441
442
obj-$(CONFIG_SND_SOC_AW88395) +=snd-soc-aw88395.o
442
443
obj-$(CONFIG_SND_SOC_AW88261) +=snd-soc-aw88261.o
444
+ obj-$(CONFIG_SND_SOC_AW88399) += snd-soc-aw88399.o
443
445
obj-$(CONFIG_SND_SOC_BD28623) += snd-soc-bd28623.o
444
446
obj-$(CONFIG_SND_SOC_BT_SCO) += snd-soc-bt-sco.o
445
447
obj-$(CONFIG_SND_SOC_CHV3_CODEC) += snd-soc-chv3-codec.o
You can’t perform that action at this time.
0 commit comments