summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorJeongho Mok <jho.mok@samsung.com>2016-11-23 16:18:35 +0900
committerJeongho Mok <jho.mok@samsung.com>2016-11-28 02:26:26 -0800
commit94729ba9aa8d3aec95e12586f1803999a756fea9 (patch)
tree2e34c92b792442ffe4536b7c901144406cb01699 /testsuite
parent9467a1e3292449b79695603c54fbcf35667b5450 (diff)
downloadlibmm-sound-94729ba9aa8d3aec95e12586f1803999a756fea9.tar.gz
libmm-sound-94729ba9aa8d3aec95e12586f1803999a756fea9.tar.bz2
libmm-sound-94729ba9aa8d3aec95e12586f1803999a756fea9.zip
Add mm_sound_get_device_list api
[Version] 0.10.63 [Profile] Common [Issue Type] API Change-Id: I89df97fb55463e6adb204790bc6e101a72840dea
Diffstat (limited to 'testsuite')
-rwxr-xr-xtestsuite/mm_sound_testsuite_simple.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/mm_sound_testsuite_simple.c b/testsuite/mm_sound_testsuite_simple.c
index 98eb3ea..208289c 100755
--- a/testsuite/mm_sound_testsuite_simple.c
+++ b/testsuite/mm_sound_testsuite_simple.c
@@ -1352,8 +1352,6 @@ static void interpret (char *cmd)
debug_log("*** --- [PREV DEVICE] type[%d], id[%d], io_direction[%d], state[%d], name[%s]\n", device_type, id, io_direction, state, name);
}
} while (dret == MM_ERROR_NONE);
- mm_sound_free_device_list(device_list);
- debug_log("device list freed\n");
}
}