From f7f741810f14f971337b15892007622c3af1f109 Mon Sep 17 00:00:00 2001 From: Seungwhan Youn Date: Fri, 7 Jan 2011 13:51:26 +0900 Subject: ASoC: SAMSUNG: Clean-up DMA header file This patch moves DMA specific definitions, they doesn't need to be shared, into 'dma.c' from 'dma.h'. And remove unnecessery definitions on 'dma.h'. Signed-off-by: Seungwhan Youn Acked-by: Jassi Brar Signed-off-by: Mark Brown --- sound/soc/samsung/dma.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sound/soc/samsung/dma.c') diff --git a/sound/soc/samsung/dma.c b/sound/soc/samsung/dma.c index 21240198c5d..c2cdb4597e5 100644 --- a/sound/soc/samsung/dma.c +++ b/sound/soc/samsung/dma.c @@ -32,6 +32,9 @@ #include "dma.h" +#define ST_RUNNING (1<<0) +#define ST_OPENED (1<<1) + static const struct snd_pcm_hardware dma_hardware = { .info = SNDRV_PCM_INFO_INTERLEAVED | SNDRV_PCM_INFO_BLOCK_TRANSFER | -- cgit v1.2.3-70-g09d2