From c42a686b0428ebecb1231a1628382e05e3348b4f Mon Sep 17 00:00:00 2001 From: Sangchul Lee Date: Mon, 12 Aug 2019 12:37:03 +0900 Subject: [PATCH] fixup! Add new APIs to set or get preferred built-in device Change-Id: Ia76f7cd745eb7e9b234d72aff1482285d2986795 Signed-off-by: Sangchul Lee --- include/sound_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/sound_manager.h b/include/sound_manager.h index 672ff49..4224197 100644 --- a/include/sound_manager.h +++ b/include/sound_manager.h @@ -161,7 +161,7 @@ typedef enum { } sound_behavior_e; /** - * @brief Definition for the value indicating that the preferred device for a stream information was not set." + * @brief Definition for the value indicating that the preferred device for the stream information was not set. * @since_tizen 5.5 * @see sound_manager_get_stream_preferred_device() */ -- 2.7.4