/* SPDX-License-Identifier: GPL-2.0 OR MIT */ /* * Xen para-virtual sound device * * Copyright (C) 2016-2018 EPAM Systems Inc. * * Author: Oleksandr Andrushchenko <[email protected]> */ #ifndef __XEN_SND_FRONT_CFG_H #define __XEN_SND_FRONT_CFG_H #include <sound/core.h> #include <sound/pcm.h> struct xen_snd_front_info; struct xen_front_cfg_stream { … }; struct xen_front_cfg_pcm_instance { … }; struct xen_front_cfg_card { … }; int xen_snd_front_cfg_card(struct xen_snd_front_info *front_info, int *stream_cnt); #endif /* __XEN_SND_FRONT_CFG_H */