From 989f453e133962c711d360b6f2e87ee5b0e56b22 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 27 Dec 2014 13:52:40 -0600 Subject: [PATCH] Promote mix --- toys/{pending => other}/mix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => other}/mix.c (99%) diff --git a/toys/pending/mix.c b/toys/other/mix.c similarity index 99% rename from toys/pending/mix.c rename to toys/other/mix.c index b59136de..2b8165e3 100644 --- a/toys/pending/mix.c +++ b/toys/other/mix.c @@ -7,7 +7,7 @@ USE_MIX(NEWTOY(mix, "c:d:l#r#", TOYFLAG_USR|TOYFLAG_BIN)) config MIX bool "mix" - default n + default y help usage: mix [-m DEV] [-d CHANNEL] [-l VOL] [-r RIGHT] -- 2.39.2