Skip to content

Commit

Permalink
ASoC: codecs: add rt700 support
Browse files Browse the repository at this point in the history
RT700 depends on SOUNDWIRE

Signed-off-by: Shuming Fan <shumingf@realtek.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
  • Loading branch information
shumingfan authored and plbossart committed May 4, 2019
1 parent 14c6e56 commit cc3a948
Show file tree
Hide file tree
Showing 6 changed files with 2,460 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sound/soc/codecs/Kconfig
Expand Up @@ -966,6 +966,15 @@ config SND_SOC_RT5677_SPI
config SND_SOC_RT5682
tristate

config SND_SOC_RT700
tristate

config SND_SOC_RT700_SDW
tristate "Realtek RT700 Codec - SDW"
depends on SOUNDWIRE
select SND_SOC_RT700
select REGMAP_SOUNDWIRE

#Freescale sgtl5000 codec
config SND_SOC_SGTL5000
tristate "Freescale SGTL5000 CODEC"
Expand Down
3 changes: 3 additions & 0 deletions sound/soc/codecs/Makefile
Expand Up @@ -264,6 +264,8 @@ snd-soc-wm9712-objs := wm9712.o
snd-soc-wm9713-objs := wm9713.o
snd-soc-wm-hubs-objs := wm_hubs.o
snd-soc-zx-aud96p22-objs := zx_aud96p22.o
snd-soc-rt700-objs := rt700.o rt700-sdw.o

# Amp
snd-soc-max9877-objs := max9877.o
snd-soc-max98504-objs := max98504.o
Expand Down Expand Up @@ -537,6 +539,7 @@ obj-$(CONFIG_SND_SOC_WM9713) += snd-soc-wm9713.o
obj-$(CONFIG_SND_SOC_WM_ADSP) += snd-soc-wm-adsp.o
obj-$(CONFIG_SND_SOC_WM_HUBS) += snd-soc-wm-hubs.o
obj-$(CONFIG_SND_SOC_ZX_AUD96P22) += snd-soc-zx-aud96p22.o
obj-$(CONFIG_SND_SOC_RT700) += snd-soc-rt700.o

# Amp
obj-$(CONFIG_SND_SOC_MAX9877) += snd-soc-max9877.o
Expand Down

0 comments on commit cc3a948

Please sign in to comment.