File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ config SND_SOC_ALL_CODECS
5757 imply SND_SOC_AW87390
5858 imply SND_SOC_AW88395
5959 imply SND_SOC_AW88261
60+ imply SND_SOC_AW88399
6061 imply SND_SOC_BT_SCO
6162 imply SND_SOC_BD28623
6263 imply SND_SOC_CHV3_CODEC
@@ -680,6 +681,19 @@ config SND_SOC_AW87390
680681 sound quality, which is a new high efficiency, low
681682 noise, constant large volume, 6th Smart K audio amplifier.
682683
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+
683697config SND_SOC_BD28623
684698 tristate "ROHM BD28623 CODEC"
685699 help
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ snd-soc-aw88395-lib-objs := aw88395/aw88395_lib.o
5252snd-soc-aw88395-objs := aw88395/aw88395.o \
5353 aw88395/aw88395_device.o
5454snd-soc-aw88261-objs := aw88261.o
55+ snd-soc-aw88399-objs := aw88399.o
5556snd-soc-bd28623-objs := bd28623.o
5657snd-soc-bt-sco-objs := bt-sco.o
5758snd-soc-chv3-codec-objs := chv3-codec.o
@@ -440,6 +441,7 @@ obj-$(CONFIG_SND_SOC_AW87390) += snd-soc-aw87390.o
440441obj-$(CONFIG_SND_SOC_AW88395_LIB) += snd-soc-aw88395-lib.o
441442obj-$(CONFIG_SND_SOC_AW88395) +=snd-soc-aw88395.o
442443obj-$(CONFIG_SND_SOC_AW88261) +=snd-soc-aw88261.o
444+ obj-$(CONFIG_SND_SOC_AW88399) += snd-soc-aw88399.o
443445obj-$(CONFIG_SND_SOC_BD28623) += snd-soc-bd28623.o
444446obj-$(CONFIG_SND_SOC_BT_SCO) += snd-soc-bt-sco.o
445447obj-$(CONFIG_SND_SOC_CHV3_CODEC) += snd-soc-chv3-codec.o
You can’t perform that action at this time.
0 commit comments