Skip to content

Commit c511879

Browse files
committed
ASoC: codecs: Add aw88083 amplifier driver
Merge series from [email protected]: Add the awinic,aw88083 property to support the aw88083 chip. The driver is for amplifiers aw88083 of Awinic Technology Corporation. The AW88083 is an intelligent digital audio amplifier with low noise.
2 parents 8227c75 + be947cc commit c511879

File tree

4 files changed

+323
-57
lines changed

4 files changed

+323
-57
lines changed

Documentation/devicetree/bindings/sound/awinic,aw88395.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ properties:
1818
compatible:
1919
enum:
2020
- awinic,aw88081
21+
- awinic,aw88083
2122
- awinic,aw88261
2223
- awinic,aw88395
2324
- awinic,aw88399
@@ -58,6 +59,7 @@ allOf:
5859
contains:
5960
enum:
6061
- awinic,aw88081
62+
- awinic,aw88083
6163
- awinic,aw88261
6264
then:
6365
properties:

sound/soc/codecs/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ config SND_SOC_AW88261
692692
the input amplitude.
693693

694694
config SND_SOC_AW88081
695-
tristate "Soc Audio for awinic aw88081"
695+
tristate "Soc Audio for awinic aw88081/aw88083"
696696
depends on I2C
697697
select REGMAP_I2C
698698
select SND_SOC_AW88395_LIB

0 commit comments

Comments
 (0)