ALSA: virtio: handling control and I/O messages for the PCM device
[platform/kernel/linux-rpi.git] / sound / virtio / Makefile
1 # SPDX-License-Identifier: GPL-2.0+
2
3 obj-$(CONFIG_SND_VIRTIO) += virtio_snd.o
4
5 virtio_snd-objs := \
6         virtio_card.o \
7         virtio_ctl_msg.o \
8         virtio_pcm.o \
9         virtio_pcm_msg.o
10