* @remarks @a device is freed by the platform after this callback exits.
*
* @param[in] device The sound_device
- * @param[in] is_running The state of the device: (@c true = running, @c false = not runnning)
+ * @param[in] is_running The state of the device: (@c true = running, @c false = not running)
* @param[in] user_data The user data passed from the callback registration function
* @pre You should add this callback using sound_manager_add_device_running_changed_cb().
* @see sound_manager_add_device_running_changed_cb()
* The available types of the @a stream_info for this function are #SOUND_STREAM_TYPE_VOIP and #SOUND_STREAM_TYPE_MEDIA_EXTERNAL_ONLY.
*
* @param[in] stream_info The handle of stream information
- * @param[in] device The device item from sound_device_list_h
+ * @param[in] device The device item from #sound_device_list_h
* @return @c 0 on success,
* otherwise a negative error value
* @retval #SOUND_MANAGER_ERROR_NONE Success
* @remarks Use sound_manager_get_device_list() and sound_manager_get_next_device() to get the device.\n
*
* @param[in] stream_info The handle of stream information
- * @param[in] device The device item from sound_device_list_h
+ * @param[in] device The device item from #sound_device_list_h
* @return @c 0 on success,
* otherwise a negative error value
* @retval #SOUND_MANAGER_ERROR_NONE Success
* @retval #SOUND_MANAGER_ERROR_INVALID_STATE Invalid state
* @retval #SOUND_MANAGER_ERROR_POLICY Noncompliance with the sound system policy
* @retval #SOUND_MANAGER_ERROR_INTERNAL Internal error inside the sound system
- * @pre Call sound_manager_create_stream_information() with its parameter for sound_stream_focus_state_changed_cb\n
+ * @pre Call sound_manager_create_stream_information() with its parameter for sound_stream_focus_state_changed_cb()\n
* before calling this function.
* @see sound_manager_create_stream_information()
* @see sound_manager_destroy_stream_information()
* @retval #SOUND_MANAGER_ERROR_INVALID_PARAMETER Invalid parameter
* @retval #SOUND_MANAGER_ERROR_POLICY Noncompliance with the sound system policy
* @retval #SOUND_MANAGER_ERROR_INTERNAL Internal error inside the sound system
- * @pre Call sound_manager_create_stream_information() with its parameter for sound_stream_focus_state_changed_cb\n
+ * @pre Call sound_manager_create_stream_information() with its parameter for sound_stream_focus_state_changed_cb()\n
* before calling this function.
* @see sound_manager_create_stream_information()
* @see sound_manager_destroy_stream_information()
*
* @remarks This function will deallocate not only device list itself but also each item.
*
- * @param[in] device_list The device list got with sound_manager_get_device_list.
+ * @param[in] device_list The device list got with sound_manager_get_device_list().
* @return @c 0 on success,
* otherwise a negative error value
* @retval #SOUND_MANAGER_ERROR_NONE Success