]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - include/sound/spear_spdif.h
Merge tag 'arc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[mirror_ubuntu-hirsute-kernel.git] / include / sound / spear_spdif.h
CommitLineData
1a59d1b8 1/* SPDX-License-Identifier: GPL-2.0-or-later */
ace36d85
VK
2/*
3 * Copyright (ST) 2012 Vipin Kumar (vipin.kumar@st.com)
ace36d85
VK
4 */
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 */