From 0406a40a095ca039e5f5ec63783342253c573d06 Mon Sep 17 00:00:00 2001 From: Lars-Peter Clausen Date: Tue, 3 Dec 2013 18:53:03 +0100 Subject: ASoC: jz4740: Use the generic dmaengine PCM driver Now that there is a dmaengine driver for the jz4740 DMA core we can use the generic dmaengine PCM driver. This allows us to remove the custom jz4740-pcm code completely. Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- sound/soc/jz4740/jz4740-pcm.h | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 sound/soc/jz4740/jz4740-pcm.h (limited to 'sound/soc/jz4740/jz4740-pcm.h') diff --git a/sound/soc/jz4740/jz4740-pcm.h b/sound/soc/jz4740/jz4740-pcm.h deleted file mode 100644 index 1220cbb4382c..000000000000 --- a/sound/soc/jz4740/jz4740-pcm.h +++ /dev/null @@ -1,20 +0,0 @@ -/* - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - */ - -#ifndef _JZ4740_PCM_H -#define _JZ4740_PCM_H - -#include -#include - - -struct jz4740_pcm_config { - struct jz4740_dma_config dma_config; - phys_addr_t fifo_addr; -}; - -#endif -- cgit v1.2.3