]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - include/sound/spear_spdif.h
lib/genalloc.c: rename addr_in_gen_pool to gen_pool_has_addr
[mirror_ubuntu-jammy-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 */