xref: /kernel/linux/linux-5.10/sound/xen/xen_snd_front_alsa.h
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/sound/xen/
18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 OR MIT */
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_ci/*
48c2ecf20Sopenharmony_ci * Xen para-virtual sound device
58c2ecf20Sopenharmony_ci *
68c2ecf20Sopenharmony_ci * Copyright (C) 2016-2018 EPAM Systems Inc.
78c2ecf20Sopenharmony_ci *
88c2ecf20Sopenharmony_ci * Author: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com>
98c2ecf20Sopenharmony_ci */
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci#ifndef __XEN_SND_FRONT_ALSA_H
128c2ecf20Sopenharmony_ci#define __XEN_SND_FRONT_ALSA_H
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_cistruct xen_snd_front_info;
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciint xen_snd_front_alsa_init(struct xen_snd_front_info *front_info);
178c2ecf20Sopenharmony_ci
188c2ecf20Sopenharmony_civoid xen_snd_front_alsa_fini(struct xen_snd_front_info *front_info);
198c2ecf20Sopenharmony_ci
208c2ecf20Sopenharmony_civoid xen_snd_front_alsa_handle_cur_pos(struct xen_snd_front_evtchnl *evtchnl,
218c2ecf20Sopenharmony_ci				       u64 pos_bytes);
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ci#endif /* __XEN_SND_FRONT_ALSA_H */
24

Indexes created Thu Nov 07 10:32:03 CST 2024