forked from luck/tmp_suning_uos_patched
d6e0fbb82e
Implement shared buffer handling according to the para-virtualized sound device protocol at xen/interface/io/sndif.h: - manage buffer memory - handle granted references - handle page directories [ Fixed missing linux/kernel.h inclusion -- tiwai ] Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
9 lines
228 B
Makefile
9 lines
228 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 \
|
|
xen_snd_front_shbuf.o
|
|
|
|
obj-$(CONFIG_SND_XEN_FRONTEND) += snd_xen_front.o
|