^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) /* SPDX-License-Identifier: GPL-2.0-or-later */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) * Copyright (ST) 2012 Vipin Kumar (vipin.kumar@st.com)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) #ifndef __SOUND_SPDIF_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) #define __SOUND_SPDIF_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) struct spear_spdif_platform_data {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) /* DMA params */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) void *dma_params;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) bool (*filter)(struct dma_chan *chan, void *slave);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) void (*reset_perip)(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) #endif /* SOUND_SPDIF_H */