]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - sound/soc/davinci/davinci-pcm.h
ASoC: DaVinci: McASP FIFO related updates
[mirror_ubuntu-bionic-kernel.git] / sound / soc / davinci / davinci-pcm.h
index 63d96253c73a13dd6825245d6c34f6a669b1f291..c8b0d2baf05a866de25ece5227a5033586196cf6 100644 (file)
 
 
 struct davinci_pcm_dma_params {
-       char *name;                     /* stream identifier */
        int channel;                    /* sync dma channel ID */
        unsigned short acnt;
        dma_addr_t dma_addr;            /* device physical address for DMA */
        enum dma_event_q eventq_no;     /* event queue number */
        unsigned char data_type;        /* xfer data type */
        unsigned char convert_mono_stereo;
+       unsigned int fifo_level;
 };