ASoC: Samsung: Add irq member in s3c_dma_params struct
authorInha Song <ideal.song@samsung.com>
Wed, 30 Apr 2014 11:05:03 +0000 (20:05 +0900)
committerChanho Park <chanho61.park@samsung.com>
Thu, 7 Aug 2014 05:32:09 +0000 (14:32 +0900)
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 <ideal.song@samsung.com>
sound/soc/samsung/dma.h

index 189a7a6..a4ab20a 100644 (file)
@@ -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;