Skip to content

Commit

Permalink
ASoC: rt1308: add soundwire support
Browse files Browse the repository at this point in the history
Signed-off-by: Bard Liao <[email protected]>
  • Loading branch information
bardliao committed Aug 15, 2019
1 parent 5d46078 commit 421ce5e
Show file tree
Hide file tree
Showing 5 changed files with 931 additions and 6 deletions.
6 changes: 6 additions & 0 deletions sound/soc/codecs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1032,6 +1032,12 @@ config SND_SOC_RT700_SDW
select SND_SOC_RT700
select REGMAP_SOUNDWIRE

config SND_SOC_RT1308_SDW
tristate "Realtek RT1308 Codec - SDW"
depends on SOUNDWIRE
select SND_SOC_RT1308
select REGMAP_SOUNDWIRE

#Freescale sgtl5000 codec
config SND_SOC_SGTL5000
tristate "Freescale SGTL5000 CODEC"
Expand Down
2 changes: 2 additions & 0 deletions sound/soc/codecs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@ 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
snd-soc-rt1308-sdw-objs := rt1308-sdw.o

# Amp
snd-soc-max9877-objs := max9877.o
Expand Down Expand Up @@ -562,6 +563,7 @@ 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
obj-$(CONFIG_SND_SOC_RT1308_SDW) += snd-soc-rt1308-sdw.o

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

0 comments on commit 421ce5e

Please sign in to comment.