Common/Typedef: Update input mode description
authorMyungJoo Ham <myungjoo.ham@samsung.com>
Fri, 29 Nov 2019 00:34:06 +0000 (09:34 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Fri, 29 Nov 2019 04:08:20 +0000 (13:08 +0900)
There had been some confusion related with inputs for ASR.

Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
include/common/typedef.h

index 479c388..b8a2107 100644 (file)
@@ -44,8 +44,8 @@ typedef enum {
                                   from MIPI and send it to NPU-core
                                   to be processed with the given
                                   model. */
-  NPUINPUT_I2S_MIC = 2, /**< ASR mode. modelid is ignored. */
-  NPUINPUT_HOST = 3, /**< Process input frames transmitted from Host */
+  NPUINPUT_I2S_MIC = 2, /**< ASR mode with on-chip internal I2S. modelid is ignored. */
+  NPUINPUT_HOST = 3, /**< Process input frames transmitted from Host. Both ASR or Vision NPUs may use this. */
 } npu_input_opmode;
 
 #define IS_DEVICE (val, devname)       (((val) & DEVICETYPE_MASK) == DEVICETYPE_ ## devname) /** E.g., IS_DEVICE(dev, ASR) */