summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--audio_a2dp_hw/audio_a2dp_hw.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio_a2dp_hw/audio_a2dp_hw.c b/audio_a2dp_hw/audio_a2dp_hw.c
index 9f29313..93eaec2 100644
--- a/audio_a2dp_hw/audio_a2dp_hw.c
+++ b/audio_a2dp_hw/audio_a2dp_hw.c
@@ -942,7 +942,9 @@ static char * adev_get_parameters(const struct audio_hw_device *dev,
str_parms_dump(parms);
- return NULL;
+ str_parms_destroy(parms);
+
+ return strdup("");
}
static int adev_init_check(const struct audio_hw_device *dev)