blob: f52f5268c01e8b9754ed656d8aa5d97dd5b12058 [file] [log] [blame]
Thomas Gleixner1a59d1b82019-05-27 08:55:05 +02001/* SPDX-License-Identifier: GPL-2.0-or-later */
Vipin Kumarace36d82012-06-21 15:54:53 +05302/*
3 * Copyright (ST) 2012 Vipin Kumar (vipin.kumar@st.com)
Vipin Kumarace36d82012-06-21 15:54:53 +05304 */
5
6#ifndef __SOUND_SPDIF_H
7#define __SOUND_SPDIF_H
8
9struct 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);
14};
15
16#endif /* SOUND_SPDIF_H */