788ef64a2c
Handle Xen event channels: - create for all configured streams and publish corresponding ring references and event channels in Xen store, so backend can connect - implement event channels interrupt handlers - create and destroy event channels with respect to Xen bus state Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
8 lines
196 B
Makefile
8 lines
196 B
Makefile
# SPDX-License-Identifier: GPL-2.0 OR MIT
|
|
|
|
snd_xen_front-objs := xen_snd_front.o \
|
|
xen_snd_front_cfg.o \
|
|
xen_snd_front_evtchnl.o
|
|
|
|
obj-$(CONFIG_SND_XEN_FRONTEND) += snd_xen_front.o
|