summaryrefslogtreecommitdiff
path: root/nuttx/audio
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/audio')
-rw-r--r--nuttx/audio/audio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/audio/audio.c b/nuttx/audio/audio.c
index 351ed8ad9..32e067bb6 100644
--- a/nuttx/audio/audio.c
+++ b/nuttx/audio/audio.c
@@ -958,6 +958,7 @@ int audio_register(FAR const char *name, FAR struct audio_lowerhalf_s *dev)
{
strcat(path, "/");
}
+
strcat(path, name);
#endif /* CONFIG_AUDIO_DEV_PATH=="/dev" */