Skip to content

Commit 9c34d02

Browse files
Peter Ujfalusibroonie
authored andcommitted
ASoC: omap-mcbsp: Re-arrange files for core McBSP and Sidetone function split
The mcbsp.c was copied a while back from arch/arm/plat-omap/mcbsp.c and it contained a mix of McBSP and McBSP sidetone functions. Create new file structure with the following split: omap-mcbsp.c - McBSP related functions omap-mcbsp-st.c - McBSP sidetone functionality omap-mcbsp-priv.h - Private header for internal use omap-mcbsp.h - Header for user drivers I have tried to do the code move with minimal code change, cleanup patches can be based on the new structure. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Acked-by: Jarkko Nikula <jarkko.nikula@bitmer.com> Tested-by: Jarkko Nikula <jarkko.nikula@bitmer.com> Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent be51c57 commit 9c34d02

File tree

6 files changed

+1269
-1315
lines changed

6 files changed

+1269
-1315
lines changed

sound/soc/omap/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# OMAP Platform Support
33
snd-soc-sdma-objs := sdma-pcm.o
44
snd-soc-omap-dmic-objs := omap-dmic.o
5-
snd-soc-omap-mcbsp-objs := omap-mcbsp.o mcbsp.o
5+
snd-soc-omap-mcbsp-objs := omap-mcbsp.o omap-mcbsp-st.o
66
snd-soc-omap-mcpdm-objs := omap-mcpdm.o
77
snd-soc-omap-hdmi-audio-objs := omap-hdmi-audio.o
88

0 commit comments

Comments
 (0)