aboutsummaryrefslogtreecommitdiffstats
path: root/Alsa-afb/Alsa-ApiHat.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alsa-afb/Alsa-ApiHat.c')
-rw-r--r--Alsa-afb/Alsa-ApiHat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alsa-afb/Alsa-ApiHat.c b/Alsa-afb/Alsa-ApiHat.c
index a8663ca..e22f2d5 100644
--- a/Alsa-afb/Alsa-ApiHat.c
+++ b/Alsa-afb/Alsa-ApiHat.c
@@ -31,7 +31,7 @@
#include "Alsa-ApiHat.h"
STATIC int AlsaInit(void) {
- int rc= prctl(PR_SET_NAME, "afb-audio-agent",NULL,NULL,NULL);
+ int rc= prctl(PR_SET_NAME, "afb-aaaa-agent",NULL,NULL,NULL);
if (rc) AFB_ERROR("ERROR: AlsaCore fail to rename process");
return rc;