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

Commit 92a97806 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ASoC: sdx: Add initial machine driver"

parents 9f35768b 2196f8b0
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -154,6 +154,10 @@ ifdef CONFIG_SND_SOC_LAHAINA
	MACHINE_OBJS += lahaina.o
endif

ifdef CONFIG_SND_SOC_MDM9650
	MACHINE_OBJS += sdx-target.o
endif

# for HOLI sound card driver
ifdef CONFIG_SND_SOC_HOLI
	MACHINE_OBJS += holi.o
@@ -277,6 +281,9 @@ machine_dlkm-y := $(MACHINE_OBJS)
obj-$(CONFIG_SND_SOC_LAHAINA) += machine_dlkm.o
machine_dlkm-y := $(MACHINE_OBJS)

obj-$(CONFIG_SND_SOC_MDM9650) += machine_dlkm.o
machine_dlkm-y := $(MACHINE_OBJS)

obj-$(CONFIG_SND_SOC_HOLI) += machine_dlkm.o
machine_dlkm-y := $(MACHINE_OBJS)

asoc/mdm_dailink.h

0 → 100644
+958 −0

File added.

Preview size limit exceeded, changes collapsed.

asoc/sdx-target.c

0 → 100644
+3671 −0

File added.

Preview size limit exceeded, changes collapsed.