From 450b92f6c030017334385d6594024b6576a785b3 Mon Sep 17 00:00:00 2001 From: TingPing Date: Wed, 17 Apr 2013 06:13:34 -0300 Subject: [PATCH] add paplay --- src/common/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/text.c b/src/common/text.c index 001fd9da..deb3c408 100644 --- a/src/common/text.c +++ b/src/common/text.c @@ -2199,7 +2199,7 @@ static char * sound_find_command (void) { /* some sensible unix players. You're bound to have one of them */ - static const char * const progs[] = {"play", "aplay", "esdplay", "soxplay", "artsplay", NULL}; + static const char * const progs[] = {"play", "paplay", "aplay", "esdplay", "artsplay", NULL}; char *cmd; int i = 0;