File tree Expand file tree Collapse file tree 5 files changed +2483
-0
lines changed
Documentation/devicetree/bindings/sound Expand file tree Collapse file tree 5 files changed +2483
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ properties:
19
19
enum :
20
20
- awinic,aw88081
21
21
- awinic,aw88083
22
+ - awinic,aw88166
22
23
- awinic,aw88261
23
24
- awinic,aw88395
24
25
- awinic,aw88399
Original file line number Diff line number Diff line change @@ -58,6 +58,7 @@ config SND_SOC_ALL_CODECS
58
58
imply SND_SOC_AW87390
59
59
imply SND_SOC_AW88395
60
60
imply SND_SOC_AW88081
61
+ imply SND_SOC_AW88166
61
62
imply SND_SOC_AW88261
62
63
imply SND_SOC_AW88399
63
64
imply SND_SOC_BT_SCO
@@ -678,6 +679,18 @@ config SND_SOC_AW88395
678
679
digital Smart K audio amplifier with an integrated 10V
679
680
smart boost convert.
680
681
682
+ config SND_SOC_AW88166
683
+ tristate "Soc Audio for awinic aw88166"
684
+ depends on I2C
685
+ select REGMAP_I2C
686
+ select GPIOLIB
687
+ select SND_SOC_AW88395_LIB
688
+ help
689
+ This option enables support for aw88166 Smart PA.
690
+ The awinic AW88166 is an I2S/TDM input, high efficiency
691
+ digital Smart K audio amplifier with sound quality
692
+ enhancement algorithms and speaker protection.
693
+
681
694
config SND_SOC_AW88261
682
695
tristate "Soc Audio for awinic aw88261"
683
696
depends on I2C
Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ snd-soc-aw88081-y := aw88081.o
53
53
snd-soc-aw88395-lib-y := aw88395/aw88395_lib.o
54
54
snd-soc-aw88395-y := aw88395/aw88395.o \
55
55
aw88395/aw88395_device.o
56
+ snd-soc-aw88166-y := aw88166.o
56
57
snd-soc-aw88261-y := aw88261.o
57
58
snd-soc-aw88399-y := aw88399.o
58
59
snd-soc-bd28623-y := bd28623.o
@@ -470,6 +471,7 @@ obj-$(CONFIG_SND_SOC_AW87390) += snd-soc-aw87390.o
470
471
obj-$(CONFIG_SND_SOC_AW88081) += snd-soc-aw88081.o
471
472
obj-$(CONFIG_SND_SOC_AW88395_LIB) += snd-soc-aw88395-lib.o
472
473
obj-$(CONFIG_SND_SOC_AW88395) +=snd-soc-aw88395.o
474
+ obj-$(CONFIG_SND_SOC_AW88166) +=snd-soc-aw88166.o
473
475
obj-$(CONFIG_SND_SOC_AW88261) +=snd-soc-aw88261.o
474
476
obj-$(CONFIG_SND_SOC_AW88399) += snd-soc-aw88399.o
475
477
obj-$(CONFIG_SND_SOC_BD28623) += snd-soc-bd28623.o
You can’t perform that action at this time.
0 commit comments