Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-or-later */
0002 /*
0003  * Copyright (ST) 2012 Vipin Kumar (vipin.kumar@st.com)
0004  */
0005 
0006 #ifndef __SOUND_SPDIF_H
0007 #define __SOUND_SPDIF_H
0008 
0009 struct spear_spdif_platform_data {
0010     /* DMA params */
0011     void *dma_params;
0012     bool (*filter)(struct dma_chan *chan, void *slave);
0013     void (*reset_perip)(void);
0014 };
0015 
0016 #endif /* SOUND_SPDIF_H */