All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tinycompress: rename crec.c
@ 2016-12-16  7:34 Vinod Koul
  0 siblings, 0 replies; only message in thread
From: Vinod Koul @ 2016-12-16  7:34 UTC (permalink / raw)
  To: alsa-devel; +Cc: liam.r.girdwood, tiwai, broonie, Vinod Koul, patches.audio

Since the compress recorder utility is called crecord, it makes it apt to
have src file named crecord.c.

Reported-by: Richard Fitzgerald <rf@opensource.wolfsonmicro.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
---
 src/utils/Makefile.am           | 2 +-
 src/utils/{crec.c => crecord.c} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename src/utils/{crec.c => crecord.c} (100%)

diff --git a/src/utils/Makefile.am b/src/utils/Makefile.am
index 5f685e3b2ffe..1b996d430f21 100644
--- a/src/utils/Makefile.am
+++ b/src/utils/Makefile.am
@@ -1,7 +1,7 @@
 bin_PROGRAMS = cplay crecord
 
 cplay_SOURCES = cplay.c
-crecord_SOURCES = crec.c
+crecord_SOURCES = crecord.c
 
 cplay_CFLAGS = -I$(top_srcdir)/include
 crecord_CFLAGS = -I$(top_srcdir)/include
diff --git a/src/utils/crec.c b/src/utils/crecord.c
similarity index 100%
rename from src/utils/crec.c
rename to src/utils/crecord.c
-- 
1.9.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-12-16  7:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-16  7:34 [PATCH] tinycompress: rename crec.c Vinod Koul

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.