aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--pcm.c (renamed from alsa-pcm.c)2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 84b8b4d..e2a154e 100644
--- a/Makefile
+++ b/Makefile
@@ -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),)
diff --git a/alsa-pcm.c b/pcm.c
index 603c096..babc8b6 100644
--- a/alsa-pcm.c
+++ b/pcm.c
@@ -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"