Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a175c683 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: msm: Add machine driver for mdm fermium"

parents 45ccc2b3 8e699d39
Loading
Loading
Loading
Loading
+19 −0
Original line number Diff line number Diff line
@@ -202,4 +202,23 @@ config SND_SOC_MDMCALIFORNIUM
         interfaces with DSP, also it will enable
         the machine driver and the corresponding
         DAI-links

config SND_SOC_MDMFERMIUM
	tristate "SoC Machine driver for MDMFERMIUM boards"
	depends on ARCH_MDMFERMIUM
	select SND_SOC_QDSP6V2
	select SND_SOC_MSM_STUB
	select SND_SOC_WCD9330
	select SND_SOC_MSM_HOSTLESS_PCM
	select SND_DYNAMIC_MINORS
	select MSM_QDSP6_APRV3
	select MSM_QDSP6V2_CODECS
	select SND_HWDEP
	help
	 To add support for SoC audio on MDMFERMIUM boards.
	 This will enable sound soc drivers which
	 interfaces with DSP, also it will enable
	 the machine drivers and the corresponding
	 DAI-links.

endmenu
+4 −0
Original line number Diff line number Diff line
@@ -32,3 +32,7 @@ obj-$(CONFIG_SND_SOC_MSM8X16) += snd-soc-msm8x16.o
# for MDM Californium sound card driver
snd-soc-mdmcalifornium-objs := mdmcalifornium.o
obj-$(CONFIG_SND_SOC_MDMCALIFORNIUM) += snd-soc-mdmcalifornium.o

# for MDM FERMIUM sound card driver
snd-soc-mdmfermium-objs := mdmfermium.o
obj-$(CONFIG_SND_SOC_MDMFERMIUM) += snd-soc-mdmfermium.o
+1561 −0

File added.

Preview size limit exceeded, changes collapsed.