Skip to content

Commit

Permalink
ASoC: sma1303: Add driver for Iron Device SMA1303 Amp
Browse files Browse the repository at this point in the history
The Iron Device SMA1303 is a boosted Class-D audio amplifier.

Signed-off-by: Kiseok Jo <kiseok.jo@irondevice.com>
Reviewed-by: Gyuhwa Park <gyuhwa.park@irondevice.com>
  • Loading branch information
KiseokJo authored and intel-lab-lkp committed Jan 4, 2023
1 parent f873f5d commit 0b15568
Show file tree
Hide file tree
Showing 4 changed files with 2,737 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sound/soc/codecs/Kconfig
Expand Up @@ -206,6 +206,7 @@ config SND_SOC_ALL_CODECS
imply SND_SOC_SI476X
imply SND_SOC_SIMPLE_AMPLIFIER
imply SND_SOC_SIMPLE_MUX
imply SND_SOC_SMA1303
imply SND_SOC_SPDIF
imply SND_SOC_SRC4XXX_I2C
imply SND_SOC_SSM2305
Expand Down Expand Up @@ -1492,6 +1493,12 @@ config SND_SOC_SIMPLE_MUX
tristate "Simple Audio Mux"
depends on GPIOLIB

config SND_SOC_SMA1303
tristate "Iron Device SMA1303 Audio Amplifier"
depends on I2C
help
Enable support for Iron Device SMA1303 Boosted Class-D amplifier

config SND_SOC_SPDIF
tristate "S/PDIF CODEC"

Expand Down
2 changes: 2 additions & 0 deletions sound/soc/codecs/Makefile
Expand Up @@ -233,6 +233,7 @@ snd-soc-sigmadsp-objs := sigmadsp.o
snd-soc-sigmadsp-i2c-objs := sigmadsp-i2c.o
snd-soc-sigmadsp-regmap-objs := sigmadsp-regmap.o
snd-soc-si476x-objs := si476x.o
snd-soc-sma1303-objs := sma1303.o
snd-soc-spdif-tx-objs := spdif_transmitter.o
snd-soc-spdif-rx-objs := spdif_receiver.o
snd-soc-src4xxx-objs := src4xxx.o
Expand Down Expand Up @@ -588,6 +589,7 @@ obj-$(CONFIG_SND_SOC_SIGMADSP) += snd-soc-sigmadsp.o
obj-$(CONFIG_SND_SOC_SIGMADSP_I2C) += snd-soc-sigmadsp-i2c.o
obj-$(CONFIG_SND_SOC_SIGMADSP_REGMAP) += snd-soc-sigmadsp-regmap.o
obj-$(CONFIG_SND_SOC_SI476X) += snd-soc-si476x.o
obj-$(CONFIG_SND_SOC_SMA1303) += snd-soc-sma1303.o
obj-$(CONFIG_SND_SOC_SPDIF) += snd-soc-spdif-rx.o snd-soc-spdif-tx.o
obj-$(CONFIG_SND_SOC_SRC4XXX) += snd-soc-src4xxx.o
obj-$(CONFIG_SND_SOC_SRC4XXX_I2C) += snd-soc-src4xxx-i2c.o
Expand Down

0 comments on commit 0b15568

Please sign in to comment.