summaryrefslogtreecommitdiff
path: root/sound/virtio/Makefile
diff options
context:
space:
mode:
authorAnton Yakovlev <anton.yakovlev@opensynergy.com>2021-03-02 17:47:06 +0100
committerTakashi Iwai <tiwai@suse.de>2021-03-07 09:08:03 +0100
commitda76e9f3e43a7195c69d370ee514cccae6517c76 (patch)
tree0fd9ce8748ee3ff96493e4bd8fd1918c5d13f522 /sound/virtio/Makefile
parentf40a28679e0b7cb3a9cc6627a8dbb40961990f0a (diff)
ALSA: virtio: PCM substream operators
Introduce the operators required for the operation of substreams. Signed-off-by: Anton Yakovlev <anton.yakovlev@opensynergy.com> Link: https://lore.kernel.org/r/20210302164709.3142702-7-anton.yakovlev@opensynergy.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/virtio/Makefile')
-rw-r--r--sound/virtio/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/virtio/Makefile b/sound/virtio/Makefile
index 626af3cc3ed7..34493226793f 100644
--- a/sound/virtio/Makefile
+++ b/sound/virtio/Makefile
@@ -6,5 +6,6 @@ virtio_snd-objs := \
virtio_card.o \
virtio_ctl_msg.o \
virtio_pcm.o \
- virtio_pcm_msg.o
+ virtio_pcm_msg.o \
+ virtio_pcm_ops.o