diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | pcm.c (renamed from alsa-pcm.c) | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0 obj-$(CONFIG_AVIRT) += snd-avirt-core.o snd-avirt-core-y := core.o -snd-avirt-core-y += alsa-pcm.o +snd-avirt-core-y += pcm.o snd-avirt-core-y += configfs.o ifeq ($(CONFIG_AVIRT_BUILDLOCAL),) @@ -4,7 +4,7 @@ * * Copyright (c) 2010-2018 Fiberdyne Systems Pty Ltd * - * alsa-pcm.c - AVIRT PCM interface + * pcm.c - AVIRT PCM interface */ #include "core.h" |