diff options
Diffstat (limited to 'toys')
-rw-r--r-- | toys/other/mix.c (renamed from toys/pending/mix.c) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/mix.c b/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] |