1# SPDX-License-Identifier: GPL-2.0+ 2 3obj-$(CONFIG_SND_VIRTIO) += virtio_snd.o 4 5virtio_snd-objs := \ 6 virtio_card.o 7 8