File tree Expand file tree Collapse file tree 5 files changed +1390
-1
lines changed
Documentation/devicetree/bindings/sound Expand file tree Collapse file tree 5 files changed +1390
-1
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,9 @@ description:
17
17
properties :
18
18
compatible :
19
19
enum :
20
- - awinic,aw88395
20
+ - awinic,aw88081
21
21
- awinic,aw88261
22
+ - awinic,aw88395
22
23
- awinic,aw88399
23
24
24
25
reg :
56
57
compatible :
57
58
contains :
58
59
enum :
60
+ - awinic,aw88081
59
61
- awinic,aw88261
60
62
then :
61
63
properties :
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ config SND_SOC_ALL_CODECS
57
57
imply SND_SOC_AW8738
58
58
imply SND_SOC_AW87390
59
59
imply SND_SOC_AW88395
60
+ imply SND_SOC_AW88081
60
61
imply SND_SOC_AW88261
61
62
imply SND_SOC_AW88399
62
63
imply SND_SOC_BT_SCO
@@ -689,6 +690,17 @@ config SND_SOC_AW88261
689
690
boost converter can be adjusted smartly according to
690
691
the input amplitude.
691
692
693
+ config SND_SOC_AW88081
694
+ tristate "Soc Audio for awinic aw88081"
695
+ depends on I2C
696
+ select REGMAP_I2C
697
+ select SND_SOC_AW88395_LIB
698
+ help
699
+ This option enables support for aw88081 Smart PA.
700
+ The awinic AW88081 is an I2S/TDM input, high efficiency
701
+ digital Smart K audio amplifier. Due to its 9uV noise
702
+ floor and ultra-low distortion, clean listening is guaranteed.
703
+
692
704
config SND_SOC_AW87390
693
705
tristate "Soc Audio for awinic aw87390"
694
706
depends on I2C
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ snd-soc-arizona-y := arizona.o arizona-jack.o
49
49
snd-soc-audio-iio-aux-y := audio-iio-aux.o
50
50
snd-soc-aw8738-y := aw8738.o
51
51
snd-soc-aw87390-y := aw87390.o
52
+ snd-soc-aw88081-y := aw88081.o
52
53
snd-soc-aw88395-lib-y := aw88395/aw88395_lib.o
53
54
snd-soc-aw88395-y := aw88395/aw88395.o \
54
55
aw88395/aw88395_device.o
@@ -465,6 +466,7 @@ obj-$(CONFIG_SND_SOC_ARIZONA) += snd-soc-arizona.o
465
466
obj-$(CONFIG_SND_SOC_AUDIO_IIO_AUX) += snd-soc-audio-iio-aux.o
466
467
obj-$(CONFIG_SND_SOC_AW8738) += snd-soc-aw8738.o
467
468
obj-$(CONFIG_SND_SOC_AW87390) += snd-soc-aw87390.o
469
+ obj-$(CONFIG_SND_SOC_AW88081) += snd-soc-aw88081.o
468
470
obj-$(CONFIG_SND_SOC_AW88395_LIB) += snd-soc-aw88395-lib.o
469
471
obj-$(CONFIG_SND_SOC_AW88395) +=snd-soc-aw88395.o
470
472
obj-$(CONFIG_SND_SOC_AW88261) +=snd-soc-aw88261.o
You can’t perform that action at this time.
0 commit comments