Read configuration values from Xen store according to xen/interface/io/sndif.h protocol: - introduce configuration structures for different components, e.g. sound card, device, stream - read PCM HW parameters, e.g rate, format etc. - detect stream type (capture/playback) - read device and card parameters Signed-off-by: Oleksandr Andrushchenko <oleksandr_andrushchenko@epam.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
7 lines
162 B
Makefile
7 lines
162 B
Makefile
# SPDX-License-Identifier: GPL-2.0 OR MIT
|
|
|
|
snd_xen_front-objs := xen_snd_front.o \
|
|
xen_snd_front_cfg.o
|
|
|
|
obj-$(CONFIG_SND_XEN_FRONTEND) += snd_xen_front.o
|