summaryrefslogtreecommitdiffstats
path: root/src/utils/padsp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/padsp.c')
-rw-r--r--src/utils/padsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/padsp.c b/src/utils/padsp.c
index 5987ec5f..c1cc9c92 100644
--- a/src/utils/padsp.c
+++ b/src/utils/padsp.c
@@ -361,7 +361,7 @@ static void reset_params(fd_info *i) {
i->n_fragments = 0;
}
-static char *client_name(char *buf, size_t n) {
+static const char *client_name(char *buf, size_t n) {
char p[PATH_MAX];
const char *e;
@@ -376,7 +376,7 @@ static char *client_name(char *buf, size_t n) {
return buf;
}
-static char *stream_name(void) {
+static const char *stream_name(void) {
const char *e;
if ((e = getenv("PADSP_STREAM_NAME")))