* @remarks @a device should be #SOUND_DEVICE_USB_AUDIO type and an output device,\n
* otherwise #SOUND_MANAGER_ERROR_INVALID_OPERATION will be returned.\n
* Use sound_manager_get_device_io_direction() to check if it is an output device or not.\n
- * This property is not enabled as default. With this enabled, no other stream types\n
- * except #SOUND_STREAM_TYPE_MEDIA is not allowed to @a device.
+ * This property is not enabled as default. With this enabled, no other stream type\n
+ * is allowed to @a device to play sound except for #SOUND_STREAM_TYPE_MEDIA.
*
* @param[in] device The device item
* @param[in] enable The 'media stream only' property value to set: (@c true = enable, @c false = disable)