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

Commit 8e699d39 authored by Viraja Kommaraju's avatar Viraja Kommaraju
Browse files

ASoC: msm: Add machine driver for mdm fermium



Machine driver holds target specific information for
mdmfermium. DAI links and sound card for fermium
are registered in machine driver. Machine driver handles
clocks for MI2S interface

Change-Id: I24e9f2d438f934e32fb5f17a7663dc5d2098dec2
Signed-off-by: default avatarViraja Kommaraju <virajak@codeaurora.org>
parent 8cd988e4
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.