From aee4883f4785e65e42de1e3e2a42601c962a2062 Mon Sep 17 00:00:00 2001 From: Inha Song Date: Wed, 30 Apr 2014 20:05:03 +0900 Subject: [PATCH] ASoC: Samsung: Add irq member in s3c_dma_params struct ASoC dma/idma devices are not registered as platform device any more. In order to save irq value, "irq" member is added to the s3c_dma_params data structure. Change-Id: I1bfd0cfd9a6b4d67582dddade52b4eb4822afcac Signed-off-by: Inha Song --- sound/soc/samsung/dma.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/samsung/dma.h b/sound/soc/samsung/dma.h index 189a7a6..a4ab20a 100644 --- a/sound/soc/samsung/dma.h +++ b/sound/soc/samsung/dma.h @@ -16,6 +16,7 @@ struct s3c_dma_params { struct s3c2410_dma_client *client; /* stream identifier */ int channel; /* Channel ID */ dma_addr_t dma_addr; + int irq; int dma_size; /* Size of the DMA transfer */ unsigned ch; struct samsung_dma_ops *ops; -- 2.7.4