Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: omap-pcm: Move omap-pcm under include/sound

Make including the omap-pcm.h outside sound/soc/omap more convenient.

Signed-off-by: Jyri Sarha <jsarha@ti.com>
Acked-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Signed-off-by: Mark Brown <broonie@linaro.org>

authored by

Jyri Sarha and committed by
Mark Brown
87c19364 35bcc3c2

+5 -5
+1 -1
sound/soc/davinci/davinci-mcasp.c
··· 33 33 #include <sound/initval.h> 34 34 #include <sound/soc.h> 35 35 #include <sound/dmaengine_pcm.h> 36 + #include <sound/omap-pcm.h> 36 37 37 38 #include "davinci-pcm.h" 38 39 #include "davinci-mcasp.h" 39 - #include "../omap/omap-pcm.h" 40 40 41 41 #define MCASP_MAX_AFIFO_DEPTH 64 42 42
+1 -1
sound/soc/omap/omap-dmic.c
··· 40 40 #include <sound/initval.h> 41 41 #include <sound/soc.h> 42 42 #include <sound/dmaengine_pcm.h> 43 + #include <sound/omap-pcm.h> 43 44 44 45 #include "omap-dmic.h" 45 - #include "omap-pcm.h" 46 46 47 47 struct omap_dmic { 48 48 struct device *dev;
+1 -1
sound/soc/omap/omap-hdmi.c
··· 34 34 #include <sound/asoundef.h> 35 35 #include <sound/dmaengine_pcm.h> 36 36 #include <video/omapdss.h> 37 + #include <sound/omap-pcm.h> 37 38 38 39 #include "omap-hdmi.h" 39 - #include "omap-pcm.h" 40 40 41 41 #define DRV_NAME "omap-hdmi-audio-dai" 42 42
+1 -1
sound/soc/omap/omap-mcbsp.c
··· 34 34 #include <sound/initval.h> 35 35 #include <sound/soc.h> 36 36 #include <sound/dmaengine_pcm.h> 37 + #include <sound/omap-pcm.h> 37 38 38 39 #include <linux/platform_data/asoc-ti-mcbsp.h> 39 40 #include "mcbsp.h" 40 41 #include "omap-mcbsp.h" 41 - #include "omap-pcm.h" 42 42 43 43 #define OMAP_MCBSP_RATES (SNDRV_PCM_RATE_8000_96000) 44 44
+1 -1
sound/soc/omap/omap-mcpdm.c
··· 40 40 #include <sound/pcm_params.h> 41 41 #include <sound/soc.h> 42 42 #include <sound/dmaengine_pcm.h> 43 + #include <sound/omap-pcm.h> 43 44 44 45 #include "omap-mcpdm.h" 45 - #include "omap-pcm.h" 46 46 47 47 struct mcpdm_link_config { 48 48 u32 link_mask; /* channel mask for the direction */
sound/soc/omap/omap-pcm.h include/sound/omap-pcm.h