diff options
Diffstat (limited to 'include/linux/mxc_asrc.h')
-rw-r--r-- | include/linux/mxc_asrc.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/mxc_asrc.h b/include/linux/mxc_asrc.h index 72556a5e1669..081fafa65ab0 100644 --- a/include/linux/mxc_asrc.h +++ b/include/linux/mxc_asrc.h @@ -190,6 +190,11 @@ struct dma_block { struct list_head queue; }; +struct asrc_p2p_params { + u32 p2p_rate;/* ASRC output rate for p2p */ + enum asrc_word_width p2p_width;/* ASRC output wordwidth for p2p */ +}; + struct asrc_pair_params { enum asrc_pair_index index; struct list_head input_queue; |