Skip to content

Commit

Permalink
ASoC: omap-pcm: Move omap-pcm under include/sound
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jyri Sarha authored and Mark Brown committed May 26, 2014
1 parent 35bcc3c commit 87c1936
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion sound/soc/davinci/davinci-mcasp.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
#include <sound/initval.h>
#include <sound/soc.h>
#include <sound/dmaengine_pcm.h>
#include <sound/omap-pcm.h>

#include "davinci-pcm.h"
#include "davinci-mcasp.h"
#include "../omap/omap-pcm.h"

#define MCASP_MAX_AFIFO_DEPTH 64

Expand Down
2 changes: 1 addition & 1 deletion sound/soc/omap/omap-dmic.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
#include <sound/initval.h>
#include <sound/soc.h>
#include <sound/dmaengine_pcm.h>
#include <sound/omap-pcm.h>

#include "omap-dmic.h"
#include "omap-pcm.h"

struct omap_dmic {
struct device *dev;
Expand Down
2 changes: 1 addition & 1 deletion sound/soc/omap/omap-hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
#include <sound/asoundef.h>
#include <sound/dmaengine_pcm.h>
#include <video/omapdss.h>
#include <sound/omap-pcm.h>

#include "omap-hdmi.h"
#include "omap-pcm.h"

#define DRV_NAME "omap-hdmi-audio-dai"

Expand Down
2 changes: 1 addition & 1 deletion sound/soc/omap/omap-mcbsp.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@
#include <sound/initval.h>
#include <sound/soc.h>
#include <sound/dmaengine_pcm.h>
#include <sound/omap-pcm.h>

#include <linux/platform_data/asoc-ti-mcbsp.h>
#include "mcbsp.h"
#include "omap-mcbsp.h"
#include "omap-pcm.h"

#define OMAP_MCBSP_RATES (SNDRV_PCM_RATE_8000_96000)

Expand Down
2 changes: 1 addition & 1 deletion sound/soc/omap/omap-mcpdm.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@
#include <sound/pcm_params.h>
#include <sound/soc.h>
#include <sound/dmaengine_pcm.h>
#include <sound/omap-pcm.h>

#include "omap-mcpdm.h"
#include "omap-pcm.h"

struct mcpdm_link_config {
u32 link_mask; /* channel mask for the direction */
Expand Down

0 comments on commit 87c1936

Please sign in to comment.