net/mlx5: Fix FTE cleanup
[linux/fpc-iii.git] / include / sound / spear_spdif.h
blobf52f5268c01e8b9754ed656d8aa5d97dd5b12058
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (ST) 2012 Vipin Kumar (vipin.kumar@st.com)
4 */
6 #ifndef __SOUND_SPDIF_H
7 #define __SOUND_SPDIF_H
9 struct spear_spdif_platform_data {
10 /* DMA params */
11 void *dma_params;
12 bool (*filter)(struct dma_chan *chan, void *slave);
13 void (*reset_perip)(void);
16 #endif /* SOUND_SPDIF_H */